@charset "utf-8";

/*====================================================================

common.css

======================================================================

last update 00/00/00

=====================================================================*/





/*======================================================================
	format
======================================================================*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.8 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}
a{ outline:none;}

/*a
======================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	color: #2252a2;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}



/*======================================================================
	body
======================================================================*/
body{
	text-align: center;
	font-size: 12px;
	color: #303030;
}
body{background:url(../../img/bg_top.gif) top repeat-x;}
body#level2{background:url(../img/bg_level2.gif) top repeat-x;}



/*======================================================================
	header
======================================================================*/
#header{
	margin:0 auto;
	width: 890px;
	height: 80px;
	background: url(../img/common_bg_header.gif) no-repeat;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#header_inner{
	position:relative;
	margin-left:15px;
	width:875px;
	height:80px;
	overflow:hidden;
	zoom:1;

}
#header_inner h1{
	margin-top:55px;
	text-align: right;
	line-height: 1;
	font-size: 12px;
	color:#656565;
}

#header_inner a#logo{
	display: block;
	margin-top:-55px;
	width: 350px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}


#header_inner a#logo:hover {
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}



/*	p_navi
======================================================================*/
#p_navi{
	position:absolute;
	top:0px;
	right:0px;
	width:302px;
	height:30px;
	background:url(../img/common_bg_p_navi.gif) top no-repeat;
	text-align:left;
}
#p_navi li{ float:left;}
#p_navi li a{
	display:block;
	text-indent:-9999px;
}
#p_navi li a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}
#p_navi1,
#p_navi1 a,
#p_navi2,
#p_navi2 a,
#p_navi3,
#p_navi3 a{ height:30px;}
#p_navi1,
#p_navi1 a{ width:107px;}
#p_navi2,
#p_navi2 a{ width:88px;}
#p_navi3,
#p_navi3 a{ width:107px;}




/*======================================================================
	h2
======================================================================*/

#h2{
	margin:0 auto;
	width:1030px;
	height:310px;
	background:url(../../img/top_bg_h2.jpg) no-repeat;
	text-align:left;
}
#level2 #h2{
	height:210px;
	background:url(../img/common_bg_h2.jpg) no-repeat;
}

/*	h2 
======================================================================*/
h2{
	margin:0 auto;
	width:1030px;
	height:250px;
	text-indent:-9999px;
	zoom:1;
}
#level2 h2{
	position:relative;
	height:150px;
	overflow:hidden;
}
#level2 h2 span{
	position:absolute;
	left:130px;
	bottom:45px;
	color:#000;
	font-size:32px;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:left;
	text-indent:0px;
}


/*	global navigation 
======================================================================*/
#g_navi{
	margin:0 auto;
	width:890px;
	height:60px;
	background:url(../img/common_bg_navi.gif) top no-repeat;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#g_navi li,
#g_navi li a{
	display: block;
	width: 178px;
	height: 60px;
}
#g_navi li{float: left;}
#g_navi li a{
	overflow: hidden;
	text-indent: -9999px;
}
#g_navi li a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}




/*======================================================================
	container
======================================================================*/
#container{
	margin: 15px auto 0px auto;
	width: 890px;
	text-align:left;
	zoom:1;
}



/*======================================================================
	main
======================================================================*/
#main{
	float: right;
	width: 675px;
	overflow:hidden;
	zoom:1;
}
#main h3{
	width:675px;
	line-height:1em;
	overflow:hidden;
}

#main h4{
	margin-top:15px;
	width:675px;
}

h5{
	font-size:17px;
	font-weight:bold;
}


#main .inner{
	margin-top:15px;
	margin-bottom:25px;
	width:675px;
	zoom:1;
}





/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	float: left;
	width: 200px;
	zoom:1;
}




/* sidebar box
==========================================================*/
#sidebar div.box{
	margin-bottom:15px;
	padding-bottom: 15px;
	width: 200px;
	background: url(../img/common_bg_side_box.gif) repeat-y;
	border-bottom: solid 1px #d9d9d9;
	zoom:1;
}
#sidebar div.box h3{
	margin-bottom:0px;
	width:200px;
}


