@charset "utf-8";
/* ===================================================================
CSS information

 file name  :use.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.use a {
	background: url(../../images/side/img_side.gif) left -223px no-repeat;
}

/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */


/* 館内MAP */
#main .con_common {
	padding:0 0 30px 0;
	width:720px;
}
#main .con_common h4 {
	padding:0;
}
#main .con_common h5.txt {
	background: url("../images/ic_h3.gif") no-repeat left top;
	border: 1px solid #C7D79E;
	color: #412800;
	font-size: 110%;
	margin: 30px 0 13px;
	padding: 7px 7px 7px 25px;
}

#main .con_common table.usetable {
	width:720px;
	border-collapse:collapse;
}
#main .con_common table.usetable th ,
#main .con_common table.usetable td {
	padding:10px 8px;
	background:#edf7d9;
	border:1px solid #d9d0c3;
}
#main .con_common table.usetable th {
	background:#558508;
	text-align:center;
	width:160px;
	color:#fff;
}

/* お問い合わせ */
#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 {}

