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

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

#container{
	padding-bottom:120px;
	}	

#contents article{
	padding:50px 0 0 0;
	width:940px;
	}

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

#contents section a{
	color:#CB2633;
	}
	
#contents section  a:hover{
	text-shadow: 0px 0px 3px rgba(190,88,99,1);
	}	


#container > h2{
	background:url(../common/img/h2-bg.gif) left top no-repeat;
	}
	

#contents article caption{
	font-size:1.5em;
	padding:15px 0 25px 10px;
	text-align:left;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	color:#BD9417;
	}
	

article th{
	padding-left:12px;
	width:110px;
	}
	
article th,article td{
	padding-top:12px;
	padding-bottom:12px;
	border-bottom:1px solid #E4E0D0;
	}
	
article table{
	margin-bottom:30px;
	}
	

	