@charset "utf-8";
/* CSS Document */

/*文字の設定
-----------------------------------------------------------------------------*/

body{
font: 16px/1.8 Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;	
background-image:url("../img/bg.jpg");
margin-top:0px;
margin-bottom:0px;
}



.fnt12{font-size:12px;}
.fnt14{font-size:14px;}
.fnt15{font-size:15px;}
.fnt16{font-size:16px;}
.fnt18{font-size:18px;}
.fnt20{font-size:20px;}
.fnt21{font-size:21px;}
.fnt23{font-size:23px;}
.fnt25{font-size:25px;}
.fnt26{font-size:26px;}
.fnt28{font-size:28px;}
.fnt30{font-size:30px;}
.fnt35{font-size:35px;}
.fnt40{font-size:40px;}
.fnt45{font-size:45px;}

.red{color:#cc0000;}
.red2{color:#cc0000; line-height:150%}
.blue{color:#005899;}
.green{color:#003333;}
.orange{color:#ff6600;}
.orange2{color:#d66b03;}
.black{color:#333333;}
.brown{color:#996600;}

.red_line{
	margin-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

.yellow_line{background:#FFFBC4;}
	
img{border:0;}


.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
