@charset "utf-8";

/*
===========================================================
	common css
	Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
	version: 1.0.0 [2009/2/18]
===========================================================
*/
/* -- body -- */
body {
	color:#292724;
	font-size:90%;
	line-height:160%;
	text-align:center;
	background:url(../images/bg_body.jpg) repeat;
}

a {
	color:#ff7506;
	text-decoration:none;
}
a:hover {
	color:#ff7506;
	text-decoration:underline;
}
a:visited {
	color:#ff7506;
	text-decoration:none;
}

/* -- container -- */
div#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#f3f2f1;
}
div#container h1 {
	height:28px;
	padding-left:10px;
	color:#ffffff;
	font-size:90%;
	background:url(../images/bg_h1.jpg) no-repeat;
}

/* -- header -- */
div#header {
	width:800px;
	height:146px;
	background:url(../images/bg_header.jpg) no-repeat;
}
div#header:after {
	  content:".";
	  display:block;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  clear:both;
}
	div#header h2#logo {
		width:330px;
		float:left;
	}
		div#header h2#logo a {
			width:330px;
			height:0px;
			padding-top:134px;
			background:url(../images/logo.jpg) no-repeat;
			overflow:hidden;
			display:block;
		}
	div#header p#header_inquiry {
		width:312px;
		float:right;
		height:0px;
		padding-top:146px;
		background:url(../images/header_inquiry.jpg) no-repeat;
		overflow:hidden;
	}
	
/* -- main_box -- */
div#main_box {
	clear:both;
	width:800px;
	background:url(../images/bg_mainbox.jpg) repeat-y;
}
div#main_box:after {
	  content:".";
	  display:block;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  clear:both;
}

/* -- global_nav -- */
ul#global_nav {
	clear:both;
	width:221px;
	background-image:url(../images/bg_gnav.jpg) no-repeat;
}
	ul#global_nav li a {
		width:221px;
		height:0px;
		padding-top:52px;
		background-image:url(../images/bg_gnav.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
		display:block;
	}
ul#global_nav li#gn_top a { background-position: 0 0; }
ul#global_nav li#gn_flow a { background-position: 0 -52px; }
ul#global_nav li#gn_faq a { background-position: 0 -104px; }
ul#global_nav li#gn_inquiry a { background-position: 0 -156px; }
ul#global_nav li#gn_blog a { background-position: 0 -208px; }
ul#global_nav li#gn_sale a { background-position: 0 -260px; }
ul#global_nav li#gn_new a { background-position: 0 -312px; }
ul#global_nav li#gn_shop a { background-position: 0 -364px; }
ul#global_nav li#gn_history a { background-position: 0 -416px; }
ul#global_nav li#gn_privacy a { background-position: 0 -468px; }
ul#global_nav li#gn_sitemap a { background-position: 0 -520px; }

ul#global_nav li#gn_top a:hover { background-position: 0 -572px; }
ul#global_nav li#gn_flow a:hover { background-position: 0 -624px; }
ul#global_nav li#gn_faq a:hover { background-position: 0 -676px; }
ul#global_nav li#gn_inquiry a:hover { background-position: 0 -728px; }
ul#global_nav li#gn_blog a:hover { background-position: 0 -780px; }
ul#global_nav li#gn_sale a:hover { background-position: 0 -832px; }
ul#global_nav li#gn_new a:hover { background-position: 0 -884px; }
ul#global_nav li#gn_shop a:hover { background-position: 0 -936px; }
ul#global_nav li#gn_history a:hover { background-position: 0 -988px; }
ul#global_nav li#gn_privacy a:hover { background-position: 0 -1040px; }
ul#global_nav li#gn_sitemap a:hover { background-position: 0 -1092px; }

/* -- side_area -- */
div#side_area {
	width:250px;
	float:left;
	padding-bottom:30px;
	color:#ffffff;
	font-size:80%;
}
div#side_area h2 {
	margin:20px 0px 0px 15px;
}
div#side_area h3 {
	margin:20px 40px 0px 15px;
	font-weight:bold;
}
div#side_area h4 {
	margin:0px 40px 0px 15px;
	color:#50571e;
	font-weight:bold;
}
div#side_area p {
	margin:0px 40px 0px 15px;
}
	div#side_area p#side_toll_free {
		margin:0px 40px 0px 15px;
		color:#5e0e0c;
		font-weight:bold;
	}
	div#side_area p#side_link {
		margin:15px 40px 0px 15px;
	}
		div#side_area p#side_link img {
			margin-top:5px;
		}