#sidebar div.box .inner{
	margin-left:15px;
	width: 170px;
	font-size: 12px;
}
#sidebar div.box .inner a{
	margin-top:10px;
	display:block;
}
#sidebar div.box .inner a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
}



/* side banner
======================================================================*/
#side_banner{
	margin-bottom:15px;
	width: 200px;
	overflow: hidden;
	zoom:1;
}
#side_banner a{
	display: block;
	margin-bottom: 15px;
}

#side_banner a:hover{background: #fff;}
#side_banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}






/*======================================================================
	footer
======================================================================*/
#footer{
	clear: both;
	margin:0 auto;
	padding-bottom: 25px;
	width: 890px;
	background:url(../img/common_bg_footer.gif) top no-repeat;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
#footer_inner{
	margin-left:15px;
	width:860px;
	zoom:1;
}




/*	return
==========================================================*/

#footer #footer_inner #return{
	margin-bottom:15px;
	width:860px;
	height:30px;
}
#footer #return a{
	float:right;
	display:block;
	width:140px;
	height:30px;
	text-indent:-9999px;
}

#footer #return a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
}


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

#f_navi ul{
	float:left;
	margin-right:15px;
}
#f_navi ul li{
	display: block;
	padding-right: 10px;
	font-size: 12px;
}
#f_navi ul li a{
	display: block;
	padding-left:15px;
	background:url(../img/common_icon_01.gif) left no-repeat;
	text-decoration:none;
	line-height: 1.8em;
	color:#000;
}
#f_navi ul li a:hover{ color:#666;}


/*	copy
==========================================================*/

#copy{float:right;}






/*======================================================================
	clearfix
======================================================================*/

#header:after,
#header_inner:after,
#g_navi:after,
h2:after,
#container:after,
#main:after,
#main .inner:after,
#main .pagetop:after,
#sidebar:after,
#sidebar div.box:after,
#side_banner:after,
#footer_inner:after,
#footer:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}









/*======================================================================
	other
======================================================================*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*	table
======================================================================*/

/* table1 */
.table1{
	width:675px;
	border-top: solid 1px #ede7e0;
	border-left: solid 1px #ede7e0;
	border-collapse:collapse;
}
.table1 th,
.table1 td{
	padding:8px 15px;
	border-bottom: solid 1px #ede7e0;
	text-align: left;
	line-height: 1.8;
	vertical-align:top;
}
.table1 th{
	border-left: solid 1px #ede7e0;
	border-right: solid 2px #1eb81a;
	white-space: nowrap;
	color: #103c5a;
}
.table1 td{border-right: solid 1px #ede7e0;}
.table1 td strong{font-weight: bold;}
.table1 td span{font-size: 10px;}


/* btn */
.btnt{margin: 12px 0 0 0;}
.btnt td{
	padding-right: 35px;
}
.stick{height: 600px;}



#tb_company th{ width:120px;}
#tb_recruit th{ width:120px;}
.tb_mail th{ width:150px;}



/* table2 */
.table2{
	width:675px;
	border: solid 1px #ede7e0;
	border-collapse:collapse;
}
.table2 th,
.table2 td{
	padding:8px 15px;
	border:none;
	text-align: left;
	line-height: 1.8;
}
.table2 th{
	border:none;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}

/* table3 */
.table3{
	width:675px;
	border: dashed 1px #169216;
	border-collapse:collapse;
}
.table3 th,
.table3 td{
	padding:8px 15px;
	border:none;
	text-align: left;
	line-height: 1.8;
}
.table3 th{
	border:none;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}



/* btn */
.btnt{margin: 12px 0 0 0;}
.btnt td{
	padding-right: 35px;
}
.stick{height: 600px;}



#tb_company th{ width:120px;}
#tb_recruit th{ width:120px;}
.tb_mail th{ width:150px;}







/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}/*赤*/
.att2{ color:#1b4175;}/*紺*/
.att3{ color:#01a601;}/*緑*/
/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }



/*====================================================================
	pagetop
=====================================================================*/
.pagetop{
	clear:both;
	margin-top:15px;
	width:675px;
	zoom:1;
}
.pagetop a{
	float:right;
	display:block;
	background:url(../img/common_bt_pagetop.gif) no-repeat;
	width:115px;
	height:25px;
	text-indent:-9999px;
}
.pagetop a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
















/*====================================================================

index.css

======================================================================

====================================================================*/



#para1:after,
#para2:after,
#para3:after,
#para4:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}


/*======================================================================
	para1
====================================================================*/


#para1{
	position:relative;
	background:url(../../img/top_bg_para1.jpg) no-repeat;
	width:675px;
	height:230px;
	overflow:hidden;
	text-align:left;
	zoom:1;
}
#para1 a{
	position:absolute;
	display:block;
	right:50px;
	top:57px;
	width:105px;
	height:105px;
	text-indent:-9999px;
}
#para1 a:hover{
	background:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}

