@charset "utf-8";


body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	margin:0;
}

img{ border:none; vertical-align:top; }

/* link
*/
a         {color:#8B4513;text-decoration:underline;}
a:link    {color:#8B4513;text-decoration:underline;}
a:visited {color:#999966;text-decoration:underline;}
a:hover   {color:#0000FF;text-decoration:underline;}
a:active  {text-decoration:underline;}
/*a:focus {outline: none;}*/

/* font
*/
.bold{font-weight:bold;}
.red{color:#CC0000;}
.white{ color:#FFFFFF;}


.fs_01{font-size:77%;}/* 10px */
.fs_02{font-size:85%;}/* 11px */
.fs_03{font-size:93%;}/* 12px */
.fs_04{font-size:100%;}/* 13px */
.fs_05{font-size:108%;}/* 14px */
.fs_06{font-size:116%;}/* 15px */
.fs_07{font-size:123.1%;}/* 16px */
.fs_08{font-size:131%;}/* 17px */
.fs_09{font-size:138.5%;}/* 18px */


/* img ロールオーバー処理
*/
a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
}


/* float
*/
.left{float:left;}
.right{float:right;}
.clear_l{ clear:left; }
.clear_r{ clear:right; }
.clear{ clear:both; }

/* margin/padding
*/
.mg_b0{margin-bottom:0px;}
.mg_t10{margin-top:10px;}
.mg_b10{margin-bottom:10px;}

.mt_02{margin-top:2px;}
.mt_03{margin-top:3px;}
.mt_05{margin-top:5px;}
.mt_06{margin-top:6px;}
.mt_07{margin-top:7px;}
.mt_08{margin-top:8px;}
.mt_10{margin-top:10px;}
.mt_13{margin-top:13px;}
.mt_15{margin-top:15px;}
.mt_17{margin-top:17px;}
.mt_18{margin-top:18px;}
.mt_20{margin-top:20px;}
.mt_25{margin-top:25px;}
.mt_28{margin-top:28px;}
.mt_30{margin-top:30px;}
.mt_35{margin-top:35px;}
.mt_38{margin-top:38px;}
.mt_40{margin-top:40px;}
.mt_50{margin-top:50px;}
.mt_55{margin-top:55px;}
.mt_60{margin-top:60px;}
.mt_120{margin-top:120px;}
.mt_550{margin-top:550px;}

.mb_00{margin-bottom:none;}
.mb_03{margin-bottom:3px;}
.mb_05{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_12{margin-bottom:12px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_35{margin-bottom:35px;}
.mb_40{margin-bottom:40px;}
.mb_45{margin-bottom:45px;}
.mb_50{margin-bottom:50px;}
.mb_67{margin-bottom:67px;}

.ml_05{margin-left:5px;}
.ml_06{margin-left:6px;}
.ml_10{margin-left:10px;}
.ml_20{margin-left:20px;}
.ml_30{margin-left:30px;}
.ml_64{margin-left:64px;}
.ml_106{margin-left:106px;}
.ml_110{margin-left:110px;}

.m_center{margin: 0 auto;}

.mr_04{margin-right:4px;}
.mr_05{margin-right:5px;}
.mr_08{margin-right:8px;}
.mr_09{margin-right:9px;}
.mr_10{margin-right:10px;}
.mr_11{margin-right:11px;}
.mr_12{margin-right:12px;}
.mr_13{margin-right:13px;}
.mr_14{margin-right:14px;}
.mr_15{margin-right:15px;}
.mr_18{margin-right:18px;}
.mr_23{margin-right:23px;}
.mr_25{margin-right:25px;}
.mr_32{margin-right:32px;}

.pb_03{padding-bottom:03px;}
.pb_10{padding-bottom:10px;}
.pb_15{padding-bottom:15px;}
.pb_20{padding-bottom:20px;}
.pb_25{padding-bottom:25px;}
.pb_30{padding-bottom:30px;}
.pb_35{padding-bottom:35px;}
.pb_40{padding-bottom:40px;}
.pb_45{padding-bottom:45px;}
.pb_50{padding-bottom:50px;}
.pb_100{padding-bottom:100px;}

.pt_02{padding-top:2px;}
.pt_03{padding-top:3px;}
.pt_05{padding-top:5px;}
.pt_20{padding-top:20px;}
.pt_30{padding-top:30px;}



