@charset "Shift_JIS";

/* reset
-------------------------*/
html,body{
	height:100%;
}

body,ul,li,form{
	margin:0;padding:0;
}

ul,li{
	list-style:none;
}

img{
	border:0;
	}

hr{
	display:none;
}




/* common
------------------------*/
body{
	background:url(/nikken/cmn/img/wrap_border.gif) 943px top repeat-y;	
	font-size:12px;
	line-height:100%;
	color:#333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

#wrap{
	width:943px;
}

#wrap:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#wrap {display: inline-block;}


a:link{
	color:#4c4c8c;
}

a:visited{
	color:#4c4c8c;
}

a:hover{
	text-decoration:none;
}


#noJs{
	border:2px solid #f00;
	padding:10px;
	line-height:16px;
	color:#f00;
}

.shosaiTbl{
	border-top:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	width:526px;
}

.shosaiTbl td, .shosaiTbl th{
	border-left:1px solid #ffcc33;
	border-bottom:1px solid #ffcc33;
	padding:5px;
}

.shosaiTbl th{
	background-color:#FFFFCC;
	font-weight:normal;
	color#999;
	text-align:left;
	width:100px;
}


.shosaiTbl2{
	border-top:1px solid #ffcc33;
	border-right:1px solid #ffcc33;
	line-height:130%;
}

.shosaiTbl2 td, .shosaiTbl2 th{
	border-left:1px solid #ffcc33;
	border-bottom:1px solid #ffcc33;
	padding:5px;
}

.shosaiTbl2 th{
	background-color:#FFFFCC;
	font-weight:normal;
	color#999;
}


.shosaiTblgray{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	line-height:130%;
}

.shosaiTblgray td, .shosaiTblgray th{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}

.shosaiTblgray th{
	background-color:#eee;
	font-weight:normal;
	color#999;
}

/* footer
---------------------------*/
div#footer{
	clear:both;
	width:922px;
	border-top:1px solid #ccc;
	background:#fff;
	padding:10px 10px 0 10px;
	position:relative;
	line-height: 1.3;
	font-size: 11px;
}
div#footer a{
	text-decoration: none;
}
div#footer a:hover{
	text-decoration: underline;
}
address{
	position:absolute;
	right:10px;
	top:12px;
	font-style:normal;
}