@charset "UTF-8";
/* CSS Document */
/* メインビジュアル*/

#pic_main{
	padding:0px 0px 5px 0px;	
}

/*インフォメーション*/

	
						 
/*インフォメーションエリア*/




#info_area{
	margin:12px 0 0 0px;
	width:643px;
	* width:630px;
  padding:0px 2px 10px 20px;
	overflow:hidden;
	background:url(../../pic/info/dotLineBlack.gif) repeat-x;
	border-left:#CCC 1px solid;
}


#info_contents{/*インフォメーションスペース*/
	float:left;
	margin:0px 2px 0 0px;
	padding:0px 5px 15px 0px; 
	width:480px;
	height:auto;
	overflow:hidden;
}

.info_wrap h4{
	padding:5px 5px 3px 20px;
	border-bottom:#999 1px solid;
	
}

#info_contents2{
 margin:5px 5px 25px 5px;
 padding:5px 0 0 17px;

}


.info_wrap .more {
	float:right;
	padding: 10px 5px 0 0;
}

.info_wrap dl {
	clear:both;
	padding-top:1px
}

.info_wrap dt{
	margin-left:2px;
	padding:5px 10px 1px 15px;
	background:url(../../../pic/info/icon_arrow_01.gif) no-repeat 1px 0.8em;
	float:left;
}

.info_wrap dd{
	margin:0px 0 5px 0px;
	padding:5px 5px 5px 30px;
	width:440px;
	display:block;
	text-align:left;
	background:url(../../../pic/info/dotLineBlack.gif) repeat-x;
	background-position:bottom
	}
/*	
.info_wrap{
	-moz-border-radius: 3px;
   border:#CCC 1px solid;
}
*/

