@charset "utf-8";

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

a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:underline;
}
a:visited {
	color:#6699cc;
	text-decoration:none;
}

/* -- container -- */
div#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}
div#container h1 {
	height:20px;
	color:#999999;
	font-size:90%;
	text-align:right;
}

/* -- header -- */
div#header {
	width:800px;
	height:56px;
	background:url(../images/bg_header.jpg) no-repeat;
}
	div#header h2#logo {
		width:310px;
		float:left;
	}
		div#header h2#logo a {
			width:310px;
			height:0px;
			padding-top:37px;
			background:url(../images/logo.jpg) no-repeat;
			overflow:hidden;
			display:block;
		}
	div#header p#header_inquiry {
		width:250px;
		float:right;
		height:0px;
		padding-top:42px;
		background:url(../images/header_inquiry.jpg) no-repeat;
		overflow:hidden;
	}

/*-- main_box -- */
div#main_box {
	clear:both;
	width:800px;
	padding-bottom:70px;
	background:url(../images/bg_mainbox.jpg) repeat-y;
}
div#main_box:after {
	content:"";
	display:block;
	height:0;
	clear:both;
} 

/*-- side_area -- */
div#side_area {
	width:185px;
	float:left;
	font-size:90%;
	line-height:130%;
}
div#side_area h2#menu_title {
	width:185px;
	height:0px;
	padding-top:37px;
	background:url(../images/menu_title.jpg) no-repeat;
	overflow:hidden;
}

/* -- global_nav -- */
ul#global_nav {
	width:185px;
}
	ul#global_nav li a {
		width:0px;
		height:36px;
		padding-left:185px;
		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_price a { background-position: 0 -36px; }
ul#global_nav li#gn_faq a { background-position: 0 -72px; }
ul#global_nav li#gn_inquiry a { background-position: 0 -108px; }
ul#global_nav li#gn_outline a { background-position: 0 -144px; }

ul#global_nav li#gn_top a:hover { background-position: -185px 0; }
ul#global_nav li#gn_price a:hover { background-position: -185px -36px; }
ul#global_nav li#gn_faq a:hover { background-position: -185px -72px; }
ul#global_nav li#gn_inquiry a:hover { background-position: -185px -108px; }
ul#global_nav li#gn_outline a:hover { background-position: -185px -144px; }


div#side_area p#side_inquiry {
	margin:30px 0px 0px 3px;
	height:0px;
	padding-top:90px;
	background:url(../images/side_inquiry.jpg) no-repeat;
	overflow:hidden;
}
div#side_area h2#company_name {
	margin:20px 10px 0px 10px;
	font-weight:bold;
}
div#side_area p {
	margin:10px 10px 0px 10px;
}
	div#side_area p#link {
		font-size:80%;
		line-height:130%;
	}
		div#side_area p#link img {
			margin-bottom:5px;
		}

/* -- contents -- */
div#contents {
	width:595px;
	float:right;
	padding-bottom:30px;
}
	div#contents h2 {
		margin:15px 0px 0px 0px;
	}
	div#contents h3 {
		margin:25px 10px 0px 10px;
		padding:5px 0px 3px 10px;
		font-weight:bold;
		border-bottom:1px #dcdcdc solid;
		border-left:5px #cc0033 solid;
		background-color:#f4f4f1;
	}
	div#contents p {
		margin:15px 20px 0px 20px;
	}

/* -- footer -- */
div#footer {
	clear:both;
	padding:15px 0px 10px 0px;
	color:#999999;
	font-size:90%;
	text-align:right;
	background:url(../images/bg_footer.jpg) repeat-x;
}
	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:#666666;
		}
		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:#666666;
		margin:0px 10px 0px 0px;
	}
		div#footer address a {
			color:#666666;
			text-decoration:none;
		}

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

table.layout_border {
	margin:15px 20px 0px 20px;
	border:1px #dcdcdc solid;
}
	table.layout_border td {
		padding:8px;
		line-height:160%;
		border:1px #dcdcdc solid;
	}
ul.list_arrow {
	margin:15px 20px 0px 20px;
}
	ul.list_arrow li {
		padding-left:13px;
		background:url(../images/icon_arrow.jpg) 0px 5px no-repeat;
	}

