@charset "Shift_JIS";

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

*{
	margin: 0px;
	padding: 0px;
	background: #000000;
}

body {
	width:680px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.Clear {
	clear: both;
}

#titlehead {
	width:680px;
	float:left;
	clear:both;
	display:inline;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

	#titlehead .topl {
	width:430px;
	float:left;
	}

	#titlehead .topr {
	width:250px;
	float:right;
	text-align:right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	padding-top: 46px;
	}

	h1 {
	width:610px;
	color:#999999;
	float:left;
	clear:both;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	}

#contents {
	width:610px;
	float:left;
	clear:both;
	display:inline;
	padding-left: 30px;
}

	#contents .listl {
	width: 280px;
	float: left;
	clear: none;
	}
	
	#contents .listboxl a {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
	background: url(img/n_list_bg.gif);
	float: left;
	height: 21px;
	width: 270px;
	padding-left: 10px;
	clear: none;
	margin-bottom: 10px;
	padding-top: 5px;
	}

	#contents .listboxl a:hover {
	background:url(img/n_list_bg_o.gif);
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	height: 21px;
	width: 270px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	}

	#contents .listr {
	width: 280px;
	float: right;
	clear: right;
	}

	#contents .listboxr a {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
	background: url(img/n_list_bg.gif);
	clear: right;
	float: right;
	height: 21px;
	width: 270px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	}

	#contents .listboxr a:hover {
	background:url(img/n_list_bg_o.gif);
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	height: 21px;
	width: 270px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	
	#contents .listl2 {
	width: 280px;
	float: left;
	clear: none;
	margin-top: 10px;
	}
	
	#contents .listr2 {
	width: 300px;
	float: right;
	clear: right;
	padding-top: 85px;
	}

#footer {
	width:680px;
	display:inline;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
}
