@charset "utf-8";

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

common.css

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





/*======================================================================
	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
======================================================================*/
a:link,
a:visited,
a:hover,
a:active{
	color: #ff6969;
	outline:none;
}

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







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

#wrap{
	margin: 0 auto;
	background: url(../img/bg_wrap.gif) repeat-y;
	width: 860px;
	text-align: left;
}


/*======================================================================
	header
======================================================================*/
#header{
	width:860px;
	height:80px;
	background: url(../img/bg_header.gif) no-repeat;
}
#header_inner{
	margin-left:10px;
	width:840px;
}
#header h1{
	padding-top: 15px;
	text-align: right;
	line-height: 1;
	font-size: 12px;
	color:#000;
}

#header a{
	float:left;
	display: block;
	margin-top: -25px;
	width: 360px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}
#header a:hover{
	background:#fff;
	opacity:0.2;
	filter:alpha(opacity=20);
}



/*======================================================================
	navigation
======================================================================*/
#g_navi{
	background:url(../img/bg_navi.gif) no-repeat;
	width:860px;
	height:45px;
}
#g_navi li,
#g_navi li a{
	display: block;
	width:172px;
	height:45px;
}
#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);
}




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

h2{
	position:relative;
	margin:15px 0;
	width:860px;
}
h2 span{
	position:absolute;
	right:20px;
	bottom:10px;
	color:#fff;
	font-size:30px;
	letter-spacing:0.2em;
	text-align:right;
}
#level2 h2{
	background:url(../img/bg_h2.jpg) top left no-repeat;
	height:130px;
}




/*======================================================================
	container
======================================================================*/
#container{
	clear:both;
	background:url(../img/bg_container.gif) left repeat-y;
	margin-top:20px;
	padding-bottom:20px;
	width:860px;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*======================================================================
	main
======================================================================*/
#main{
	float: right;
	width: 615px;
	overflow:hidden;
}
.inner{
	margin-top:15px;
	margin-bottom:15px;
	width:615px;
}
.inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}



#main h3{
	position:relative;
	margin-top: 0px;
	background:url(../img/bg_h3.gif) no-repeat;
	width:615px;
	height:45px;
}
#main h3 span{
	position:absolute;
	left:50px;
	top:11px;
	display:block;
	color:#fff;
	font-size:26px;
	line-height:1.1em;
	letter-spacing:0.2em;
	overflow:hidden;
}

#main h3 span strong{ font-weight:normal;}

#main h4{
	padding-left:50px;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../img/bg_h4.gif) no-repeat;
	width:615px;
	height:40px;
	color:#000;
	font-size:22px;
	line-height:1.8em;
	letter-spacing:0.2em;
	overflow:hidden;
}


#main h5{
	font-size:15px;
	font-weight:bold;
}




/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	float: left;
	padding-top:15px;
	background:url(../img/side_bg_header.gif) top no-repeat;
	width: 230px;
}




/* sidebar box
======================================================================*/
#sidebar div.box{
	margin: 5px 0 20px 15px;
	border-bottom: solid 1px #e7e9ee;
	background: url(../img/bg_side_box.gif) repeat-y;
	width: 200px;
}
#sidebar div.box div.inner{
	margin-left:15px;
	width: 170px;
	font-size: 12px;
}

#sidebar div.box div.inner a{
	display:block;
	margin-top:15px;
}
#sidebar div.box div.inner  a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* side banner
======================================================================*/
#side_banner{
	margin-left: 15px;
	width: 200px;
	overflow: hidden;
}
#side_banner a{
	display: block;
	margin-top: 10px;
}
#side_banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}






/*======================================================================
	footer
======================================================================*/
#wrap_footer{
	margin:0 auto;
	background:url(../img/bg_wrap_footer.gif) 0 18px repeat-x;
	text-align:center;
	overflow:hidden;
}

#footer{
	margin:0 auto;
	padding-bottom: 5px;
	background:url(../img/bg_footer.gif) top no-repeat;
	width:860px;
	text-align:left;
	overflow:hidden;
}

