﻿@charset "utf-8";

/*----------------------------------------------------
　main contents
----------------------------------------------------*/
#wrapper {
	width: 996px;
	margin: 35px auto 60px;
	padding:0;
	overflow:hidden;
	height:auto;
	*margin: 35px auto 20px; /* IE7 */
}

#top_cont_l {
	float: left;
	height: auto;
	width: 740px;
	margin:0;
	padding: 0px;
}

#top_cont_r {
	float: right;
	height: auto;
	width: 230px;
	margin: 0px;
	padding: 0px;

}

/*----------------------------------------------------
　top center banner
----------------------------------------------------*/
#centerBa {
	height: 225px;
	width: 996px;
	margin:0 auto 40px;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
}

#centerBa ul{
	height: 225px;
	width: 996px;
	padding: 0;
	margin:0;
	clear: both;
}

#centerBa ul li{
	float:left;
	width: 249px;
	height: 225px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	line-height:0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}

#centerBa ul li a{
	display: block;
	width: 249px;
	height: 225px;
	margin: 0;
	background-image: url(../images/top_center.jpg);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	_overflow: hidden; /*IE6用*/
}

/* オフマウス */
.centerBa01 a{background-position: 0px 0;}
.centerBa02 a{background-position: -249px 0;}
.centerBa03 a{background-position: -498px 0;}
.centerBa04 a{background-position: -747px 0;}

/* オンマウス */
.centerBa01 a:hover{background-position: 0px -225px;}
.centerBa02 a:hover{background-position: -249px -225px;}
.centerBa03 a:hover{background-position: -498px -225px;}
.centerBa04 a:hover{background-position: -747px -225px;}


/*----------------------------------------------------
　top left
----------------------------------------------------*/
#top_midashi{
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 22px;
	background-image: url(../images/top_midashi_back.jpg);
	background-repeat: no-repeat;
	height:255px;
}

#top_midashi p{
	width:500px;
	padding:50px 0 0 5px;
}


/*----------------------------------------------------
　top right
----------------------------------------------------*/
#side_back{
	width:228px;
	margin:0;
	padding:0;
	border-style:solid;
	border-width:1px;
	border-color:#FFF2C1;
	background-color:#FFFCF0;
}

#side{
	width:210px;
	margin:12px auto;
}

#side p.text{
	width:200px;
	margin:15px auto;
	font-size:12px;
	line-height:18px;
}

#side p.add{
	margin:7px 0 10px 7px;
	font-size:12px;
	line-height:17px;
}

#side p.btn{
	margin:0;
	text-align:center;
}

#side p.btn a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*----------------------------------------------------
　新着情報
----------------------------------------------------*/
#topics-title{
	width: 740px;
	height: 40px;
	background-image: url(../images/news.jpg);
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#top_topics_main {
	width: 720px;
	height: 125px;
	padding: 0 0 0 10px;
	margin: 0;
}

/* バックナンバー */
#kakokiji {
	display: block;
	height: 20px;
	width: 85px;
	text-indent: -9999px;
	position:absolute;
	top:9px;
	right: 18px;
}

#kakokiji a {
	display:block;
	height: 20px;
	width: 85px;
	text-indent:-9999px;
}

.MG-B10 { margin-bottom: 15px !important; }
