@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000000;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#container_top {
	width: 800px;
	height: 645px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../image/bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 5px 0px 5px;
	}
	
#container_contents {
	width: 800px;
	height: 645px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../image/bg_contents.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 5px 0px 5px;
	}
	
#navi {
	width: 800px;
	}

#contents {
	width: 780px;
	height: 495px;
	margin: 10px 10px 25px 10px;
	}
	
#contents_index {
	width: 800px;
	height: 610px;
	margin: 0px 0px 10px 0px;
	}
	
#left_contents {
	width: 515px;
	height: 495px;
	float: left;
	}

#left_contents_co {
	width: 495px;
	height: 485px;
	margin: 10px;
	float: left;
	}
	
#left_title {
	width: 515px;
	}
	
#left_area {
	width: 495px;
	margin: 10px;
	clear:both;
	overflow: auto;
	height: 460px;
	}

#left_area2 {
	width: 495px;
	clear:both;
	overflow: auto;
	height: 230px;
	margin-top: 10px;
	}

#right_contents {
	width: 255px;
	height: 495px;
	float:right;
	}

#right_title {
	width: 255px;
	}
	
#footer {
	width: 800px;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	}

#footer ul {  
	padding:0px;
	margin:0px;
 }
 
#footer li {  
 list-style-type:none;  
} 

#footer li a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer li a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 13px;
	color:#009900;
	text-decoration: underline;
}

a:active {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

