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

	For inforamtion file

	Last update : 2007.9.4
	mio urakami

	---------------------------
	1-0 structure

	2-0 visual setting
		2-1 title
		2-2 contents
		2-3 entry
		2-4 backindex
		2-5 subnavi
  --------------------------------------------*/

/*---------------------------------------------------------------
  1-0 structure
---------------------------------------------------------------*/

#contents .entry{
	clear:both;
}

#contents .entry .photo{
	float:left;
	width:270px;
}

#contents .entry .textarea{
	float:right;
	width:358px;
}

#contents .entry .textclear, #contents .entry .textmore{
	clear:both;
}

#subnavi{
	clear:both;
}

#subnavi .block{
	float:left;
	width:224px;
	margin-right:14px;
}

#subnavi .block02{
	float:left;
	width:224px;
}



/*---------------------------------------------------------------
  2-0 visual setting
---------------------------------------------------------------*/

/*-------------------------
  2-1 title
-------------------------*/

#main{
	padding-top:24px;
}

/*-------------------------
  2-2 contents
-------------------------*/

#contents{
	margin:37px 36px 0 36px;
}


/*-------------------------
  2-3 entry
-------------------------*/

#contents .entry{
	padding-bottom:34px;
}

#contents .entry h2{
	padding:11px 12px;
	border:1px solid #d4d7da;
	background:#eee;
	font-size:117%;
}

#contents .entry .entrybody{
	margin:34px 36px 0 36px;
}

#contents .entry .photo02{
	text-align:center;
}

#contents .entry .text, #contents .entry .textclear, #contents .entry .textmore{
	padding-top:22px;
	line-height:2;
}

#contents .entry .text02{
	line-height:2;
}

#contents .entry .textmore{
	padding:2em 16px 5px 0;
	background:url("../img/arw_blue.gif") no-repeat 100% 2em;
	line-height:1;
	text-align:right;
}


/*-------------------------
  2-4 backindex
-------------------------*/

#backindex{
	padding-right:22px;
	background:url("../img/arw_blue.gif") no-repeat right center;
}

#pagechange{
	border-bottom:none;
}

/*-------------------------
  2-5 subnavi
-------------------------*/

#subnavi{
	width:713px;
	padding:13px 0 0 13px;
	border:1px solid #d4d7da;
}

#subnavi ul{
	padding:10px 14px;
	list-style:none;
}

#subnavi li{
	margin:0.8em 0;
	line-height:1.34;
}

