/*==============================

ベースとなる部分

===============================*/

body, div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, input, textarea, label,
th, td,
img {
	margin: 0;
	padding: 0;
}

body{
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック','sans-serif';
	font-size:75%;
	color:#444444;
	line-height:1.5;
	padding-bottom:30px;
}
h1{
	margin:20px 0 10px 0;	
}

h2{
	font-size:120%;	
	border-bottom: solid 1px #959695;

}

h3{
	
}

h4{
	font-size:120%;
	font-weight: bold;
	margin:15px 30px 0 30px;
	background-color:#DFF2DA;
	color:#5C5C5C;
	padding-left:10px;	
	border-left: 4px solid #5C5C5C;
	text-align:left;
	
}
/*===============================

骨組み	

================================*/
#wrapper{
	background-color:#999999;
	width:750px;
	border-right: solid 1px #C1C7C2;
	border-left: solid 1px #C1C7C2;
	margin-right:auto;
	margin-left:auto;	
	background:url(../image/kakou/back13.jpg);
}


#header{
	background-color:#ffffff;
}

#menu{
	width:155px;
	float:left;
	margin-top:70px;
	text-align:center;
}

#contents{
	background-color:#ffffff;
	width:590px;
	float:right;
	margin-top:30px;
	padding-bottom:50px;
}

#contents_space{
	padding:0 0px;	
}

#footer{
	clear:both;
	height:30px;
	background: url(../image/bn_footer.gif) bottom center no-repeat;
	background-color:#004400;
	position:relative;
}
/*================================

共通部分（ヘッダ、フッタ、サイド）

=================================*/

.address{
	background-color:#ffffff;
	text-align:left;
	padding:5px;
	margin:5px;
}

.navi{
	position:absolute;
	bottom:30px;
	right:7px;	
}

/*===============================

ＨＯＭＥの設定

================================*/
#topFlash{
	margin:5px 0 0 0;	
}

.section1{
	text-align:left;
	margin:5px 10px;	
}

.kugiri{
	width:95%;
	border:1px dotted #666666;	
}

/*=======
セクション４
=======*/
.section4{
	background:url(../image/home/maru-green.gif) no-repeat;
	height:140px;
	width:85%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	position:relative;
}
.section4 h3{
	font-size:160%;
	font-style:italic;
	font-weight:500;
	line-height:1.2;
	position:absolute;	
	top:43px;
	left:33px;
}

.section4 h3 a{
	text-decoration:none;
	color:#C4C7FF;
 }

.section4 h3.setubi a{
	text-decoration:none;
	color:#F3FFC4;
}

.section4 h3 a:hover{
	color:#2C94F5;
 }
.section4 h3.setubi a:hover{
	color:#EBAA05;
 }
 
.section4 a img{
	border:none;
}
.section4 a:hover img{
	border-color:#585957;
	border-width:1px;
	border-style:solid;
 }
 
 /*======
 イメージ位置設定
 =======*/
.section4 .img-1{
	position:absolute;
	top:30px;
	left:148px;
}

.section4 .img-2{
	position:absolute;
	top:-5px;
	left:235px;
}

.section4 .img-3{
	position:absolute;
	top:-5px;
	left:325px;
}

.section4 .img-4{
	position:absolute;
	top:30px;
	left:410px;
}

.section4 .img-5{
	position:absolute;
	top:72px;
	left:325px;
}

.section4 .img-6{
	position:absolute;
	top:72px;
	left:235px;
}

/*===========================

会社概要

============================*/
.gaiyo{
	margin:20px 0;		
}

.gaiyo th{
	color:#68804E;
	text-align:center;
	padding:10px 10px;
	background-color:#F1F1EB;
	border-bottom:		1px dotted #ABBFAA;

		
}
.gaiyo td{
	padding:5px;
	padding-left:15px;
	text-align:left;
	border-bottom:		1px dotted #ABBFAA;

}

/*================================

設備設定

================================*/

table.setubi{
	padding: 2px;
	border: 1px solid #B0B0B0;
	margin: 20px 0 ;
}
table.setubi th{	
	padding:8px;
	font-weight: lighter;
	color: #0F330A;
	background-color:#D5D6D4;
	text-align:	center;
	font-family:'ＭＳ Ｐゴシック';

}
table.setubi td{
	border-bottom:	1px solid #B0B0B0;
	padding:8px;
	text-align: left;
	font-size:	0.9em;
	line-height:	130%;
	text-indent:	1em;
	background-color:	#fffffc;
	font-family:		'ＭＳ Ｐゴシック';
}

/*======================================

技術ページ

=======================================*/
.waku{
	margin: 30px;
	border: solid 1px  #767A72;
	text-align: left;
}

.gijutsu td{
	padding:5px;

}

.name{
	font-size: 120%;
	font-weight: bold;
	border-left: solid 4px #CC3300;

	margin-left:15px;
}

.gj_FBD{
	border:1px solid #aaaaaa;
	frame:box;
}

.gj_FBD td{
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	padding:5px;
}

.gj_FBD th{
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	padding:5px;
}



