@charset "utf-8";

/* CSS Document */

.w50 {width:50px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w220 {width:220px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w330 {width:330px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w450 {width:450px;}
.w500 {width:500px;}
.w550 {width:550px;}
.w600 {width:600px;}
.w650 {width:650px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml100 {margin-left:100px;}

.pt5 {padding-top:5px;}
.pr5 {padding-right:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}

.font8 {font-size:8px;}
.font10 {font-size:10px;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}

.lh100 {line-height:100%;}
.lh110 {line-height:110%;}
.lh120 {line-height:120%;}
.lh130 {line-height:130%;}
.lh140 {line-height:140%;}
.lh150 {line-height:150%;}

.float_l {float:left;}
.float_r {float:right;}

.clear {clear:both;}
.clear_r {clear:right;}

.gray {color:#999999;}

.gallery {
	padding:5px;
	margin:0px 0px 5px 5px;
	background:url(../img/bg_img_stock-trans.png);
	float:left;
}

h3.h3_about01{background:url(../img/bg_h3_about01-trans.png) no-repeat bottom;}
h3.h3_about02{background:url(../img/bg_h3_about02-trans.png) no-repeat bottom;}
h3.h3_about03{background:url(../img/bg_h3_about03-trans.png) no-repeat bottom;}

h3.h3_gallery01{background:url(../img/bg_h3_gallery01-trans.png) no-repeat bottom;}
h3.h3_gallery02{background:url(../img/bg_h3_gallery02-trans.png) no-repeat bottom;}
h3.h3_gallery03{background:url(../img/bg_h3_gallery03-trans.png) no-repeat bottom;}

h3.h3_contact01{background:url(../img/bg_h3_contact01-trans.png) no-repeat bottom;}
h3.h3_contact02{background:url(../img/bg_h3_contact02-trans.png) no-repeat bottom;}

th.th_line {
	width:140px;
	padding:8px 5px 3px 5px;
	background:url(../img/bg_line_table.gif) repeat-x bottom;
}

th.th_line2 {
	width:160px;
	padding:8px 5px 3px 5px;
	background:url(../img/bg_line_table.gif) repeat-x bottom;
}

td.td_line {
	padding:8px 5px 3px 5px;
	background:url(../img/bg_line_table.gif) repeat-x bottom;
}