@charset "utf-8";
/* ===================================================================
CSS information
=================================================================== */



/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/

#container{
	width:960px;
	margin:0 auto;
	padding-bottom:150px;
	position:relative;
	}

#contents{
	padding-top:45px;
	}
	
#contents aside#sub{
	float:right;
	width:270px;
	margin-top:35px;
	}
		

/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/	

/*  スライダー */


#sliderwrapper{
	width:940px;
	height:330px;
	background:url(../top/slider-bg.gif) 0 0 no-repeat;
	padding:10px;
	position:relative;
	margin:0 auto 5px auto;
	overflow:hidden;
	}
	
#sliderwrapper article{
	position:absolute;
	top:100px;
	right:40px;
	z-index:100;
	width:350px;
	font-size:18px;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	line-height:2em;
	color:#6D580C;
	}
	
#sliderwrapper article p{
	text-align:right;
	font-size:12px;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	color:#6D580C;
	}
	
#sliderwrapper ul#slider{
	width:940px;
	height:330px;
	float:none;
	}

	
/*  ナビ */	

#container #gnav{
	padding-top:15px;
	}
	
#container #gnav dd{
	top:75px;
	}

/*  メイン */

#contents article{
	float:left;
	width:615px;
	}

#contents section{
	height:95px;
	width:615px;
	overflow:auto;
	line-height:1.75em;
	margin-bottom:45px;
	}
	
#contents section:last-child{
	height:200px;
	margin-bottom:0;
	overflow:auto;
	}
	
#contents section table{
	width:615px;
	}
	
#contents section td,
#contents section th{
	text-align:left;
	line-height:1.2em;
	border-bottom:1px dotted #ccc;
	}
	
#contents section th{
	padding:9px 12px 9px 0;
	width:13em;
	font-weight:normal;
	color:#666;
	}

#contents section td{
	padding:10px 0 9px 0;
	text-align:left;
	}	


	
/*  サブ */

#contents aside#sub div{
	background:#fff;
	border:#D3A719 1px solid;
	width:230px;
	padding:15px 20px 20px 20px;
	text-align:center;
	line-height:1.6em;
	}
	

#contents aside#sub a{
	margin-top:15px;
	background-color:#D3A719;
	display:block;
	text-decoration:none;
	line-height:3.5em;
	color:#fff;
	text-align:center;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	font-size:1.3em;
	}
	
#contents aside#sub>a:hover{
	background:#F5E388;
	}

	
#contents aside#sub h2{
	font-size:1.3em;
	padding-bottom:10px;
	}
	
#contents aside#sub h3{
	color:#674B33;
	font-weight:normal;
	padding-top:0.5em;
	margin-top:0.5em;
	border-top:1px solid #AC923F;
	}
	
#contents aside#sub h3.nobdr{
	border-top:none;
	padding-top:0;
	margin-top:0;
	}
	
/*  その他 */	
	
aside#touhoku{
	width:26em;
	clear:both;
	display:block;
	margin:50px auto 0 auto;
	padding:20px 60px;
	border:1px solid #BD9517;
	text-align:center;
	font-size:1.5em;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	}
	
aside#touhoku a{
	display:block;
	background:url(../top/icon-touhoku.gif) 0 0 no-repeat;
	padding-left:15px;
	}


#container #contents article h2{
	position:relative;
	}
	
#contents article h2 div {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size:0.6em;
}

.library td{
	text-align:center;
	}

.library h2{
	font-size:1.5em;
	}