@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	color: #333;
}
body {
	color: #333;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/body_bg.jpg) repeat;
}
/*------------------------------------------------------------------*/
/* link */
/*------------------------------------------------------------------*/
a:link {
	color: #9A4754;
	text-decoration: none;
}
a:visited {
	color: #9A4754;
	text-decoration: none;
}
a:hover {
	color: #B69C9C;
	text-decoration: none;
}
a:active {
	color: #9A4754;
	text-decoration: none;
}
/*------------------------------------------------------------------*/
/* common */
/*------------------------------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	background: #fff;
	position: relative;
}
#mini_header {
	background: url(../img/mini_header_bg.jpg) no-repeat;
	height: 32px;
	line-height: 32px;
	text-align: right;
}
#header {
	width: 900px;
	height: 142px;
	background: url(../img/header_bg.jpg) no-repeat;
}
.logo {
	position: absolute;
	left: 20px;
	top: 60px;
	z-index: 1;
	width: 256px;
	height: 48px;
}
.tel {
	position: absolute;
	right: 20px;
	top: 44px;
	z-index: 1;
	width: 300px;
	height: 89px;
}
#nav_wrap {
	height: 248px;
	width: 230px;
	position: absolute;
	right: 30px;
	top: 178px;
	text-align: center;
}
#nav_wrap img {
	margin: 0 2px;
}
#main_contents {
	margin: 10px 28px;
	padding: 4px;
}
#left {
	float: left;
}
#right {
	float: right;
}
.clear {
	clear: both;
}
#sub_footer {
	height: 73px;
	background: url(../img/sub_footer_bg.png) bottom no-repeat;
}
#footer {
	background: url(../img/footer_bg.jpg) center bottom;
	height: 40px;
	margin-top: 30px;
}
