@charset "UTF-8";


/*=========================
トップページ　スタイル
=========================*/

/*=== ヘッダ ===*/
#header {
	width:850px;
	height:57px;
	margin:0 auto;
}
#header h1 {
	float:left;
	width:249px;
	height:39px;
	margin-top:9px;
	text-indent:-99999px;
	background:url(../img/top/top_logo.png) 0 0 no-repeat;
	overflow:hidden;
}
#header p {
	float:right;
	padding-top:30px;
	font-size:0.81em;
	line-height:1;
}
#header p a {
	margin-left:15px;
}

/*=== メインイメージ ===*/
#main_img {
	width:850px;
	height:261px;
	margin-bottom:10px;
	background:url(../img/top/main_img.jpg) 190px 0 no-repeat;
}
#main_img h2 {
	position:absolute;
	top:-99999px;
	left:-99999px;
}
#main_img .menu_l {
	width:190px;
	float:left;
}
#main_img .menu_r {
	width:190px;
	float: right;
}
#main_img ul li {
	display:table-cell;
	float:left;
	*display:inline;
	*zoom:1;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
#main_img ul li span {
	position: absolute;
	top:-99999px;
	left:-99999px;
}
#main_img ul li img {
	border:none;
	margin:0;
	padding:0;
}
/*写真のクレジット表記*/
.credit {
	position: absolute;
	margin:251px 0 0 534px;
	padding:0;
}

/*=== トピックス ===*/
.topics_box {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../img/top/box_footer.png) 0 100% no-repeat;
}
.topics_box h3 {
	padding:10px 0 7px 10px;
	line-height:1;
	font-weight:bold;
	color:#930;
	background:url(../img/top/tit_bg.png) 0 0 no-repeat;
}
.topics_box .view {
	display:inline-block;
	float:right;
	margin:-20px 0 0 0;
	padding:0 10px 0 0;
	font-size:0.81em;
	line-height:1;
}
.topics_box span a:link,
.topics_box span a:visited,
.topics_box span a:hover,
.topics_box span a:active {
	color:#930;
}

.topics_box ul {
	max-height:125px;
	height:auto !important;
	height:125px;
	padding:7px 13px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:auto;
}
.topics_box ul li {
	margin:0 0 8px 0;
	font-size:0.88em;
	line-height:1.3;
}
.topics_box ul li a {
	margin-left:0.5em;
}






