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

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

#title_index {
	background: url(../img/title/index.gif);
}

#title_information {
	background: url(../img/title/information.gif);
}

#title_access {
	background: url(../img/title/access.gif);
}

#title_price {
	background: url(../img/title/price.gif);
}

#title_delivery {
	background: url(../img/title/delivery.gif);
}

#title_order {
	background: url(../img/title/order.gif);
}

#title_remake {
	background: url(../img/title/remake.gif);
}

#title_contact {
	background: url(../img/title/contact.gif);
}

#title_privacy {
	background: url(../img/title/privacy.gif);
}

#title_tokushou {
	background: url(../img/title/tokushou.gif);
}

#title_links {
	background: url(../img/title/links.gif);
}

#about {
	border: 1px solid #AC9A8F;
	padding: 10px 20px 0;
	font-size: 12px;
}

#text_pre {
	margin:0 0 15px;
}

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

#about h4 {
	padding-top: 15px;
	font-weight: bold;
	color: #4C4C4C;
}

#about h5 {
	margin-top: 15px;
	font-size: 12px;
}

#about dl {
	border-bottom: 1px dotted #CCC;
	padding: 15px 0 10px;
}

#about dt {
	width: 150px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#about dd {
	width: 408px;
	margin-bottom: 10px;
	float: right;
}

#about ul {
	border-bottom: 1px dotted #CCC;
	padding: 15px 0 10px 20px;
}

#about li {
	margin-bottom: 10px;
	list-style: disc;
}

#about p {
	border-bottom: 1px dotted #CCC;
	padding: 15px 0 10px;
}

#about p img {
	margin: 10px 20px 5px 0;
}

#about a {
	color: #666;
}

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

#about .last {
	border-bottom: none;
}

/* index.html */

.designer_sp {
	display: none;
}

/* access.html */

#map_img {
	margin-bottom: 150px;
}

#map_text {
	width: 230px;
	float: right;
	text-align: left;
	margin-top: 200px;
}

#map_text span {
	font-weight: bold;
	color: #4C4C4C;
}

#google_map {
	width: 590px;
	height: 350px;
}

/* order.html */

#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;
}

/* privacy.html */

#privacy_exception {
	border: none !important;
	padding: 0 0 0 20px !important;
}

#privacy_exception li {
	margin: 0;

}

/* contact.php */

#contact_form dt {
	width: 150px;
	text-align: right;
	line-height: 24px;
}

#contact_form dd {
	width: 398px;
	padding-left: 10px;
}

#contact_form dd ul {
	border: none;
	padding: 0;
}

#contact_form dd li {
	width: 180px;
	margin: 0;
	list-style: none;
	line-height: 24px;
	float: left;
}

#contact_form span,
#error {
	color: #F00;
}

#contact_form a {
	text-decoration: underline;
}

#name,
#kana,
#mail,
#mail_conf,
#venue,
#venue_address_1,
#venue_address_2 {
	width: 300px;
	height: 24px;
}

#mail,
#mail_conf {
	margin-bottom: 2px;
}

#tel_1,
#tel_2,
#tel_3,
#venue_zip_2 {
	width: 80px;
	height: 24px;
}

#pref {
	height: 30px;
	margin: 0;
}

#date_1,
#date_2,
#date_3,
#date_4 {
	width: 60px;
	height: 24px;
}

#item,
#other {
	width: 300px;
	height: 80px;
	margin-bottom: 2px;
}

#btn_area {
	padding: 20px 0 10px;
	text-align: center;
}

.submit {
	margin-top: 15px;
}

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