@charset "utf-8";

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

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

/* -- container -- */
div#container {
	width:800px;
	margin:0 auto;
	text-align:left;
}
div#container h1 {
	height:25px;
	padding-left:10px;
	color:#006699;
	font-size:90%;
}

/* -- header -- */
div#header {
	width:800px;
	height:125px;
	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:300px;
		float:left;
	}
		div#header h2#logo a {
			width:330px;
			height:0px;
			padding-top:125px;
			background:url(../images/logo.jpg) no-repeat;
			overflow:hidden;
			display:block;
		}
	div#header p#header_inquiry {
		width:280px;
		float:right;
		height:0px;
		padding-top:125px;
		background:url(../images/header_inquiry.jpg) no-repeat;
		overflow:hidden;
	}
	
/* -- main_box -- */
div#main_box {
	clear:both;
	width:800px;
	margin-top:10px;
}
div#main_box:after {
	  content:".";
	  display:block;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  clear:both;
}

/* -- side_area -- */
div#side_area {
	width:225px;
	float:left;
	padding-bottom:30px;
	font-size:80%;
}

/* -- global_nav -- */
ul#global_nav {
	clear:both;
	width:221px;
	background-image:url(../images/bg_gnav.jpg) no-repeat;
}
	ul#global_nav li a {
		width:225px;
		height:0px;
		background-image:url(../images/bg_gnav.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
		display:block;
	}
ul#global_nav li#gn_top a { padding-top:50px; background-position: 0 0; }
ul#global_nav li#gn_flow a { padding-top:42px; background-position: 0 -50px; }
ul#global_nav li#gn_faq a { padding-top:42px; background-position: 0 -92px; }
ul#global_nav li#gn_inquiry a { padding-top:42px; background-position: 0 -134px; }
ul#global_nav li#gn_shop a { padding-top:42px; background-position: 0 -176px; }
ul#global_nav li#gn_blog a { padding-top:42px; background-position: 0 -218px; }
ul#global_nav li#gn_reading a { padding-top:42px; background-position: 0 -260px; }
ul#global_nav li#gn_event a { padding-top:42px; background-position: 0 -302px; }
ul#global_nav li#gn_privacy a { padding-top:43px; background-position: 0 -344px; }

ul#global_nav li#gn_top a:hover { background-position: 0 -388px; }
ul#global_nav li#gn_flow a:hover { background-position: 0 -438px; }
ul#global_nav li#gn_faq a:hover { background-position: 0 -480px; }
ul#global_nav li#gn_inquiry a:hover { background-position: 0 -522px; }
ul#global_nav li#gn_shop a:hover { background-position: 0 -564px; }
ul#global_nav li#gn_blog a:hover { background-position: 0 -606px; }
ul#global_nav li#gn_reading a:hover { background-position: 0 -648px; }
ul#global_nav li#gn_event a:hover { background-position: 0 -690px; }
ul#global_nav li#gn_privacy a:hover { background-position: 0 -732px; }

ul#global_nav li#gn_top a.selected { background-position: 0 -388px; }
ul#global_nav li#gn_flow a.selected { background-position: 0 -438px; }
ul#global_nav li#gn_faq a.selected { background-position: 0 -480px; }
ul#global_nav li#gn_inquiry a.selected { background-position: 0 -522px; }
ul#global_nav li#gn_shop a.selected { background-position: 0 -564px; }
ul#global_nav li#gn_blog a.selected { background-position: 0 -606px; }
ul#global_nav li#gn_reading a.selected { background-position: 0 -648px; }
ul#global_nav li#gn_event a.selected { background-position: 0 -690px; }
ul#global_nav li#gn_privacy a.selected { background-position: 0 -732px; }

div#side_area h2 {
	text-align:center;
	margin-top:10px;
}
div#side_area h3 {
	padding:10px 15px 0px 15px;
}
div#side_area p {
	margin:5px 15px 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:10px 15px 0px 15px;
		font-size:90%;
		line-height:130%;
	}
		div#side_area p#side_link img {
			margin-top:5px;
		}

div#side_area div#side_shopInfo {
	width:198px;
	margin:0px auto;
	padding-bottom:20px;
	border-right:1px #cdd2a4 solid;
	border-bottom:1px #cdd2a4 solid;
	border-left:1px #cdd2a4 solid;
	background-color:#f5f3e4;
}

div#side_area ul#side_union {
	margin:10px 15px 0px 15px;
}
	div#side_area ul#side_union li {
		padding:0px 0px 0px 12px;
		background:url(../images/icon_circle.jpg) 0px 7px no-repeat;
	}

/* -- contents -- */
div#contents {
	width:570px;
	float:right;
	padding-bottom:30px;
}
	div#contents h2 {
	clear:both;
	margin:20px 0px 0px 5px;
	padding:9px 0px 0px 40px;
	height: 38px;
	color:#50571e;
	font-size:110%;
	font-weight:bold;
	background:url(../images/bg_h2.jpg) no-repeat;
	}
	div#contents h3 {
		margin:15px 10px -10px 15px;
		color:#5d2a00;
		font-weight:bold;
	}
		div#contents h2#page_title {
			height: 95px;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
	div#contents p {
		margin:15px 10px 0px 15px;
	}
	div#contents img.mainInq {
		margin:20px 0px 0px 0px;
	}

/* -- footer -- */
div#footer {
	clear:both;
	padding:120px 0px 0px 0px;
	font-size:70%;
	text-align:center;
	background:url(../images/bg_footer.jpg) no-repeat;
}
	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:#444444;
		}
		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 a {
			color:#444444;
			text-decoration:none;
		}

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

table.layout_border {
	margin:20px 10px 0px 15px;
	border:1px #cdd2a4 solid;
}
	table.layout_border td {
		padding:8px;
		vertical-align:top;
		border:1px #cdd2a4 solid;
	}
	table.layout_border .item {
		background-color:#f5f3e4;
	}

ul.list_circle {
	margin:15px 0px 0px 20px;
	}
	ul.list_circle li {
	padding:0px 0px 0px 12px;
	background:url(../images/icon_circle.jpg) 0px 6px no-repeat;
	}

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

/*  --- layout --- */

p.left_obj {
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0 0 10px 0;
}

p.right_obj {
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0 0 10px 0;
}

p.image_box {
	text-align: center;
}

p.image_box img{
	padding: 0 20px 0 20px;
}

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

