@charset "utf-8";

	* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	}
	
	body{
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/bg3.png);
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-size: 12px;
	}
	
	a{
	color: #0000FF;
	}
	
	#sidebar1 dt a:hover ,
	#sidebar2 dt a:hover , 
	#main p a:hover{
	color: #FFCCCC;
	background-color: #993333;
	}
	
	div#header a,
	div#header a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	div#contents{
	background-color: #FFFFFF;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	}
	
	#container {
	width: 738px;
	text-align: center;
	background-color: #0e0e0e;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0e0e0e;
	}
	#cover {
	width: 1038px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/bg_b.png);
	background-repeat: repeat;
	} 
	#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	text-align: left;
	background-color: #ece7d6;
	margin: 0px;
	padding: 0px;
	}
	#sidebar1 h3 ,
	#sidebar2 h3 {
	background-color: #c0b9a4;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #897254;
	color: #564E49;
	text-align: center;
	}
	#sidebar1 dl ,
	#sidebar2 dl {
	list-style-type: none;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 50px;
	padding-right: 8px;
	}
	
	#sidebar1 dt ,
	#sidebar2 dt ,
	#sidebar1 dt a ,
	#sidebar2 dt a {
	margin-bottom: 3px;
	line-height: 130%;
	}
	
	#sidebar1 dd ,
	#sidebar2 dd {
	line-height: 130%;
	}
	
	#sidebar1 dt.connection ,
	#sidebar2 dt.connection {
	line-height: 100%;
	padding-top: 11px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 9px;
	color: #A29691;
	}
	
	
	#sidebar2 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	text-align: left;
	background-color: #ece7d6;
	margin: 0px;
	padding: 0px;
	}
	#main {
	text-align: left;
	float: left;
	width: 408px;
	}
	#main h1,h2{
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: underline;
	}

	#main p{
	text-align: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 150%;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	
	#main p a{
	text-align: left;
	line-height: 150%;
	font-size: medium;
	}
	

	#main span.pickup{
	line-height: 150%;
	font-size: medium;
	font-weight: bold;
	color: #9A4E4E;
	background-color: #F9EADD;
	}

	
	
	.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
	}
	.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
	}
	#footer { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	font-size: 12px;
	background-color: #F7F4F0;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	.ads1{
	text-align: center;
}
	.ads2{
	text-align: center;
}
