@charset "utf-8";

/*
===========================================================
	common css
	Copyright (c) 2009, nishi-shinjuku.net All rights reserved.
	version: 1.0.0 [2009/2/18]
===========================================================
*/
/* -- body -- */
html {
	background:url(../images/bg_html.jpg) repeat-x;
}

body {
	color:#666666;
	font-size:80%;
	line-height:160%;
	text-align:center;
	background:url(../images/bg_body.jpg) center repeat-y;
}

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

h1 {
	width:800px;
	height:20px;
	margin:0px auto;
	padding-left:5px;
	font-size:90%;
	text-align:right;
	background-color:#dfdfdf;
}

/* -- container -- */
div#container {
	width:800px;
	margin:0 auto;
	text-align:left;
}

/* -- header -- */
div#header {
	width:800px;
	height:98px;
	background:url(../images/bg_header.jpg) left bottom repeat-x;
}
	div#header h2 {
		width:390px;
		float:left;
	}
		div#header h2 a {
			width:280px;
			height:0px;
			padding-top:78px;
			background:url(../images/logo.jpg) no-repeat;
			overflow:hidden;
			display:block;
		}
	div#header ul {
		width:190px;
		float:left;
		margin-top:50px;
	}
	div#header ul li {
		display:inline;
	}
	div#header ul li a {
		float:left;
		height:0px;
		padding-top:28px;
		background-image:url(../images/bg_hnav.jpg);
		background-repeat:no-repeat;
		overflow:hidden
	}
div#header ul li#hn_home a { width:73px;background-position:0px 0px; }
div#header ul li#hn_sitemap a { width:102px;background-position:-73px 0px; }

div#header ul li#hn_home a:hover { background-position:0px -28px; }
div#header ul li#hn_sitemap a:hover { background-position:-73px -28px; }

	div#header p {
		width:187px;
		float:left;
		height:0px;
		margin-top:18px;
		padding-top:60px;
		background:url(../images/header_inquiry.jpg) no-repeat;
		overflow:hidden;
	}

/* -- g_nav -- */
div#global_nav {
	clear:both;
	width:800px;
	height:56px;	
	background:url(../images/bg_gnav.jpg) repeat-x;
}
div#global_nav ul {
	margin-left:20px;
}
	div#global_nav ul li {
		display:inline;
	}
	div#global_nav ul li a {
		float:left;
		height:0px;
		padding-top:56px;
		background-image:url(../images/global_nav.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
	}
div#global_nav ul li#gn_debts a { width:106px; background-position: 0 0; }
div#global_nav ul li#gn_civil a { width:105px; background-position: -106px 0px; }
div#global_nav ul li#gn_domestic a { width:105px; background-position: -211px 0px; }
div#global_nav ul li#gn_legal a { width:105px; background-position: -316px 0px; }
div#global_nav ul li#gn_criminal a { width:105px; background-position: -421px 0px; }
div#global_nav ul li#gn_profile a { width:117px; background-position: -526px 0px; }
div#global_nav ul li#gn_access a { width:117px; background-position: -643px 0px; }

div#global_nav ul li#gn_debts a:hover { background-position: 0px -56px; }
div#global_nav ul li#gn_civil a:hover { background-position: -106px -56px; }
div#global_nav ul li#gn_domestic a:hover { background-position: -211px -56px; }
div#global_nav ul li#gn_legal a:hover { background-position: -316px -56px; }
div#global_nav ul li#gn_criminal a:hover { background-position: -421px -56px; }
div#global_nav ul li#gn_profile a:hover { background-position: -526px -56px; }
div#global_nav ul li#gn_access a:hover { background-position: -643px -56px; }

/* -- main_box -- */
div#main_box {
	clear:both;
	width:760px;
	margin:20px auto 0px auto;
}
div#main_box:after {
	  content:".";
	  display:block;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  clear:both;
}

/* -- contents -- */
div#contents {
	width:551px;
	float:left;
	padding:0px 0px 40px 0px;
}
	div#contents h3 {
		clear:both;
		margin-top:30px;
	}
	div#contents h4 {
		clear:both;
		margin-top:20px;
	}
	div#contents p {
		margin:15px 20px 0px 20px;
	}

/* -- side_area -- */
div#side_area {
	width:190px;
	float:right;
	padding:0px 0px 40px 0px;

}

div#side_company {
	background:url(../images/bg_side_company.jpg) left bottom no-repeat;
}
	div#side_company h2 {
		width:190px;
		height:0px;
		padding-top:45px;
		background:url(../images/side_company.jpg) no-repeat;
		overflow:hidden;
	}
	div#side_company p {
		padding:15px 15px 0px 15px;
	}
	div#side_company p#side_mail {
		padding:5px 0px 5px 5px;
	}
		div#side_company p#side_mail a {
			width:180px;
			height:0px;
			padding-top:74px;
			background-image:url(../images/side_mail.jpg);
			background-repeat:no-repeat;
			overflow:hidden;
			display:block;
		}
			div#side_company p#side_mail a:hover {
				background-position:0px -74px;
			}
			

		div#side_company p#link {
			font-size:80%;
			line-height:130%;
		}
		div#side_company p#link img {
			margin-bottom:5px;
		}
p#side_mobile {
	margin-top:15px;
}
	p#side_mobile a {
		width:190px;
		height:0px;
		padding-top:104px;
		background:url(../images/side_mobile.jpg) no-repeat;
		overflow:hidden;
		display:block;
	}
p#side_link {
	margin-top:15px;
	font-size:80%;
	line-height:130%;
	text-align:center;
}
	p#side_link img {
		margin:10px 0px;
	}

/* -- footer -- */
div#footer {
	clear:both;
	width:800px;
	font-size:90%;
	text-align:center;
}
div#footer ul {
	padding:5px 0px;
	color:#ffffff;
	font-size:90%;
	background:url(../images/bg_footer.jpg) repeat-x;
}
	div#footer li {
		display:inline;
		list-item-position:inside;
		margin-left:8px;
		padding-right:10px;
		border-right:1px #ffffff solid;
	}
		div#footer li a {
			color:#ffffff;
		}
		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:#333333;
	}
		div#footer address a {
			color:#333333;
			text-decoration:none;
		}

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

table.layout_border {
	clear:both;
	margin:15px 20px 0px 20px;
	border:1px #dcdcdc solid;
}
	table.layout_border td {
		padding:5px 5px 3px 5px;
		vertical-align:top;
		border:1px #dcdcdc solid;
	}
	table.layout_border .item {
		background-color:#f5f8ff;
	}
table.layout_border table {
	margin:0px 0px 0px 0px;
	border:1px #ffffff solid;
}
	table.layout_border table td {
		padding:3px 3px 3px 3px;
		vertical-align:top;
		border:1px #ffffff solid;
	}

p.nav_link {
	padding-left:15px;
	background:url(../images/icon_arrow.jpg) 0px 5px no-repeat;
}

ul.list_arrow {
	margin:15px 20px 0px 20px;
}
	ul.list_arrow li {
		padding-left:15px;
		background:url(../images/icon_arrow.jpg) 0px 5px no-repeat;
	}

input.input_area {
	width:200px;
}
input.input_age {
	width:20px;
}
textarea.input_field {
	width:300px;
}

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