@charset "utf-8";

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align:left;
}

body {
	font-size:12px;
	line-height:180%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	color:#555;
	background-color:#fff;
	text-align:center;
}

a,
a:link,
a:visited {
	color:#3f73a7;
	text-decoration:none;
}
a:hover {
	color:#ea8b00;
	text-decoration:underline;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	_zoom: 1;
}

.nohover a:hover img,
a.nohover:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.white a,
.white a:link,
.white a:visited,
.white a:active,
a.white,
a.white:link,
a.white:visited,
a.white:active{
	color:#fff !important;
}

.white a:hover,
a.white:hover{
	color:#fbd365 !important;
}

strong {
	font-weight:bold;
}

/* --------------------
 * 汎用設定
-------------------- */

/* clear ----- */

.clearboth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearFix{
	* height:1%;
}
.clearFix{
	display:block;
}
/* */



.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.margin_s {
	height:10px;
	clear:both;
}

.margin_m {
	height:30px;
	clear:both;
}

.margin_l {
	height:50px;
	clear:both;
}

.margin_ll {
	height:70px;
	clear:both;
}

.dotLineGray {
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}


/* --------------------
 * Container
-------------------- */

div#Container {
	width:100%;
	border-top:#000000 solid 5px;
	background-image:url(../common/container_bg.gif);
	background-repeat:repeat;
	float:left;
}
	



/* --------------------
 * stage
-------------------- */

div#stage {
	margin:0 auto;
	width:811px;
	background-color:#fff;
	border:#dedede solid 1px;
	position:relative;
}

/* --------------------
 * header
-------------------- */

div#header {
	margin:0 auto;
	height:100px;
	background-color:#fff;
	background-image:url(../common/nash_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#header h1 {
	text-align:left;
	font-size:10px;
	}

div#header h1 a {
	width:750px;
	height:50px;
	display:block;
	margin-left:27px;
	}


/* --------------------
 * menu
-------------------- */

div#menu_container {
	padding-top:5px;
}

div#menu {
	width:116px;
	position:absolute;
	left:20px;
	font-size:10px;
	text-align:left;
}


div#menu span.top {
	display:block;
	height:20px;
	background-image: url(../common/arrow_l.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:13px;
}



div#menu div.menu_box {
	border:1px solid #999;
	padding:1px;
}

div#menu div.menu_box ul li {
	padding-bottom:1px;
}
div#menu div.menu_box ul li.menuL,
div#menu div.menu_box ul li.menuSBottom {
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div#menu div.menu_box ul li.menuL a,
div#menu div.menu_box ul li span.onL {
	display:block;
	padding:2px 0;
}
div#menu div.menu_box ul li.menuS a,
div#menu div.menu_box ul li span.onS {
	display:block;
	padding:0px;
}

div#menu div.menu_box ul span.onL {
	background-color:#e0e0e0;
}
div#menu div.menu_box ul span.onS {
	background-color:#f0f0f0;
}

div#menu div.menu_box ul li a:hover {
	background-color:#f0f0f0;
	cursor:pointer;
}
div#menu div.menu_box ul li a:hover span {
	text-decoration:underline;
}


div#menu div.menu_box ul li.menuL span.menuArrow {
	padding:0px;
	display:inline-block;
	background-image: url(../common/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:10px;
	margin-left:5px;	
}
div#menu div.menu_box ul li.menuS span.menuArrow {
	padding:0px;
	display:inline-block;
	background-image: url(../common/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:10px;
	margin-left:12px;
}


div#menu ul.u_menu_box li {
	padding-bottom:2px;
}
div#menu ul.u_menu_box li img {
	vertical-align:bottom;
}



.menuTop {
	top:1000px;
}


div#menu div#pagetop {
	padding-top:7px;
	text-align:right;
}



/* --------------------
 * nuts（ナッツ君）
-------------------- */

div#n_box{
	margin-top:50px;
	height:80px;
}


div#nuts {
	position:absolute; right:10px; top:0;
}


/* --------------------
 * footBtn
-------------------- */

div#footBtn {
	margin-top:50px;
	padding-top:3px;
	width:590px;
	background-image:url(../common/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	font-size:10px;
	color:#333;
	float:left;
}
div.indexFoot {
	margin-left:155px;
}

div#footBtn span.mail {
	padding-left:15px;
	background-image:url(../common/icon_mail.gif);
	background-repeat:no-repeat;
}
div#footBtn span.estimate {
	padding-left:15px;
	background-image:url(../common/icon_estimate.gif);
	background-repeat:no-repeat;
}
	

/* --------------------
 * footer
-------------------- */

div#footer {
	height:10px;
	background-color:#000;
	color:#fff;
	font-size:10px;
	text-align:left;
}

	
.copy {
	background-image:url(../common/copy.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:811px;
	height:10px;
	margin:0 auto;
}



/* --------------------
 * 印刷用設定
-------------------- */

@media print {
body {
	background-color:#fff !important;
	color:#000 !important;
	}
	
a, a:link,a:visited,a:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}

