@charset "utf-8";


/* Global Hack and Reset ------------------------------------------- */

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* {
	margin: 0;
	padding: 0;
}
img { border: none; }

/* body ------------------------------------------- */

body {
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #FFF;
}

#container, #container-index, #header, #tabmenu, 
#contents-top, #contents, 
#contents-middle, #contents-bottom, 
#footer {
	text-align: left;
	margin: 0 auto;
}


/* #container ------------------------------------------- */

#container {
	text-align: left;
	text-align: center;
	width: 870px;
	background-image: url(../images/bg_body3.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#container-index {
	text-align: left;
	text-align: center;
	width: 870px;
	background-color: #FFF;
}


/* #header ------------------------------------------- */

#header {
	width: 788px;
	height: 333px;
}
#header h1 {
	width: 400px;
	height: 120px;
}
#header h1 span {
	display: block;
	width: 480px;
	height: 120px;
}
#header h1 a {
	position: relative;
	display: block;
	width: 480px;
	height: 120px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#header div.nextdate {
	margin-top: 140px;
	font-size: 32px;
	font-weight: bolder;
	text-align: center;
}
#header span.blue {
	color: #00F;
}
#header span.red {
	color: #F00;
}

/* #tabmenu ------------------------------------------- */

#tabmenu {
	width: 788px;
	padding-left: 40px;
	height: 34px;
}
#tabmenu span.tabNew {
	display: block;
	float: left;
	background-image: url(../images/tab_new.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabNewCr {
	display: block;
	float: left;
	background-image: url(../images/tab_new_on.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabUsed {
	display: block;
	float: left;
	background-image: url(../images/tab_used.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabUsedCr {
	display: block;
	float: left;
	background-image: url(../images/tab_used_on.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabLand {
	display: block;
	float: left;
	background-image: url(../images/tab_land.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabLandCr {
	display: block;
	float: left;
	background-image: url(../images/tab_land_on.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
	margin-right: 10px;
}
#tabmenu span.tabMansion {
	display: block;
	float: left;
	background-image: url(../images/tab_mansion.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
}
#tabmenu span.tabMansionCr {
	display: block;
	float: left;
	background-image: url(../images/tab_mansion_on.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 34px;
}
#tabmenu span a {
	position: relative;
	display: block;
	width: 180px;
	height: 34px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

/* #contents ------------------------------------------- */

#contents-top {
	background-image: url(../images/bg_contents_top.png);
	background-repeat: no-repeat;
	width: 788px;
	height: 19px;
	overflow: hidden;
}
#contents {
	background-image: url(../images/bg_contents.png);
	background-repeat: repeat-y;
	width: 788px;
}
#contents-middle {
/*	padding: 0px 0px 20px 24px;*/
	width: 788px;
}
#contents-middle h1,h2,h3,p,form,a {
	position: relative;
}
#contents-bottom {
	background-image: url(../images/bg_contents_bottom.png);
	background-repeat: no-repeat;
	clear: both;
	height: 22px;
	width: 788px;
	overflow: hidden;
}
div.contents-inner {
	padding: 8px 24px 16px 32px;
	font-size: 16px;
}


/* PageTop Link Class ------------------------------------------- */
div.pagetop {
	font-size: small;
	text-align: right;
	margin-top: 1em;
}


/* #footer ------------------------------------------- */

#footer {
	width: 788px;
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 20px;
	line-height: 200%;
}
#footer a {
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 2px;
}
span.copyright {
	margin-left: 16px;
}
#footer-index {
	color: #666;
	font-size: 12px;
	text-align: right;
	margin-top: 6px;
	margin-bottom: 20px;
	line-height: 200%;
}
#footer-index a {
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 2px;
}

/* Global Class ------------------------------------------- */

.strong {
	font-weight: bold;
}
.large {
	font-size: 15px;
}
.small { 
	font-size: 10px;
}
.price {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.1;
}
.center {
	text-align: center;
}
p {
	line-height: 128%;
	padding-bottom: 8px;
}
p.navi {
	font-size: 13px;
	margin-bottom: 1em;
	padding: 0;
}
a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #CBE328;
	text-decoration: underline;
}
div.description {
	text-align: center;
}
a img.hover {
	border: solid 3px #FFFFFF;
	vertical-align: middle;
}
a:hover img.hover {
	border: solid 3px #CBE328;
}

.control {
	text-align: center;
	margin-top: 20px;
}

/* テスト中を表示するステッカー */
#sticker {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}	