div#side_area ul#side_union {
	margin:15px 40px 0px 15px;
}
	div#side_area ul#side_union li {
		padding:0px 0px 0px 22px;
		background:url(../images/icon_square.jpg) 0px 5px no-repeat;
	}

/* -- contents -- */
div#contents {
	width:535px;
	float:left;
	padding-bottom:30px;
}
	div#contents h2 {
		clear:both;
		margin-top:20px;
		padding:20px 0px 5px 40px;
		color:#50571e;
		font-size:110%;
		font-weight:bold;
		background:url(../images/bg_h2.jpg) no-repeat;
		border-bottom:2px #868d48 solid;
	}
		div#contents h2#page_title {
			padding:0px 0px 0px 0px;
			border-bottom:none;
		}
	div#contents h3 {
		margin:15px 0px -10px 0px;
		color:#431404;
		font-weight:bold;
	}
	div#contents p {
		margin:15px 0px 0px 0px;
	}

/* -- footer -- */
div#footer {
	clear:both;
	padding:10px 0px;
	color:#999999;
	font-size:70%;
	text-align:center;
	background:url(../images/bg_footer.jpg) repeat-y;
}
	div#footer li {
		display:inline;
		list-item-position:inside;
		margin-left:10px;
		padding-right:10px;
		border-right:1px #999999 solid;
	}
		div#footer li a {
			color:#999999;
		}
		div#footer li a:hover {
			text-decoration:underline;
		}
	div#footer li.end {
		display:inline;
		list-item-position:inside;
		margin-left:10px;
		border-right:none;
	}
	div#footer address {
		color:#a17977;
		margin:10px 0px 0px 0px;
	}
		div#footer address a {
			color:#a17977;
			text-decoration:none;
		}

/* -- layout css -- */
table.layout {
	margin:20px 20px 0px 20px;
}
	table.layout td {
		padding:5px;
		vertical-align:top;
	}

table.layout_border {
	clear:both;
	margin:20px 0px 0px 0px;
	border:1px #cccccc solid;
}
	table.layout_border td {
		padding:8px;
		vertical-align:top;
		border:1px #cccccc solid;
	}
	table.layout_border .item {
		background-color:#e9e5d9;
	}

ul.list_square {
	margin:15px 0px 0px 0px;
	}
	ul.list_square li {
	padding:0px 0px 0px 20px;
	background:url(../images/icon_square.jpg) 0px 4px no-repeat;
	}

ul#list_flow_nav {
	margin:15px 0px 0px 0px;
}
	ul#list_flow_nav li {
		display:inline;
		margin-right:10px;
	}
	ul#list_flow_nav li a {
		color:#3399CC;
		margin:0px 5px;
		font-weight:bold;
	}

ol.list_flow {
	margin:15px 0px 0px 10px;
	}
	ol.list_flow li {
	list-style-type:decimal;
	margin-left:20px;
	padding:10px 0px 40px 0px;
	background:url(../images/icon_flow.jpg) left bottom no-repeat;
	}
	ol.list_flow li.finish {
	list-style-type:decimal;
	margin-left:20px;
	padding:10px 0px 0px 0px;
	background:none;
	}

ul.list_faq {
	margin:15px 0px 0px 0px;
	}
	ul.list_faq li {
	padding:0px 0px 8px 25px;
	background:url(../images/faq_q.jpg) 0px 0px no-repeat;
	}
	ul.list_faq li a {
		color:#292724;
	}

div#contents div#history {
	width:300px;
	float:left;
	padding-top:10px;
}
div#contents div#history_photo {
	width:225px;
	float:right;
	padding-top:20px;
	text-align:right;
}

input.input_area {
	width:200px;
}
textarea.input_field {
	width:380px;
}

/*  --- fix related --- */
/* to fix clear flot */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
	}
/* Mac IE \*//*/
.clearfix {
	overflow:hidden;
}
/* */	
	
/* fix to make png transparent in IE6 */
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
