@charset "UTF-8";
/* CSS Document */
body {
	background: url(../img/bg.jpg) center top;
}
#heaer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	height: 383px;
	 
}
#heaer h1{
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から28pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
	font-size:9px;
	
}

/*電話番号ボックスの設定*/
#heaer address {
	position: absolute;
	top: 240px;		/*ヘッダーブロックに対して上から24pxの位置に配置*/
	right: 60px;	/*ヘッダーブロックに対して右から40pxの位置に配置*/
	width:330px;
	height:100px;
 
}


/* グローバルナビゲーション ここから */

#topGlo{
	width: auto;
	height:66px;
	margin:0px auto 0 auto;
	padding: 0 0 0 0;
	clear:both;
	background: url(../img/glo_bg.html) repeat-x center top;
}

#topGlo #topGloIn {
	width: 980px;
	height:66px;
	margin:0px auto 0 auto;
	padding: 0 0 0 0;
	clear:both;
}

#topGloIn ul {
	width: 980px;
	height:66px;
	margin:0 0 0 0;
	padding: 0px 0 0 0;
	text-align:left;
	background-color: none;
	line-height:normal;
	display:inline;
}

#topGlo li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:0;
	list-style: none;
}


#catch {
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 5px;
	top: 7px;
	margin: 0px;
	padding: 0px;
}
#contact  {
	float: right;
	line-height: 0px;
	padding-top: 10px;
	text-align: right;
	width: 397px;
}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 10px;
}
#content #left {
	float: right;
	width: 720px;
	text-align: left;
}
#right {
	float: left;
	width: 231px;
}
#right p{
	margin: 0px;
	padding: 0px 0px 15px;
	line-height: 0px;
}
#foot {
	background: #00351b url(../img/bg_foot.jpg) repeat-x center top;
	font-size: 12px;
	line-height: 1.8em;
}
#foot a{
	color: #FFF;
	text-decoration: underline;
}
#foot a:hover{
	color: #FFF;
	text-decoration: none;
}
#foot ul {
	margin: 0px;
	padding: 20px 0px;
	list-style-type: none;
}
#foot ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#foot p {
	line-height: 0px;
	padding-bottom: 30px;
	margin: 0px;
}
address {
	font-size: 12px;
	font-style: normal;
	padding: 10px;
}
.ttlImg {
	line-height: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.brownBg {
	background: #793409;
	padding: 0px 20px;
}
.ttlText {
	color: #F1BB2A;
	border-bottom: 2px solid #584207;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

.scheduleTable {
	margin: 15px auto 10px; padding: 0px; width: 98%; line-height: 1; font-size: 12px; background-color: rgb(52, 1, 82);
}
.scheduleTable .sam {
	padding: 2px; text-align: center; color: rgb(0, 0, 0); vertical-align: middle; background-color: rgb(255, 255, 255);
}
.scheduleTable .profile {
	color: rgb(255, 255, 255); padding-top: 5px; padding-bottom: 5px; padding-left: 10px; background-color: rgb(52, 1, 82);
}
.scheduleTable .date {
	width: 13%; height: 20px; text-align: center; color: rgb(255, 240, 0); padding-top: 3px; padding-bottom: 3px; font-size: 10px; background-color: rgb(74, 55, 4);
}
.scheduleTable .sche {
	height: 40px; text-align: center; color: rgb(255, 255, 255); padding-top: 3px; padding-bottom: 3px; vertical-align: middle; background-color: rgb(169, 39, 246);
}
