﻿/* CSS Document */

body{
	background: url(img/mizu.gif);
	text-align:center;
	line-height:140%;
	}
#container{
	background:url(img/bg_main_middle1.jpg);
	}

#container h1{
	color:#808080;
}


/******************** テーブル ********************/

.tablename{
	background:#f2f2f2;
	padding:10px;
}
.tabledetail{
	background:#fff;
	padding:10px;
}

/******************** ヘッダ ********************/

#head{
	margin:0 -20px 0 0;
	background: url(img/bg_main_top1.jpg);
	height:100px;
	}
#head:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}
#head h2{
	float:left;
	margin:30px 0 0 0;
	width:300px;
	}
#head_menu{
	font-size:12px;
	float:left;
	height:30px;
	margin:60px 0 0 150px;
	}
#head_menu ul{
	list-style-type:none;
	margin:0 0 0 10px;
	zoom:100%;
	}
#head_menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}	
#head_menu ul li{
	float:left;
	font-size:11px;
	color:#333333;
	}
#head_menu ul li a{
	color:#808080;
	text-decoration:none;
	font:11px;
	padding:0 10px;
	border-left:dotted 1px #999999;
	}
#head_menu ul li a:hover{
	color:#CC6666;
	text-decoration:none;
	}


/******************** サイドバー ********************/

#reserve{
	background: url(img/reserve_bg_bcbg.gif) no-repeat;
	width:190px;
	height:80px;
	margin: 0 0 10px 0;
}

#reserve a{
	position:relative;
	top:15px;
	background: url(img/reserve_btn_bcbg.gif) no-repeat;
	display:block;
	width:150px;
	height:45px;
	text-indent:-9999px;
	outline:none;
}
#reserve a:hover {
background-position:left bottom;
}

#qrside{
	margin:15px 0 10px 0;
	display:block;
	width:190px;
	height:125px;
	background: url(img/qr_side_bcbg.gif) no-repeat;
}

/******************** フッタ ********************/

#footer{
	float:auto;
	display:block;
	width: 940px;
	height:auto;
}

#footer a{
	color:#808080;
	text-decoration:none;
	}
#footer a:hover{
	color:#CC6666;
	text-decoration:none;
	}

#footer-menu{
	float:center;
	text-align:center;
	width:100%;
	text-alien: center;
	color:#808080;
	font-size: 11px;
	margin: 30px auto;
}