#footer_inner{
	margin-top:45px;
	margin-left:15px;
	width:830px;
}



/*	return
===========================================================*/
#footer a#return{
	float:right;
	display:block;
	background:url(../img/bt_return.gif) no-repeat;
	width:137px;
	height:20px;
	text-indent:-9999px;
}
#footer #return a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}



/*	footer navigation
===========================================================*/
#footer ul{
	display: block;
	height: 20px;
}
#footer ul li{
	display: block;
	float: left;
	padding-right: 15px;
	height: 13px;
	background:url(../img/icon_footer.gif) left no-repeat;
	line-height: 1.2em;
}
#footer ul li a{
	padding-left:15px;
	text-decoration:none;
	color:#000;
}
#footer ul li a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* coyp
===========================================================*/

#copy{
	clear:both;
	margin-top:10px;
}




/*======================================================================
	clearfix
======================================================================*/
#wrap:after,
#header:after,
#header_inner:after,
#g_navi:after,
#container:after,
.inner:after,
#sidebar:after,
#sidebar div.box:after,
#sidebar div.box div.inner:after,
#wrap_footer:after,
#footer:after,
#footer_inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}

#wrap,
#header,
#header_inner,
#g_navi,
#container,
.inner,
#sidebar,
#sidebar div.box,
#sidebar div.box div.inner,
#wrap_footer,
#footer,
#footer_iner{zoom:1;}





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




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

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

hr{
	clear:both;
}


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

/* table1 */
#level2 table{
	border-top: solid 1px #e6e6e6;
	border-left: solid 2px #e6e6e6;
	border-collapse:collapse;
}
#level2 table th,
#level2 table td{
	padding: 8px 10px;
	border-bottom: solid 1px #e6e6e6;
	text-align: left;
	line-height: 1.8;
}
#level2 table th{
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #07b20f;
	white-space: nowrap;
	color: #666666;
	vertical-align:top;
}
#level2 table td{border-right: solid 1px #e6e6e6;}
#level2 table td strong{font-weight: bold;}
#level2 table td span{font-size: 10px;}

.company table{ width:643px;}
table#tb_mail th{text-align:right;}

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


#tb_mail{ width:610px;}
#tb_mail th{ width:180px;}



/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}
.att2{ color:#079414;}


/*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: 0 0 10px;
	width: 523px;
	text-align: right;
	font-size: 10px;
}
.pagetop a{ color:#6a3321;}










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

index.css

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



/*======================================================================
	news
======================================================================*/
#news{
	height:130px;
	overflow:auto;
}
#news table{
	border:none;
	width: 150px;
}
#news table th,
#news table td{
	padding-left:5px;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
	border:none;
}
#news table th{
	padding-left:0px;
	padding-top: 10px;
	color: #e63100;
}
#news table td{
	padding-left:0px;
	padding-bottom: 10px;
	background:url(../img/line01.gif) bottom repeat-x;
	color:#656565;
}

#news table td a{ color:#07b20f;}




/*======================================================================
	para1
======================================================================*/
#para1{width:615px;}

#para1 h4{
	margin-top:10px;
	margin-bottom:0px;
	padding-left:0px;
	width:615px;
	height:85px;
}






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

level2.css

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




/*	cotact_banner
---------------------*/
#contact_banner{
	clear:both;
	position:relative;
	background:url(../img/contact_banner.gif) no-repeat;
	width:615px;
	height:160px;
	overflow:hidden;
}
#contact_banner p{
	margin-left:20px;
	margin-top:60px;
	font-size:14px;
	width:370px;
}
#contact_banner a{
	display:block;
	position:absolute;
	right:20px;
	bottom:22px;
	width:170px;
	height:35px;
	text-indent:-9999px;
}
#contact_banner a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}

 



/*--======================================================================
	contact
======================================================================--*/
div#mail01{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#039f5b;
}
div#mail01 strong{ color:#000;}


ul#mail02 li{
	text-indent:-20px;
	padding-left:24px;
}
ul#mail02 li strong{
	margin-right:12px;
	font-weight:bold;
	font-size:14px;
	color:#039f5b;
}

