@charset "UTF-8";

@import url("setting.css");

/* ----------------------------------------
	description
---------------------------------------- */

h1 {
	width: 100%;
	min-width: 850px;
	height: 25px;
	background-color:#2F1203;
	text-align: center;
	line-height: 25px;
	color: #CCC;
	font-size: 10px;
}


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

#container {
	width: 100%;
	min-width: 850px;
	background: url(../img/bg_container.png) repeat-x center top;
	position: relative;
}


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

#header {
	width: 850px;
	margin: auto;
	padding: 20px 0;
}

#header img {
	width: 220px;
	display: block;
	float: left;
}

#nav {
	position: absolute;
	top: -126px;
	right: 20px;
}

#nav li {
	width: 119px;
	height: 28px;
	margin-left: 1px;
	float: left;
	position: relative;
}

.category {
	display: block;
	background: #E1E1E1;
	text-align: center;
	line-height: 28px;
	color: #333;
}

.category:hover {
	background: #CCC;
	color: #FFF;
}

#nav ul {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	z-index: 500;
}

#nav ul li a{
	display: block;
	padding: 0 5px;
	background: #E0CEC7;
	text-align: left;
	line-height: 28px;
	color: #333;
}

#nav ul li a:hover{
	display: block;
	padding: 0 5px;
	background: #B49D95;
	text-align: left;
	line-height: 28px;
	color: #FFF;
}


/* ----------------------------------------
	inquiry
---------------------------------------- */

#inquiry  {
	width: 215px;
	position: absolute;
	top: -98px;
	right: 20px;
}

#form {
	display: block;
	width: 215px;
	height: 40px;
	margin: 10px 0;
	background: url(../img/inquiry_bg.png);
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

#tel {
	padding-left: 15px;
	background: url(../img/tel_arrow.gif) no-repeat left center;
	font-size: 18px;
	color: #230802;
	float: right;
}


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

#contents_wrap {
	width: 850px;
	margin: 5px auto 20px;
	border: 1px solid #cccccc;
	padding-bottom: 25px;
	background:url(../img/contents_wrap_bg.gif) repeat-y;
	position: relative;
}

#left_contents {
	width: 175px;
	padding: 5px 0 0 25px;
	float: left;
}

#left_contents ul {
	font-size: 12px;
}

#left_contents li{
	list-style: url(../img/listimage_gray.gif) square outside;
}

#left_contents .current{
	list-style: url(../img/listimage_black.gif) square outside    ;
}

#left_contents li a {
	color: #666;
	font-size: 12px;
	line-height: 27px;
	text-align: left;
}

#left_contents li a:hover {
	text-decoration: underline;
}

#left_contents .current a {
	font-weight: bold;
}

#right_contents {
	width: 600px;
	padding: 20px 20px 0 30px;
	font-size: 12px;
	float: left;
}

#contents_wrap h2 {
	margin: 33px 0 13px;
	font-size: 25px;
	line-height: 24px;
	color: #8D8279;
}

#detail {
	float: right;
}

#detail p {
	margin-left: 40px;
	border-bottom: 1px solid #CCC;
	float:left;
}

#item {
	padding: 20px 0 90px;
	border-bottom: 1px dotted #CCC;
	clear: both;
}

#item_img {
	float: right;
	width: 300px;
}

#item img {
	margin-bottom: 20px;
}

#item p {
	float: left;
	width: 280px;
}

#back_to_list {
	display: block;
	width: 100px;
	margin: 20px auto 35px;
	text-align: center;
	font-size: 11px;
	color: #666;
}

#flow {
	border: 1px solid #AC9A8F;
	padding: 10px 20px;
}

#flow h3 {
	padding: 15px 0;
	border-top:3px solid #EBE2DC;
	border-bottom:3px solid #EBE2DC;
	font-size: 12px;
	font-weight: bold;
}

#flow dl {
	margin: 15px 0;
	background: url(../img/flow_arrow.gif) repeat-y;
}

#flow dt {
	width: 58px;
	height: 35px;
	padding-bottom: 30px;
	float: left;
}

#flow .last {
	padding-bottom: 0;
}

#flow dt img {
	width: 35px;
	height: 35px;
}

#flow dd {
	width: 500px;
	height: 35px;
	padding-bottom: 30px;
	line-height: 35px;
	float: left;
}

#flow p {
	border-top: 1px dotted #CCC;
	padding: 20px;
}


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

#footer {
	width: 850px;
	margin: auto;
}

#footer h2 {
	padding: 5px;
	background: #989898;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	margin-bottom: 1px;
}

#footer_nav {
	width: 770px;
	margin: auto;
	padding: 5px 0 0 80px;
	background: #858585;
}

#footer_nav li {
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
	float: left;
}

#footer_nav li a {
	color: #FFF;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#footer_nav li#law {
	border-right: none;
}

#browser {
	width: 850px;
	margin: auto;
	padding-bottom: 5px;
	background: #858585;
	text-align: center;
	color: #FFF;
}

#browser a {
	color: #FFF;
}

#browser a:hover {
	text-decoration: underline;
}

#copyright {
	width: 100%;
	min-width: 850px;
	background-color:#2F1203;
}

#copyright p {
	width: 850px;
	height: 22px;
	margin: 20px auto 0;
	text-align: right;
	line-height: 22px;
	color: #FFF;
}

#copyright p a {
	color: inherit;
	font-size: inherit;
}