/*
-----------------------------------------------

update:2008/11/18
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main
		: sub
		: footer
	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#ccc;
	font-size:100%;
}

p,li,dt,dd{line-height:1.7;}
th,td{ line-height:1.8; text-align:left; font-weight:normal; vertical-align:top;}
img{border-width:0px; vertical-align:bottom;}

a{outline:none;text-decoration: underline; color:#003399;}
a:hover{}

option{padding-right:10px;}

/* 2: layout
----------------------------------------------- */

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

body{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro",Verdana,Arial,Helvetica,"Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	text-align:center;
	color:#333;
	background:url(../img/common/body.jpg) top repeat-x;
	behavior:url("/js/csshover2.htc");
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:780px;
}

#header{
	position:relative;
	height:84px;
}


#contents{
	width:780px;
	display: inline-block;
	background:url(../img/common/contents.jpg) right repeat-y;
	margin-bottom:10px;
	margin-top:10px;
}

#contents:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


#main{
	width:600px;
	float:left;
}

#sub{
	width:170px;
	float:right;
	padding-top:7px;
	padding-bottom:30px;
}

#footer{
	background:url(../img/common/footer.jpg) top repeat-x;
	padding-bottom:30px;
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo a{
	display:block;
	text-indent:-9000px;
	width:390px;
	height:33px;
	background-image:url(../img/common/logo.jpg);
	position:absolute;
	top:34px;
	left:0;
}

#lead{
	position:absolute;
	top:0;
	right:0;
	font-size:80%;
}

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

#header ul{
	position:absolute;
	right:0px;
	top:42px;
}

#header li{
	display:inline;
	margin-left:10px;
}

#header .text a{
	padding-left:14px;
	background:url(../img/common/header-li.jpg) left no-repeat;
	color:#656565;
	font-size:80%;
}

#header li a:hover{ text-decoration:underline;color:#085480;}

/*
===== navi =====
*/

#navi{
	display: inline-block;
	margin-bottom:1px;
}

#navi:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


#navi li{
	float:left;
}

#navi li a{
	display:block;
	text-indent:-9000px;
	height:47px;
	background-image:url(../img/common/navi.jpg);
}

#n1 a{ width:113px;}
#n2 a{ width:111px; background-position:-113px 0px;}
#n3 a{ width:111px; background-position:-224px 0px;}
#n4 a{ width:111px; background-position:-335px 0px;}
#n5 a{ width:111px; background-position:-446px 0px;}
#n6 a{ width:111px; background-position:-557px 0px;}
#n7 a{ width:112px; background-position:-668px 0px;}

#field-p #n1 a,#n1 a:hover{ background-position:0px -47px;}
#enterprise-p #n2 a,#n2 a:hover{ background-position:-113px -47px;}
#process-p #n3 a,#n3 a:hover{ background-position:-224px -47px;}
#equipment-p #n4 a,#n4 a:hover{ background-position:-335px -47px;}
#company-p #n5 a,#n5 a:hover{ background-position:-446px -47px;}
#access-p #n6 a,#n6 a:hover{ background-position:-557px -47px;}
.form-p #n7 a,#n7 a:hover{ background-position:-668px -47px;}


/*
===== main =====
*/

h1.h2,
h1.h2-2,
h1.h2-text{margin-top:15px;}

.h2{margin-bottom:13px;}
.h2-2{margin-bottom:10px;}
.h2-text{
	background:url(../img/other/h2-text.jpg) left bottom repeat-x;
	padding-bottom:7px;
	margin-bottom:10px;
	font-size:120%;
}

.p{margin-bottom:10px;}
.pp{margin-bottom:25px;}

.frame{background:url(../img/common/frame-bg.jpg) bottom no-repeat; _zoom:1;}
.frame .inner{ padding:0 14px 10px 14px;}

.block{margin-bottom:15px;}


/* 左右振り分け */

.case{
	display: inline-block;
	width:572px;
	margin-bottom:15px;
}
.case:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}
.case .left{float:left; display:inline; width:163px;}
.case .right{float:right; display:inline;width:405px;}

/* 反転 */

.case-reverse .left{float:left; display:inline; width:405px;}
.case-reverse .right{float:right; display:inline;width:159px;}

/* 枠外 */

.case-outside{width:586px;}
.case-outside .left{width:419px;}


.pagetop{text-align:right; padding-top:10px;}
.pagetop a{background:url(../img/common/pagetop.jpg) left no-repeat; padding-left:12px;}


/*
===== sub =====
*/

#sub .banner{padding-left:6px;}
#sub .banner li{margin-bottom:15px;}

.sub-block{
	border-width:1px;
	padding:3px 3px 10px 3px;
	margin:0 6px 20px 6px;
	background-color:#fff;
}

.sub-block h2{margin-bottom:12px;}
.sub-block ul{margin:0 5px;}
.sub-block li{
	text-indent:-1em;
	margin-left:1em;
}


/*
===== footer =====
*/

#footer .inner{
	margin:0px auto;
	text-align:left;
	width:780px;
	position:relative;
}

#footer address{padding-top:7px; font-style:normal;}


#footer #copyright{
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../img/common/copyright.jpg);
	width:358px;
	height:26px;
	text-indent:-9000px;

}


