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

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

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

	
						 
/*インフォメーションエリア*/
#info{
	width:100%;
}




#info_area{
	margin:10px auto;
	width:900px;
  padding:5px 2px 10px 0px;
	overflow:hidden;
	background:url(../../pic/info/dotLineBlack.gif) repeat-x;
}


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

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

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

}


.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:2px 0 1px 15px;
	background:url(../../pic/info/icon_arrow_01.gif) no-repeat 1px 0.6em;
}

.info_wrap dd{
	margin:0px 0 5px 0px;
	padding:5px 5px 5px 17px;
	width:290px;
	display:block;  
	background:url(../../pic/info/dotLineBlack.gif) repeat-x;
	background-position:bottom
	}
	
.info_wrap{
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
   border:#CCC 1px solid;
}
