@charset "UTF-8";
a:link    {font-size: 10px; text-decoration:underline; color:#FF6600}
a:vlink    {font-size: 10px; text-decoration:none; color:#037475}
a:visited {font-size: 10px; text-decoration:none; color:#FF3366}
a:active  {font-size: 10px; text-decoration:none; color::#037475 ; color: #0066FF}
a:hover   {
	font-size: 10px;
	text-decoration:none;
	color: #FF0000;
}

h3{
	background-image: url(images/title1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	line-height: 28px;
}

body{
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}
div#container{
	width:800px;
	margin: 0 auto 0 auto;
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
	height: 500px;	
}
div#container2{
	width:800px;
	height: 450px;
	background-image: url(images/back2.jpg);
	float: left;
}
div#contents {
	width:550px;
	float:left;
	padding-top: 5px;
}


div#contents2 {
	width:268px;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
}

div#detail {
	width:798px;
	float:left;
	padding-top: 5px;
}

div#header{
	width:800px;
	height:35px;
	float:left;
	margin-top: 12px;
		}
div#subMenu{
	width:798px;
	height:100px;
	float:left;
	padding-top: 50px;
		}


div#side1 {
	color:#040
	padding:0.6em;
	float: left;
	width: 225px;
	padding-left: 20px;
	padding-top: 10px;
}

li{
	text-indent: 10px;
	list-style-type: square;
	list-style-position: outside;
	text-align:left
}
#menu li {
	background: #ffffff;
	border:#CCCCCC;
	border-bottom-style:outset;
	list-style-type: none;	
}
#menu li a:hover{
	background: #eee;
}

div#footer {
	float:left;
	width: 800px;
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-bottom: 10px;
}
