@charset "utf-8";

/* =====================================================================
	1.layout
	2.topImage
	3.main
	4.slider
===================================================================== */


/* =====================================================================
	1.layout
===================================================================== */
.contents_bottom{
	clear:both;
	width:970px;
	height:30px;
	line-height:20px;
}

/* =====================================================================
	2.topImage
===================================================================== */
#topImage{
	background:#EFEEF5;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/* =====================================================================
	3.main
===================================================================== */
.mainbox{
	clear:both;
	width:530px;
	margin-bottom:5px;
	background:url(img/mainbox_bg.gif) no-repeat bottom;
}
.maininner{
	width:500px;
	padding:15px;
	background:url(img/mainbox_top.gif) no-repeat top;
}
.mainbox:after,
.maininner:after{
	display:block;
	height:0;
	content:"";
	clear:both;
	visibility: hidden;
}

/* -------------------------------------------------------------------
	トップニュース
------------------------------------------------------------------- */
.gold{
	height:179px;
	background:url(img/bg_top_gold.gif) no-repeat 0 0;
}
.exhibition{
	height:179px;
	background:url(img/bg_top_exhibition.gif) no-repeat 0 0;
}
.subTitle{
	float:left;
	width:115px;
}
#mainContents .subTitle h2{
	position:static;
	height:122px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:none;
	border:none;
}
#mainContents .subTitle h2 span{
	position:static;
}

.gold .subTitle p,
.exhibition .subTitle p{
	font-size:10px;
	line-height:20px;
	text-align:center;
}
.gold .subTitle p a,
.exhibition .subTitle p a{
	display:block;
	width:90px;
	height:20px;
	margin:0 auto;
	color:#FFFFFF;
	line-height:20px;
	text-align:center;
	text-decoration:none;
}
.gold .subTitle p a:hover,
.exhibition .subTitle p a:hover{
	text-decoration:none;
}
.gold .subTitle p a{ background-color:#C90;}
.exhibition .subTitle p a{ background-color:#C00;}

.gold .subTitle p a:hover{ background-color:#E0C266;}
.exhibition .subTitle p a:hover{ background-color:#E06666;}
