@charset "utf-8";

/*
===========================================================
	reset.css
	Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
	version: 1.0.0 [2009/2/18]
===========================================================
*/

html {
	background:#ffffff;
	color:#000000;
	overflow-y:scroll;
}

body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	margin:0;
	padding:0;
}

a {  
	overflow:hidden;
}

a img, img {
	border:0;
}

abbr, acronym {
	border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}

caption, th {
	text-align:left;
}

code, kbd, pre, samp, tt {
	font-family:monospace;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

q:before, q:after {
	content:'';
}

button, fieldset, form, input, label, legend, select, textarea {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	vertical-align:baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

/*
===========================================================
	Base Fonts
	Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
	version: 1.0.0 [2009/2/18]
===========================================================
*/
body {
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.emphasis {
	color:#ff6600;
}

/*
===========================================================
	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 {
		width:330px;
		float:left;
	}
		div#header h2 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 {
		clear:both;
		margin-top:30px;
	}
	div#contents h4 {
		margin:15px 0px 0px 0px;
		color:#162072;
		font-weight:bold;
	}
	div#contents p {
		margin:15px 0px 0px 0px;
	}
		div#contents p.date {
			margin:40px 0px 0px 0px;
			text-align:right;
		}
		div#contents p.page_top {
			margin:0px 0px 0px 0px;
			text-align:right;
		}
	
div#contents ul#page_nav {
	margin-top:70px;
	text-align:center;
}
	div#contents ul#page_nav li {
		display:inline;
	}
		div#contents ul#page_nav li#back {
			margin-right:15px;
			padding-left:20px;
			background:url('images/back.jpg') 0px 3px no-repeat;
		}
		div#contents ul#page_nav li#top {
			margin-right:15px;
			padding-left:20px;
			background:url('images/top.jpg') 0px 3px no-repeat;
		}
		div#contents ul#page_nav li#next {
			padding-right:20px;
			background:url('images/next.jpg') right no-repeat;
		}
	div#contents ul#page_nav a {
		color:#292724;
	}

/* -- 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;
	}

/*  --- 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));
}