@charset "utf-8";
/* ===================================================================
CSS information

 file name  :model.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

#header #mainimage p span {
	background: url(../images/main.jpg) center top no-repeat;
}

/* -----------------------------------------------------------
	#side　メニューhover状態
----------------------------------------------------------- */
#village #contents #side ul.submenu li.model a {
	background: url(../../images/side/img_side.gif) left -301px no-repeat;
}


/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */

/* メインタイトル */
#main .con_model_st {
	background: url("../images/img_exp.jpg") left top no-repeat;
	width:511px;
	min-height:210px;
	padding:13px 0 10px 209px;
}
#main .con_model_st h4 {
	padding:0 0 14px 0;
}
#main .con_model_st p.txt {
	padding:0 0 0 65px;
	width:435px;
	color:#4e1411;
	font-size:90%;
}
#main .con_model_st p.txt strong {
	color:#fe0c00;
}

/* メニュー */
#main .con_couse {
	width:720px;
	padding:0 0 30px 0;
}
#main .con_couse h4 {
	padding:0 0 25px 0;
}
#main .con_couse h5 {
	padding:0 0 12px 15px;
}
#main .con_couse p {
	padding:0 0 5px 15px;
}


/* お問い合わせ */
#main .con_contact {
	padding:20px 0 50px 0;
	width:720px;
}
#main .con_contact h4 {
	margin:0 0 0 20px;
}
#main .con_contact dl {
    border: 1px solid #BFB594;
	border-top:0;
	margin:0 0 0 20px;
    overflow: hidden;
    width: 677px;
}
#main .con_contact dt {
    height: 30px;
}
#main .con_contact dt ,
#main .con_contact dd {
    float: left;
    vertical-align: middle;
}
#main .con_contact dt.tel {
    background: url("../../../images/common/ic_tel.gif") no-repeat scroll 140px 7px transparent;
    color: #3A1409;
    font-size: 180%;
    padding: 0 14px 0 170px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

