html{
	height:100%;
}
body{
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	color:#333;
	background-image: url(../img/common/bg.png);
	background-color: #F4E7D9;
	text-align: center;
}
/*pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}*/
* html pre {width:100%}

*html div#container{
	height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container{
	width:950px;
	text-align:left;
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	min-height: 100%;
}
#container h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #75432F;
	line-height: 1.1em;
	display: block;
	margin: 0px;
	padding: 10px;
}
body > #container{
	height:auto;
}
#header {
	background-color: #FFFFFF;
	background-image: url(../img/common/bg_header.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAB693;
	overflow: hidden;
	width: 100%;
	height: 58px;
}
#header h2 {
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}
#header ul {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}
#header ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	display: inline;
}
#info {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#info #map {
	margin-left: 30px;
	float: left;
	width: 450px;
	font-size: 13px;
	line-height: 1.5em;
}
#info #map a {
	display: block;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#info #tel {
	float: right;
	margin-right: 30px;
}
#footer {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.1em;
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#footer #since {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#footer #linkbnr {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
#footer #linkbnr a img {
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}
a:link {
	color: #71412E;
	text-decoration: underline;
}
a:visited {
	color: #93614D;
	text-decoration: underline;
}
a:hover {
	color: #93252F;
	text-decoration: underline;
}
a:active {
	color: #71412E;
	text-decoration: underline;
}
