@charset "euc-jp";

/*-------------------------------------------------------------------

-------------------------------------------------------------------*/

/* =================================
   ¢£ ÂçÏÈ
================================== */
.contents {
	height:429px;
}

.contents .explanation{
	display:inline;
	float:right;
	width:487px;
	height:429px;
	padding-top:45px;
}

html > body .contents .explanation{
	height:384px;
}

.contents .explanation h3{
	margin-bottom:28px;
}

.contents .explanation .section{
	display:inline;
	float:left;
	width:230px;
	margin-right:8px;
	font-size:95%;
}

.contents .explanation .last-children{
	margin-right:0px;
}

.contents .explanation .section p{
	margin-bottom:13px;
}

.contents .explanation .section p.sign{
	margin:0;
	padding-top:16px;
	text-align:right;
}

.contents .picture{
	display:inline;
	float:left;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
#index .topics-box li:after,#index .topics-box dl:after,
#banner-box:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}