#para1 div{
	margin-left:30px;
	margin-top:80px;
	width:500px;
}
#para1 div strong{ font-size:14px;}



/*======================================================================
	para2
====================================================================*/
#main #para2{
	margin-top:30px;
	width:675px;
	height:100px;
	overflow:hidden;
}
#main #para2 #para2_txt{
	float:right;
	margin:0;
	padding:0;
	width:530px;
	overflow:hidden;
}
#main #para2 #para2_txt h4{
	margin:0;
	width:530px;
}
#main #para2 #para2_txt p{
	margin-top:15px;
	margin-left:15px;
	width:520px;
}


/*======================================================================
	para3
====================================================================*/
#para3{
	margin-top:15px;
	width:675px;
	zoom:1;
}
#para3 a.left{ margin-right:15px;}


/*======================================================================
	para4
====================================================================*/
a#para4{
	margin-top:30px;
	display:block;
	width:675px;
	height:140px;
	zoom:1;
}
a#para4:hover{
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}
/*======================================================================
	news
======================================================================*/
#sidebar div.box #news{
	width:170px;
	height:130px;
	overflow:auto;
}

#sidebar div.box #news table{
	border:none;
	width: 150px;
}
#sidebar div.box #news table th,
#sidebar div.box #news table td{
	padding-left:5px;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
	border:none;
}
#sidebar div.box #news table th{
	padding-top: 10px;
	padding-bottom: 4px;
	text-align:left;
	font-weight:normal;
	color: #1359b9;
}
#sidebar div.box #news table td{
	padding-top: 4px;
	padding-bottom: 10px;
	background:url(../img/common_line01.gif) bottom repeat-x;
}








/*====================================================================

level2.css

======================================================================

====================================================================*/

#level2 h2{background:url(../img/level2_bg_h2.jpg) no-repeat;}


#level2 #main h3{
	clear:both;
	height:50px;
	background:url(../img/common_bg_h3.gif) no-repeat;
}
#level2 #main h3 span{
	margin-left:45px;
	font-size:27px;
	line-height:1.8em;
	color:#000;
}
#level2 #main h3 span span{ margin-left:0px;}

#level2 #main h4{
	clear:both;
	margin-bottom:15px;
	padding-left:15px;
	height:40px;
	background:url(../img/common_bg_h4.gif) no-repeat;
	font-size:22px;
	line-height:1.8em;
	color:#000;
}




/*	list
============================================*/

.list1{margin-left:24px;}
.list1 li{ text-indent:-20px;}

.list2{margin-left:34px;}
.list2 li{ text-indent:-40px;}



