@charset "utf-8";

/* ##################################################################

[DEFAULT]
[header]
[contents]
[main]
[side]
[map]
[contact]

Copyright (C) 37Graphics.

################################################################## */

/* DEFAULT ****************************************************************/
body {
	background: #FFF url(../img/bg01_sub.png) repeat-x;
}


/* header ****************************************************************/
#header p {
	float: left;
	padding-top: 4px;
}


/* contents ****************************************************************/
div#contents {
	width: 680px;
	padding: 14px 14px 0;
	background: #FFF url(../img/bg02_sub.png) no-repeat;
}

p#bc_nav {
	float: left;
	margin-bottom: 3px;
	color: #666;
	font-size: 83%;
}
#bc_nav a {
	color: #666;
}
h1 {
	float: left;
	margin-bottom: 3px;
	padding-left: 0.2em;
	color: #666;
	font-size: 83%;
}

h2 {
	line-height: 1.2;
	margin: -1px 0 10px;
	padding: 0 0 1px 5px;
	font-size: 116%;
	font-weight: bold;
}

div.sec {
	margin-bottom: 20px;
}

/* contents_top
--------------------------------------------------------- */
div#contents_top {
	position: relative;
	clear: both;
	width: 680px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	background: url(../img/detail/c_top_bg.png) no-repeat 0 bottom;
}

p#title {
	position: absolute;
	bottom: 3px;
	float: left;
	line-height: 1;
	padding-left: 5px;
	font-size: 133%;
	font-weight: bold;
}
ul#s_nav {
	float: right;
	width: 236px;
	overflow: hidden;
	padding-bottom: 2px;
}
#s_nav li {
	float: right;
	width: 111px;
	margin-left: 7px;
}


/* main ****************************************************************/
div#main {
	float: right;
	width: 340px;
}
#main h2 {
	background: url(../img/detail/title_6_bg.png) no-repeat 0 bottom;
}
#main #point {
	margin-bottom: 16px;
	font-size: 116%;
}
#main #point h2 {
	margin: -1px 0 8px;
	font-size: 100%;
	background: url(../img/detail/title_point_bg.png) no-repeat 0 bottom;
}
#main table {
	width: 340px;
	border: #D9D9D9 solid 1px;
	color: #666;
}
#main table th {
	width: 76px;
	font-weight: bold;
	text-align: left;
}
#main table th,
#main table td {
	vertical-align: middle;
	padding:  7px 7px 4px;
}
#main table tr.even th,
#main table tr.even td {
	background: #F9F9F9;
}
#main table td a {
	padding: 9px 0 6px 30px;
	background: url(../img/detail/dl_icon.png) no-repeat 0 center;
}


/* sub ****************************************************************/
div#sub {
	float: left;
	width: 322px;
}
#sub p.images {
	position: relative;
	width: 308px;
	height: 205px;
	margin-bottom: 9px;
	padding: 6px 8px 9px 6px;
	background: url(../img/detail/photo_frame.png) no-repeat;
}
#sub p span {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 3;
	width: 308px;
	height: 205px;
	text-indent: -9999px;
}

#sub p span.soldout {	background: url(../img/mark_soldout.gif) no-repeat;}
#sub p span.contract { background: url(../img/mark_contract.png) no-repeat;}
#sub p span.full { background: url(../img/mark_full.gif) no-repeat;}

#sub h2 {
	width: 317px;
	padding-top: 7px;
	background: url(../img/detail/title_4_bg.png) no-repeat 0 bottom;
}
#sub .sec {
	width: 326px;
	overflow: hidden;
}
#sub .sec p.images {
	float: left;
	width: 149px;
	height: 99px;
	margin: 0 6px 8px 0;
	padding: 3px 5px 5px 3px;
	background: url(../img/detail/photo_frame_mini.png) no-repeat;
}


/* map ****************************************************************/
div#map {
	clear: both;
	width: 680px;
	margin: 0 0 40px;
}
#map h2 {
	background: url(../img/detail/title_4_bg.png) no-repeat 0 bottom;
}
#map p#g_map {
	width: 674px;
	height: 377px;
	margin-bottom: 7px;
	border: #D9D9D9 solid 3px;
}


/* contact ****************************************************************/
div.contact {
	width: 680px;
	margin: 0 0 30px;
	background: url(../img/chintai/contact_bg_bd.png) repeat-y;
}
.contact dl {
	padding-top: 5px;
	background: url(../img/chintai/contact_bg_hd.png) no-repeat 0 top;
}
.contact dt {
	line-height: 1.5;
	margin: 0 7px;
	padding: 6px 8px 5px;
	font-size: 116%;
	font-weight: bold;
	background: url(../img/contact_title.png) repeat;
}
.contact dd {
	background: url(../img/chintai/contact_bg_ft.png) no-repeat 0 bottom;
}
.contact dd p.images {
	float: left;
	width: 157px;
	padding: 13px 0 11px 15px;
}
.contact dd dl {
	position: relative;
	float: right;
	width: 475px;
	padding: 13px 15px 8px 0;
	background: none;
}
.contact dd dl dt {
	line-height: 1.1;
	margin: 0;
	padding: 0 0 3px;
	font-size: 100%;
	font-weight: bold;
	background: none;
}
.contact dd dl dt span {
	position: absolute;
	top: 13px;
	right: 15px;
	display: inline-block;
	float: right;
	color: #666;
}
.contact dd dl dd {
	padding: 2px 0 1px;
	border-top: #EEE solid 1px;
	background: none;
}
.contact dd dl dd.add {
	color: #666;
}
.contact dd dl dd a {
	color: #489514;
}
.contact dd dl dd a:visited {
	color: #489514;/* IE6 fix */
}


