@charset "UTF-8";
/*formating style
-----------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #999999;


	font-size: 80	%;
	line-height: 1.6;
	background-image: url(../images/guruguru.png);
}
hr {
	display: none;
}
/*link styles
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 795px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #main p {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 5px;
}
#main {
	float: left;
	width: 180px;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 10px;
	color: #330000;
	background-color: #FFFFFF;
	margin-right: 0px;
	border: 0px solid #6699CC;
}
#main  ul {
	margin-top: 10px;
	list-style: none;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 10px;
	left: 10px;
}
#main li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}
#main a {
	display: block;
	word-spacing: normal;
	margin: 5px;
	color: #F06;
}
#main dt {
	font-weight: bold;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: small;
	color: #000099;
}
#main dd {
	padding-bottom: 3px;
	font-size: small;
	color: #006699;
}
#main li:hover {
	color: #FF3300;
	padding-left: 15px;
	font-size: 12px;
}
h2 {
	margin-bottom: 5px;
	margin-top: 8px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC99FF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#side_news {
	float: right;
	width: 530px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 15px;
	border: 0px solid #009999;
	background-color: #FFFFFF;
	font-size: 10pt;
}
#side_news h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #660000;
	border-bottom-color: #FF9933;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	line-height: normal;
}
#footer {
	padding: 15px;
	clear: both;
	background-color: #333;
	color: #660033;
}
/*header style
-----------------------------*/
#header {
	height: 120px;
	border-top: 5px solid #330000;
	position: relative;
	width: 795px;
	background-color: #333;
}
a:visited {
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 795px;
	height: 100px;
}
#header ul {
	width: 795px;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color:#333;
	height: 10px;
}
#header ul li {
	list-style: none;
	float: left;
	width: 87px;
	background-color: #333;
	height: 20px;
}
#header ul li a {
	line-height: 2.3em;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	height: 20px;
	width: 87px;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	background-position: center center;
	cursor: crosshair;
}
#header ul li a:hover {
	background-color: #C00;
	color: #FC9;
}

/*table
-----------------------------*/
#side_news table {
	margin-bottom: 15px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


	border-collapse:collapse
	border-top-color: #CCCCCC;
}
#side_news table tr {
	text-align: right;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
}
#side_news table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
