@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background: #2F2210 url(../img/background.gif);

}

h1 {
	margin: 0;
	padding: 10px 0 0 25px;
	float: left;
	width: 205px;
}

img {
	border-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
*html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a img#map {
	width: 45px;
	height: 20px;
}

ul#menu {
	clear: both;
	margin: 0;
	padding-left: 250px;
	height: 26px;
	background: url(../img/header/menuBack.gif);
	list-style: none;
}

ul#menu li {
	display: block;
	overflow: hidden;
	background: url(../img/header/menuBackOver.gif);
	text-align: center;
	width: 75px;
	height: 26px;
	float: left;
	border-left: 1px solid #999;
}

ul#menu li a {
	display: block;
	overflow:hidden;
	outline:none;
	height: 26px;
	background: url(../img/header/menuBack.gif);
}

ul#menu li a:hover {
	background: url(../img/header/menuBackOver.gif);
}

ul#menu li#blog {
	border-right: 1px solid #999;
}

div#container {
	width: 920px;
	margin: 0 auto;
}

div#header {
	background: url(../img/header/headBack.gif);
	height: 127px;
	color: #999999;
	font-size: 11px;
}

p#header-hard {
	margin-top: 30px;
	margin-bottom: 9px;
	float: right;
	text-align: right;
	line-height: 0px;
}

p#header-hard img {
	margin: 10px 0 0 0 ;
}

p#header-hard img.header-tel {
	margin-right: 40px;
}

p#header-hard img#map {
	padding: 0 40px 0 0;
	margin: 0;
	vertical-align: middle;
}

div#contents {
	background: #FCFAE1;
	margin: 0;
	padding: 0;
}

img#footer {
	margin-top: 25px;
}
