body {
	margin: 0 0 1.5em 0;
	font-family: "メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic",Osaka,Verdana,Arial, Helvetica, sans-serif";
}

img {
	border: 0;
}

.main {
	background: url("../images/pageparts/page_bg.gif") center repeat-y;
	border-left: 1px solid #7e7a58;
	border-right: 1px solid #7e7a58;
	margin: 0 auto;
}

.con_center {
	text-align: center;
}

.adjusttop-1  { margin-top: 5px;}
.adjusttop-2  { margin-top: 10px;}
.adjusttop-3  { margin-top: 15px;}
.adjusttop-4  { margin-top: 20px;}
.adjusttop-5  { margin-top: 25px;}
.adjusttop-6  { margin-top: 30px;}
.adjusttop-7  { margin-top: 35px;}
.adjusttop-8  { margin-top: 40px;}
.adjusttop-9  { margin-top: 45px;}
.adjusttop-10 { margin-top: 50px;}
.adjusttop-11 { margin-top: 55px;}
.adjusttop-12 { margin-top: 60px;}
.adjusttop-13 { margin-top: 65px;}
.adjusttop-14 { margin-top: 70px;}
.adjusttop-15 { margin-top: 75px;}
.adjusttop-16 { margin-top: 80px;}
.adjusttop-17 { margin-top: 85px;}
.adjusttop-18 { margin-top: 90px;}
.adjusttop-19 { margin-top: 95px;}

div.con_header_left h1 {
	font-size: 12px;
	line-height: 1.8em;
	text-align: right;
	color: #807e73;
	margin: 3px 0 0 0;
}

div.con_header_right {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #807e73;
	margin: 3px 0 0 0;
}

div.con_header_right a {
	color: #807e73;
	text-decoration: none;
}

div.con_header_right a:hover {
	color: #bfb660;
	text-decoration: underline;
}

div.container h2 {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
}

div.container h3 {
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}

div.container h2 a, div.container h3 a {
	color: #bfb660;
	text-decoration: none;
}

div.container h2 a:hover, div.container h3 a:hover {
	color: #bfb660;
	text-decoration: underline;
}

.tab_navi{
	overflow: hidden;
	position:relative;
	background:url("../images/pageparts/menu_bg.gif") repeat-x;
	height:40px;
	list-style:none;
	width:792px;
	margin: 0;
	padding: 0;
}
.tab_navi li{
	float:left;
}

.tab_navi li a{
	float: left;
	width: 158px;
	height: 40px;
	margin: 0;
	line-height: 40px; /* テキストの上下位置を中央ぞろえに */
	text-align: center;
	color:#807c59;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.tab_navi li a{
	display:block;
	width: 158px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.tab_navi li.current a{
	background-position: 0 100%;
	color:#fff;
	background:url("../images/pageparts/select_bg.gif") no-repeat;
	background-position:left;
}

.tab_navi li a:hover{
	background-position: 0 100%;
	color:#fff;
	background:url("../images/pageparts/select_bg.gif") no-repeat;
	background-position:left;
}

.list_bg {
	background: url("../images/pageparts/list_bg.gif") no-repeat right bottom;
	height: 150px;
}

.title {
	background:url("../images/pageparts/title_bg.gif") no-repeat;
	font-size: 16px;
	height: 35px;
	font-weight: bold;
	color: #bfb660;
}

.side_border_right {
	border-right: 1px solid #eee;
}

.side_border_left {
	border-left: 1px solid #eee;
}

.pic_house {
	float: left;
	padding-left:  1px;
}

.comment_house {
	float: left;
	color: #807c59;
}

.footer_bg {
	background: url("../images/pageparts/footer_bg.gif") no-repeat left bottom;
	height: 150px;
}

.txt_right {
	text-align: right;
}

.bnhover a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}