@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: #03a760;
	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:#fff;
	text-align: center;
	font-size: 12px;
	color: #303030;
}
#wrap{
	margin: 0 auto;
	background: url(./img/bg_wrap.gif) repeat-y;
	width: 717px;
	text-align: left;
}
#header,
#g_navi,
#container,
#footer{
	margin-left: 1px;
	width: 715px;
}


/*======================================================================
	header
======================================================================*/
#header{
	background: url(./img/bg_header.gif) no-repeat;
	height: 65px;
	zoom:1;
}
#header h1{
	margin: 0 15px 0 250px;
	padding-top: 14px;
	text-align: right;
	line-height: 1;
	font-size: 10px;
	color:#000;
}
#header div{
	margin-top: -13px;
	width: 252px;
	height: 46px;
}
#header div a{
	display: block;
	margin-left: 10px;
	width: 240px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
}

/*======================================================================
	navigation
======================================================================*/
#g_navi{
	background: url(./img/bg_navi.gif) no-repeat;
	height: 39px;
	zoom:1;
}
#g_navi li,
#g_navi li a{
	display: block;
	width: 143px;
	height: 39px;
}
#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;
	background:url(img/bg_h2.jpg) left no-repeat;
	width:715px;
	height:100px;
}
#h2 span{
	position:absolute;
	right:20px;
	top:40px;
	color:#000;
	font-size:25px;
	letter-spacing:0.2em;
	text-align:right;
}


/*======================================================================
	container
======================================================================*/
#container{
	padding-bottom:10px;
	background: url(./img/bg_container.gif) repeat-y left top;
	zoom:1;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/*======================================================================
	main
======================================================================*/
#contents{
	float: right;
	margin-top: -15px;
	width: 533px;
	overflow:hidden;
	zoom:1;
}
#contents h3{
	position:relative;
	margin-top: 15px;
	background:url(img/bg_h3.gif) no-repeat;
	width:533px;
	height:35px;
}
#contents h3 span{
	position:absolute;
	left:35px;
	top:5px;
	display:block;
	color:#2c2c2c;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.2em;
}
#contents h4{
	position:relative;
	margin-top:15px;
	background:url(img/bg_h4.gif) no-repeat;
	width:533px;
	height:30px;
}
#contents h4 span{
	position:absolute;
	left:20px;
	top:5px;
	display:block;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.2em;
}


h5{
	font-size:15px;
	font-weight:bold;
}


#contents .inner{
	margin-top:15px;
	margin-bottom:10px;
	margin-left:10px;
	width:513px;
	zoom:1;
}
#contents .inner:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}



/*======================================================================
	sidebar
======================================================================*/
#sidebar{
	float: left;
	width: 182px;
	zoom:1;
}

/* sidebar box
======================================================================*/
#sidebar div.box{
	margin: 5px 0 5px 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d4bca7;
	background: url(./img/bg_side_box.gif) repeat-y;
	width: 172px;
}
#sidebar div.box p{
	margin: 5px 0 0 11px;
	width: 150px;
	font-size: 10px;
}




/* side banner
======================================================================*/
#side_banner{
	margin-left: 5px;
	width: 172px;
	overflow: hidden;
}
#side_banner a{
	display: block;
	margin-top: 10px;
}
#side_banner a:hover{background: #fff;}
#side_banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}







/*======================================================================
	footer
======================================================================*/
#footer{
	clear: both;
	padding-bottom: 5px;
	height:80px;
	border-bottom:solid 1px #e5e5e5;
	zoom:1;
}
#footer *{
	line-height: 1;
	font-size: 10px;
}
#footer ul{
	display: block;
	padding-left: 10px;
	background:#65b5ff;
	height: 20px;
}
#footer ul *{color: #fff;}
#footer ul li{
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #fff;
	height: 12px;
}
#footer p{
	margin-left: 10px;
	padding: 5px 0;
	letter-spacing: 1px;
	color: #000
}

#header:after,
#g_navi:after,
#container:after,
#main:after,
#left: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{
	border-top: solid 1px #d7d7d7;
	width: 513px;
	border-collapse:collapse;
}
.table1 th,
.table1 td{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:25px;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	line-height: 1.8;
}
.table1 th{
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	white-space: nowrap;
	color: #103c5a;
	vertical-align:top;
}
.table1 td{
	border-right: solid 1px #d7d7d7;
}
.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;}













/* color deco
----------------------------------------------------------------*/
.att1{ color:#ca3333;}
.att2{ color:#1dc580;}
.att3{ color:#17b170;}


/*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:#2b9f6f;}

















/*====================================================================

index.css

======================================================================

====================================================================*/

/*======================================================================
	news
======================================================================*/
#news{
	height:90px;
	overflow:auto;
}
#news table{
	width: 493px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	background:url(img/line01.gif) bottom repeat-x;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
}
#news table th{
	width: 150px;
	color: #12b270;
}










/*====================================================================

level2.css

======================================================================

====================================================================*/


.list1{margin-left:24px;}
.list1 li{ text-indent:-24px;}


/*	cotact_banner
---------------------*/
#contact_banner{
	position:relative;
	margin-left:10px;
	background:url(img/banner_contact.gif) no-repeat;
	width:513px;
	height:170px;
	overflow:hidden;
}
#contact_banner p{
	margin-left:15px;
	margin-top:50px;
	width:280px;
	font-size:14px;
}
#contact_banner a{
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	width:160px;
	height:45px;
	text-indent:-9999px;
}
#contact_banner a:hover{
	background:#fff;
	opacity:0.3;
	filter: alpha(opacity=30);
}

 



/*--======================================================================
	information
======================================================================--*/


/*	info1
==========================================*/
#info1{
	margin-top:20px;
	padding-top:15px;
	width:513px;
	background:url(img/box_info1.gif) repeat-y;
	border-top:2px solid #50c895;
	border-bottom:2px solid #50c895;
}
#info1 dl{
	margin-left:15px;
	width:483px;
}
#info1 dl dt{
	font-weight:bold;
	font-size:14px;
	color:#2491dd;
}
#info1 dl dd{ margin-bottom:15px;}


/*	info2
==========================================*/
#info2{
	margin-top:20px;
	margin-left:10px;
	width:523px;
}
#info2 div.left{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:5px;
	width:165px;
	border-bottom:2px solid #439bed;
	background:url(img/box_info2.gif) repeat-y;
}
#info2 div.left h6{
	color:#429fdf;
	font-weight:bold;
	font-size:16px;
}
#info2 div.left h6,
#info2 div.left p{
	margin-left:10px;
	width:145px;
}

/*--======================================================================
	price
======================================================================--*/
.tb_price{
	margin-bottom:15px;
	width:512px;
	border-collapse:collapse;
	border-left:1px solid #83c8f8;
	border-top:1px solid #83c8f8;
}
.tb_price th,
.tb_price td{
	padding:5px;
	border-right:1px solid #83c8f8;
	border-bottom:1px solid #83c8f8;
}
.tb_price th{
	vertical-align:top;
	white-space: nowrap;
}
.tb_price td{ text-align:right;}


.tb_price thead th{
	background:#64b8f1;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
.tb_price thead td{
	text-align:left;
	background:#94cdf4;
	border-right:1px solid #b2e0ff;
}
.tb_price tbody th{ background:#c4e7ff;}



/*--======================================================================
	contact
======================================================================--*/
div#mail01{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#000;
}
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:#000;
}













/*====================================================================

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;
}


