@charset "utf-8";

/*-----------------------------------------------
	Contents
-----------------------------------------------*/
div#SubContents{
	background:url(/content/img/line.gif) right top repeat-y;
}

.title3{
	margin-bottom:15px;
}


/*section*/
div.section{
	width:280px;
	margin-bottom:30px;
	background:url(/content/img/txtBackS.gif) left bottom no-repeat;
}

div.sectionL{
	width:600px;
	background:url(/content/img/txtBackL.gif) left bottom no-repeat;
}

div.section h4 , div.sectionL h4{
	width:280px;
	line-height:57px;
	background:url(/content/img/txt.gif) left top no-repeat;
	text-align:center;
	font-size:20px;	
	font-family:"メイリオ", Meiryo, sans-serif;
	color:#0071BD;
	
}

div.sectionL h4{
	width:600px;
	background:url(/content/img/txtL.gif) left top no-repeat;
}

div.section p , div.sectionL p{
	padding:15px 30px 15px;
	letter-spacing:0;
}

/*Photo*/
dl{
	float:right;
	width:202px;
	margin-right:24px;
}

dt{
	margin-bottom:7px;
}

dd{
	margin-bottom:15px;
	text-align:center;
}

dd.end{
	margin-bottom:0;
}