/* CSS Document */

* { margin: 0; padding: 0; }

body { font-size: 12px; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; color: #595959; font-weight:normal; letter-spacing: 1px; line-height: 1.6em; margin:0; padding:0;}

h2,h3,h4{
	font-size:12px;
	font-weight:normal;
}

a:link { color: #567f9e; text-decoration: none;}
a:visited { color: #567f9e; text-decoration: none;}
a:hover { color: #567f9e; text-decoration: underline;}
a:active { color: #567f9e; text-decoration: none;}

.easyroll a:hover img { opacity: 0.7; filter: alpha(opacity=70);}
img { border:none;}
.clear { clear: both;}

.wrapper{
	width:100%;
	background:url(../images/bg.jpg) no-repeat center 135px;
	margin:0px auto;
	padding:0px;
}
	.wrapsub{
		background:url(../images/bg_sub.jpg) no-repeat center 135px;
	}
#site { width:750px; margin:0 auto; padding:0; background-color:#FFFFFF;}

.imgleft{
	float:left;
	margin:10px 
}

/*--------header--------*/
#header { width:750px; height:86px; margin:0 auto; padding:0;}
#header_left { float:left; margin-left:2px; margin-top:10px;}
#header_left h1 { font-size:11px;}
#header_left #logo { margin:0; padding:0;}
#header_right { width:244px; float:right; margin-right:2px; margin-top:10px;}
#header_right ul { float:right; list-style:none; margin:0 2px 0 0;}
#header_right ul li { background:url(../images/ico_sitemap.gif) no-repeat 0 3px; margin:0; padding:0 0 0 18px;}

/*--------menu----------*/
#menu { width:100%; height:49px; background:url(../images/navigation_bg.gif) repeat-x 0px 0px; margin:0 auto; padding:0; text-align:center;}
#menu ul { width:750px; list-style:none; margin:0 auto; padding:0; text-align:left;}
#menu li { margin:0; padding:0; float:left;}
#menu li a { display:block;}

#menu ul li a.menu01{ background:url(../images/menu01.gif) no-repeat; width:151px; height:49px; text-indent:-2000px; }
#menu ul li a.menu02{ background:url(../images/menu02.gif) no-repeat; width:150px; height:49px; text-indent:-2000px; }
#menu ul li a.menu03{ background:url(../images/menu03.gif) no-repeat; width:150px; height:49px;  text-indent:-2000px; }
#menu ul li a.menu04{ background:url(../images/menu04.gif) no-repeat; width:150px; height:49px;  text-indent:-2000px; }
#menu ul li a.menu05{ background:url(../images/menu05.gif) no-repeat; width:149px; height:49px;  text-indent:-2000px; }

#menu ul li a:hover.menu01{ background:url(../images/menu01_on.gif) no-repeat; width:151px; height:49px; text-indent:-2000px; }
#menu ul li a:hover.menu02{ background:url(../images/menu02_on.gif) no-repeat; width:150px; height:49px; text-indent:-2000px; }
#menu ul li a:hover.menu03{ background:url(../images/menu03_on.gif) no-repeat; width:150px; height:49px;  text-indent:-2000px; }
#menu ul li a:hover.menu04{ background:url(../images/menu04_on.gif) no-repeat; width:150px; height:49px;  text-indent:-2000px; }
#menu ul li a:hover.menu05{ background:url(../images/menu05_on.gif) no-repeat; width:149px; height:49px;  text-indent:-2000px; }

#menu ul li a.menu01_on{ background:url(../images/menu01_on.gif) no-repeat; width:151px; height:49px;  text-indent:-2000px; }
#menu ul li a.menu02_on{ background:url(../images/menu02_on.gif) no-repeat; width:150px; height:49px; text-indent:-2000px; }
#menu ul li a.menu03_on{ background:url(../images/menu03_on.gif) no-repeat; width:150px; height:49px; text-indent:-2000px; }
#menu ul li a.menu04_on{ background:url(../images/menu04_on.gif) no-repeat; width:150px; height:49px; text-indent:-2000px; }
#menu ul li a.menu05_on{ background:url(../images/menu05_on.gif) no-repeat; width:149px; height:49px;  text-indent:-2000px; }

/*-----------contents------------*/
#contents {}
#main_image{ border:2px solid #ffffff; border-bottom:none;}
/*-----------footer--------------*/
#footer { background:#e3e3e3; margin-top:10px; padding-top:5px; border-top:1px solid #cccccc;}
#footer div.f750box { width:750px; margin:0 auto;}


/* fnv */
.fnv ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
}
	.fnv ul li{
		margin:0px;
		padding:0px 5px 0px 5px;
		border-right:1px solid #e3e3e3;
		display:inline;
	}
	.fnv ul li a:link { color: #567f9e; text-decoration: none;}
	.fnv ul li a:visited { color: #567f9e; text-decoration: none;}
	.fnv ul li a:hover { color: #567f9e; text-decoration: underline;}
	.fnv ul li a:active { color: #567f9e; text-decoration: none;}
	
/*----------margin padding---------------*/
.mb10 { margin-bottom:10px;}
.p10 { padding:10px;}
.p5 { padding:5px;}

/*----------common-------------*/
.txtright{ text-align:right;}
.txtcenter{ text-align:center;}

.topicpath{
	padding:5px 5px 10px 5px;
}

h2.h2sub{
	border:2px solid #ffffff;
	border-bottom:none;
}

dl.sublinkmenu{
	padding-bottom:20px;
}
	dl.sublinkmenu dt{
		width:229px;
		height:36px;
		background:url(../images/tit_bg02.gif) no-repeat 0 0;
	}
	dl.sublinkmenu dt span{
		display:block;
		padding:9px 2px 5px 25px;
	}
	dl.sublinkmenu dd{
		background:url(../images/arw01.gif) no-repeat 0px 9px;
		padding:5px 5px 0px 15px;
	}
	dl.sublinkmenu dd a{
		display:block;
	}
	dl.sublinkmenu dd a:hover{
		text-decoration: none;
		background:url(../images/bar01.gif) no-repeat left bottom;
	}
	
.h3bg01{
	width:502px;
	height:36px;
	background:url(../images/tit_bg01.gif) no-repeat 0 0;
	margin:0px 0px 5px 0px;
}
	.h3bg01 h3{
		padding:9px 2px 5px 25px;
		font-weight:bold;
	}

/*----------company.html-------------*/
dl.dlcompany01{
	width:502px;
}
		dl.dlcompany01 dt{
			width:100px;
			clear:both;
			float:left;
			margin:0px;
			margin-top:0px;
			padding:5px 0px 5px 0px;
			
			border-top:1px solid #eee;
			font-weight:bold;
		}
			dl.dlcompany01 dt span{
				display:block;
				padding-left:5px;
			}
		dl.dlcompany01 dd{
			width:394px;
			float:left;
			margin:0px;
			margin-top:0px;
			padding:5px 0px 15px 6px;
			
			border-top:1px solid #eee;
			border-left:2px solid #333333;
		}
/*----------service.html-------------*/
dl.dlservice01{
	width:502px;
}
		dl.dlservice01 dt{
			margin:0px;
			margin-top:0px;
			padding:5px 5px 0px 5px;
			
			border-top:1px solid #eee;
			font-weight:bold;
		}
			dl.dlservice01 dt span{
				display:block;
				padding-left:0px;
			}
		dl.dlservice01 dd{
			margin:0px;
			padding:0px 10px 10px 23px;
		}

/*----------sitemap.html-------------*/
dl.sitemapmenu{
	padding-bottom:20px;
}
	dl.sitemapmenu dt{
		margin-top:10px;
		background:url(../images/bar01.gif) no-repeat left top;
	}
	dl.sitemapmenu dt span{
		display:block;
		padding:10px 5px 5px 0px;
		font-weight:bold;
	}
	dl.sitemapmenu dd{
		background:url(../images/arw01.gif) no-repeat 20px 9px;
		padding:5px 5px 0px 35px;
	}
