@charset "UTF-8";


/* 初期設定 =================================================================================== 

* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline : none;
}

body {
	font-family: 'メイリオ', Meiryo, Arial, sans-serif, "ＭＳ ゴシック", "MS Gothic", "Osaka?等幅", Osaka-mono, monospace;
	font-size: 0.88em;
	line-height: 0;
	text-align: center;
	color: #666;
	background:url(../images/body_bg.gif) center top repeat;
}
*/

img { border: none;}

p,li,th,td,h1,h2,h3,h4,h5,dt,dd { text-align: left; line-height: 1.3em;}

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

.ma5 { margin: 5px !important;}
.ma10 { margin: 10px !important;}

.mt0 { margin-top: 0 !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.mt_10 { margin-top: -10px !important;}
.mt_20 { margin-top: -20px !important;}
.mt_45 { margin-top: -45px !important;}

.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}
.mr50 { margin-right: 50px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}

.pa0 { padding: 0px !important;}

.pt0 { padding-top: 0px !important;}
.pt1 { padding-top: 1px !important;}
.pt2 { padding-top: 2px !important;}
.pt3 { padding-top: 3px !important;}
.pt4 { padding-top: 4px !important;}
.pt5 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}
.pt50 { padding-top: 50px !important;}
.pt100 { padding-top: 100px !important;}

.pl10 { padding-left: 10px !important;}

.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}


 /* .fs10 { font-size: 0.63em !important;}font-size 10px */
 /* .fs11 { font-size: 0.69em !important;}font-size 11px */
 /* .fs12 { font-size: 0.75em !important;}font-size 12px */
 /* .fs13 { font-size: 0.81em !important;}font-size 13px */
 /* .fs14 { font-size: 0.88em !important;}font-size 14px */
 /* .fs15 { font-size: 0.94em !important;}font-size 15px */
 /* .fs16 { font-size: 1.00em !important;}font-size 16px */
 /* .fs17 { font-size: 1.06em !important;}font-size 17px */
 /* .fs18 { font-size: 1.13em !important;}font-size 18px */
 /* .fs19 { font-size: 1.19em !important;}font-size 19px */
 /* .fs20 { font-size: 1.25em !important;}font-size 20px */
 /* .fs21 { font-size: 1.31em !important;}font-size 21px */
 /* .fs22 { font-size: 1.38em !important;}font-size 22px */
 /* .fs23 { font-size: 1.44em !important;}font-size 23px */
 /* .fs24 { font-size: 1.50em !important;}font-size 24px */
 /* .fs25 { font-size: 1.56em !important;}font-size 25px */
 /* .fs26 { font-size: 1.63em !important;}font-size 26px */

.tl { text-align: left;}
.tc { text-align: center;}
.tr { text-align: right;}

.vt { vertical-align: top;}
.vb { vertical-align: bottom;}
.lh0 { line-height:0;}
.db { display: block;}

.fl { float: left;}
.fr { float: right;}
.fc { margin-left: auto; margin-right: auto;}
.cl { clear: both; float:none;}

.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf { zoom: 1;}

.ws { white-space: nowrap;}
.line { text-decoration: underline;}
.mincho { font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;}
.bold { font-weight: bold;}
.red { color: #f22525;}
.lsd { text-indent: -1em; padding-left: 1em;}