/*	cotact_banner
============================================*/
#contact_banner{
	clear:both;
	position:relative;
	margin-top:15px;
	margin-bottom:20px;
	width:675px;
	height:150px;
	background:url(../img/common_bg_contact_banner.gif) no-repeat;
	overflow:hidden;
	zoom:1;
}
#contact_banner p{
	margin-left:15px;
	margin-top:80px;
	width:420px;
	font-size:14px;


}
#contact_banner a{
	display:block;
	position:absolute;
	right:21px;
	bottom:23px;
	width:188px;
	height:40px;
	text-indent:-9999px;

}
#contact_banner a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}
#contact_banner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}



/*======================================================================
	repair
====================================================================*/
#repair1{
	margin-top:15px;
	width:675px;
	zoom:1;
}
#repair1 a.left{ margin-right:15px;}



/*--======================================================================
	flow
======================================================================--*/
.flow1 dl{
	clear:both;
	margin-bottom:15px;
	width:675px;
	background:url(../../img/flow_bg_body.gif) left bottom no-repeat;
}
.flow1 dl dt{
	float:left;
	padding-bottom:30px;
	margin-right:15px;
	width:120px;
	text-align:center;
	overflow:hidden;
}
.flow1 dl dt span{
	font-size:18px;
	color:#fff;
	line-height:2em;
	overflow:hidden;
}
.flow1 dl dd{
	float:right;
	display:block;
	margin-bottom:40px;
	width:540px;
	text-align:left;
}
.flow1 dl dd h6{
	font-weight:bold;
	font-size:16px;
	color:#339e14;
}
.flow_inner_box{
	margin-top:15px;
}




/*--======================================================================
	contact
======================================================================--*/
#mail1{
	margin-top:10px;
	margin-bottom:15px;
	width:673px;
	border:1px solid #d9d9d9;
	font-weight:bold;
	font-size:18px;
	color:#000;
	overflow:hidden;
}
#mail1 #mail1_inner{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	width:645px;
}



#contact_tel,
#contact_fax{
	margin-bottom:10px;
	width:240px;
}
#contact_tel,
#contact_fax,
#contact_mail{ padding-left:45px;}

#contact_tel{
	float:left;
	background:url(../img/contact_icon01.gif) left no-repeat;
}
#contact_fax{
	float:right;
	background:url(../img/contact_icon02.gif) left no-repeat;
}
#contact_mail{
	clear:both;
	background:url(../img/contact_icon03.gif) left no-repeat;
}

#mail1_inner strong{ color:#000;}
#mail1_inner #contact_time{
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:2px dotted #d9d9d9;
	color:#2f9013;
	font-size:13px;
	font-weight:bold;
}


#contact_link{
	padding-left:25px;
	background:url(../img/common_arrow.gif) left no-repeat;
	font-weight:bold;
	font-size:14px;
	color:#359a18;
}



















/*====================================================================

template.css

=====================================================================*/


/*======================================================================
	type A
======================================================================*/
.type_a{
	margin: 10px 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_a img.left{margin: 0 15px 0 0;}
.type_a img.right{margin: 0 0 0 15px;}


/*======================================================================
	type B
======================================================================*/
.type_b{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_b div{
	display: inline;
	float: left;
	margin: 10px 12px 0 0;
	width: 249px;
}
.type_b div p{margin-top: 7px;}


/*======================================================================
	type C
======================================================================*/
.type_c{
	margin: 0 0 10px 10px;
	width: 523px;
	zoom:1;
}
.type_c div{
	display: inline;
	float: left;
	margin: 10px 11px 0 0;
	width: 163px;
}
.type_c div p{
	margin-top: 5px;
	font-size: 10px;
}


/*======================================================================
	type D (before and after)
======================================================================*/
.type_d{
	margin: 0 0 10px 10px;
	width: 513px;
	zoom:1;
}
.type_d div{
	background: url(../img/bg_vector.gif) no-repeat 250px 78px;

	width: 513px;
}
.type_d div div{
	background: none;
	width: 245px;
	margin-top: 10px;
	zoom:1;
}
.type_d div div p{margin-top: 7px;}
.before{float: left;}
.after{float: right;}


/*clearfix*/
.type_a:after,
.type_b:after,
.type_c:after,
.type_d:after,
.type_d div:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



