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

/*コンテンツここから*/
#contents {
	width:896px;
	margin:12px;
	}
#contents #main_img {
	width:892px;
	border:1px solid #BBB;
	padding:1px;
	margin-bottom:12px;
	}
#contents #left {
	width:603px;
	float:left;
	}
#contents #left .left_contents{
	width:599px;
	padding:1px;
	border:1px solid #BBB;
	background-color:#FFF;
	font-size:80%;
	margin-bottom:10px;
	}
#contents #left .left_contents dl {
	margin:10px;
	display:block;
	} 
#contents #left .left_contents dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 10em;  
	}
#contents #left .left_contents dd {
	margin-bottom: 0.8em;
	margin-left: 10em;
	}


#contents #right {
	width:265px;
	float:right;
	background-color:#e9e7e7;
	padding:8px;
	}
#contents #right #banner {
	display:block;
	width:265px;
	}
#contents #right #banner li {
	display:block;
	width:261px;
	/*height:102px;*/
	padding:1px;
	border:1px solid #BBB;
	margin-bottom:5px;
	background-color:#FFF;
	}
#contents #right #banner li a {
	margin:0;
	display:block;
	border:none;
	}
/*コンテンツここまで*/


