@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;
	padding-left: 25px;
}

#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;
	float: left;
}

#contents_wrap h2 {
	width: 500px;
	height: 90px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#title_topics {
	background: url(../img/title/topics.gif);
}

.title_text {
	margin-bottom: 20px;
	font-size: 12px;
}

.pages {
	width: 583px;
	margin: 0 15px 15px 0;
	border: 1px solid #E5E5E5;
	padding: 5px;
	font-size: 12px;
	line-height: 17px;
	color: #999;
}

.pages a {
	border: none;
	padding: 3px 6px;
	color: #999;
	text-decoration: none;
}

.pages a:hover {
	background: #A28771;
	color: #FFF;
}

.pages a.current {
	background: #C4C4C4;
	color: #FFF;
}

#topics_list {
	padding-left: 20px;
}

#topics_list dd {
	margin-bottom: 30px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}

#topics_list a {
	font-size: 14px;
	font-weight: bold;
	color: #8D8279;
}

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

#topics_date {
	width: 100px;
	text-align: right;
	float: right;
}

h3 {
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #8D8279;
	float: left;
}

#topics_photo {
	width: 300px;
	margin-top: 20px;
	float: right;
}

#topics_photo li {
	margin-bottom: 20px;
}

#topics_photo img {
	width: 300px;
}

#topics_comment {
	width: 280px;
	margin-top: 20px;
	padding-right: 20px;
	float: left;
	clear: both;
}

#topics_comment strong {
	color: #C00;
}

#topics_nav {
	padding-top: 30px;
	border-top: 1px dotted #CCC;
}

#topics_nav li {
	width: 200px;
	height: 20px;
	float: right;
}

#topics_nav_prev {
	text-align: right;
}

#topics_nav_top {
	text-align: center;
}

#topics_nav_next {
	text-align: left;
}


/* ----------------------------------------
	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;
}