* {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFEFBD;
	line-height: 1.5;
}
img {border: 0;}
.none {display: none;}
.center {text-align: center;}
/*
.clear {clear: both;}
*/

.backtotop {text-align: right;}
.backtotop span {font-size: 6px; color: #FF9900; vertical-align: middle; padding-right: 5px;}

/* タイトル */
.title {
	background: url(../img/title_bg.jpg) repeat-x;
	margin: 0 0 1em 0;
	border-left: 1px solid #E0E0E9;
	border-top: 1px solid #E0E0E9;
	border-right: 1px solid #E0E0E9;
	border-bottom: 1px solid #CBCCDA;
}
.title h2 {
	background: url(../img/title_heading_bg.jpg) no-repeat;
	color: #EB5C10;
	padding: 6px 6px 10px 33px;
}

.title2 {border: 1px dotted #26499d; color: #26499d; margin: 0 0 1em 0;}
.title2 h3 {padding: 0.2em 0.5em;}
.title2 h3 span {font-size: 90%; font-weight: normal;}


/* float解除用 */
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
  min-height: 1px;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* フォントサイズ指定 */
body {
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
/*
	*font-size: small;
	*font: x-small;
*/
}
table {
	font-size: inherit;
	font: 100%;
}
input, select, textarea {font-size: 12px;}

h2 {font-size: 131%;}
h3 {font-size: 116%;}
h4 {font-size: 108%;}
h5,p,form,dt,dd,li,td,th,input {font-size: 100%;}

/* form パーツ */
select {margin: 0 3px 0 0; padding: 0;}
input[type="checkbox"] {margin: 0 3px 0 0;}
input[type="radio"] {margin: 0 3px 0 0; padding: 0;}
input[type="button"] {margin: 0 3px 0 0; padding: 2px 5px;}


#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../img/container_bg.jpg) repeat-y;
	position: relative;
}

/* header css --------------------------------------------------------------------------------------------------------- */
#header {
	width: 840px;
	margin: 0 auto;
	height: 140px;
	position: relative;
	background: url(../img/header_bg.jpg) no-repeat;
	z-index: 3;
}
#header h1 {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	position: absolute;
	top: 18px;
	left: 20px;
	font-weight: normal;
}

#header img {
	margin: 0;
	padding: 0;
}

#header h1 span {display: none;}
#header p {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	left: 235px;
	font-size: 12px;
}
/* -------------------------------------------------------------------------------------------------------------------- */


/* contents css ------------------------------------------------------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 810px;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}

#maincontents {
	width: 600px;
	margin: 15px 0;
	float: left;
}
#subcontents {
	width: 180px;
	margin: 15px 0;
	float: right;
}

.center {text-align: center;}

a.detail {
	display: block;
	width: 130px;
	height: 22px;
	margin: 0 auto;
	padding-top: 3px;
	background: url(../img/btn_guide.gif) no-repeat;
	font-size: 12px;
}

/* subcontents ------------------------------------------------------------------------------- */

/* 共通 */
ul.list_type1 {list-style: none; margin: 0; padding: 0;}
ul.list_type1 li {
	margin: 0 0 0.5em 7px;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../img/list_type1.gif) no-repeat;
}

ul.list_type2 {list-style: none; margin: 0; padding: 0;}
ul.list_type2 li {
	margin: 0;
	padding: 0 0 10px 0;
}

/* 検索メニュー */
#searchMenu {margin: 0 0 20px 0;}
#searchMenu ul {list-style: none; margin: 0; padding: 0;}
#searchMenu ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* ガイド */
#guide {margin: 0 0 20px 0;}
#guide h3 {margin: 0; padding: 0; height: 30px;
	background: url(../img/guide_heading.jpg) no-repeat;
	text-indent: -9999em;
}
#guide div.content {background: url(../img/guide_content.gif) repeat-y;}
#guide div.footer {background: url(../img/guide_footer.gif) no-repeat;}
#guide img {margin: 5px; padding: 0;}
#guide p {padding: 0 5px; font-size: 12px;}


/* 物件取扱店舗 */
#shop {margin: 0 0 30px 0;}
#shop h3 {margin: 0 0 10px 0; padding: 0; height: 25px;
	background: url(../img/shop_heading.gif) no-repeat;
	text-indent: -9999em;
}

/* バナー */
#banner {}

/* ------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------------- */


/* footer CSS --------------------------------------------------------------------------------------------------------- */
#footer {
	width: 810px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	z-index: 2;
}
#footer div.bnrWrapper {border: 5px solid #CBCCDA; margin-bottom: 10px;}

/* -------------------------------------------------------------------------------------------------------------------- */
