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

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

#container{
	padding-bottom:40px;
	}	

#contents article{
	padding-top:50px;
	margin-right:-50px;
	}
	
#contents article section:first-child{
	padding-bottom:55px;
	}

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

#contents a:hover{
	text-shadow: 0px 0px 5px rgba(74,74,74,0.7);
	}

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


#contents article dl{
	float:left;
	width:280px;
	margin-right:50px;
	padding-bottom:45px;
	}	

#contents dt{
	font-weight:normal;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN";
	padding-bottom:0px;
	}
	
#contents article dt a{
	text-decoration:none;
	}

#contents article ul li,
#contents article dl:last-child	dt{
	padding-left:17px;
	background:url(../common/img/icon-arrow-01.gif) left 0.3em no-repeat;
	margin-bottom:5px;
	}
	
#contents article dl:last-child	dt{
	border-bottom:none;
	margin-bottom:0px;
	padding-left:8px;
	font-family: "メイリオ", Meiryo;
	font-size:1em;
	}
	
#contents article ul li a,
#contents article dl:last-child	dt a{
	display:inline;
	color:#666;
	text-decoration:underline;
	}
	