@charset "euc-jp";

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

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

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

.contents .explanation{
	display:inline;
	float:left;
	width:230px;
	height:428px;
	margin:0 0 0 26px;
	padding-top:30px;
}

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

.contents .explanation h2{
	margin-bottom:11px;
}

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

.contents .explanation p{
	line-height:2.2;
	margin-bottom:21px;
	font-size:92%;
}

.contents .explanation table caption{
	text-align:left;
}

.contents .explanation table th{
	width:7em;
	font-weight:100;
}

.contents .picture{
	display:inline;
	float:right;
	margin:0;
	cursor:pointer;
}

.contents ul li{
	display:inline;
	float:left;
	width:48%;
	font-size:92%;
}

.contents ul li.next{
	float:right;
	text-align:right;
	margin-right:1%;
}



/*------------------------------------------------
	clearfix
------------------------------------------------*/
.contents ul:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}

.contents ul{
	zoom:1;
}