@charset "utf-8";

/****************************************************************************
　フォント設定CSS（16pxバージョン）
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.03.20
--------------------------------------------------------
　●フォントサイズ
	63% == 10px
	70% == 11px
	75% == 12px
	82% == 13px
	88% == 14px
	95% == 15px
	100% == 16px  ←★standard
	107% == 17px
	113% == 18px
	119% == 19px
	125% == 20px
	132% == 21px
	138% == 22px
****************************************************************************/


/*--------------------------------------------------------
　フォントリセット設定（16px基本）
--------------------------------------------------------*/
body {
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 1.5;
}
body {
    font-size: 14px; /* モダンブラウザ向け */
}
/* Opera 9 */
;;body { font-family:"メイリオ",Meiryo,sans-serif; }
/* IE 7 */
*:first-child+html body { font-size: medium; font-family:"メイリオ",Meiryo,sans-serif; letter-spacing: 0; }
/* IE 6 or sooner */
* html body { font-size: medium; font-family:"メイリオ",Meiryo,sans-serif; letter-spacing:0.1em; }

table {
/*	font-size: inherit;
	font: 100%;
	*/
	font-size:14px;
	margin: 0 auto;
}
pre,code,kbd.samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/***　デフォルトサイズ設定　***/
.f10 { font-size: 63%; }
.f11 { font-size: 69%; }
.f12 { font-size: 75%; }
.f13 { font-size: 82%; }
.f14 { font-size: 88%; }
.f15 { font-size: 94%; }
.f16 { font-size:100%; }
.f17 { font-size: 107%; }
.f18 { font-size: 113%; }
.f19 { font-size: 119%; }
.f20 { font-size: 125%; }
.f21 { font-size: 132%; }
.f22 { font-size: 138%; }

.fo10px { font-size: 10px; }
.fo11px { font-size: 11px; }
.fo12px { font-size: 12px; }
.fo13px { font-size: 13px; }
.fo14px { font-size: 14px; }
.fo15px { font-size: 15px; }
.fo16px { font-size:16px; }


/***　書体スタイル設定　***/
.bold {	font-weight:bold; }

/***　デフォルトボールド設定　***/
.f10b, .f11b, .f12b, .f13b, .f14b, .f15b, .f16b, .f17b, .f18b, .f19b, .f20b, .f21b, .f22b {
	font-weight:bold;
}
.f10b { font-size: 63%; }
.f11b { font-size: 69%; }
.f12b { font-size: 75%; }
.f13b { font-size: 82%; }
.f14b { font-size: 88%; }
.f15b { font-size: 94%; }
.f16b { font-size:100%; }
.f17b { font-size: 107%; }
.f18b { font-size: 113%; }
.f19b { font-size: 119%; }
.f20b { font-size: 125%; }
.f21b { font-size: 132%; }
.f22b { font-size: 138%; }

.f10br, .f11br, .f12br, .f13br, .f14br, .f15br, .f16br, .f17br, .f18br, .f19br, .f20br, .f21br, .f22br, .f22br2 {
	color:#F00; font-weight:bold;
}
.f10br { font-size: 63%; }
.f11br { font-size: 69%; }
.f12br { font-size: 75%; }
.f13br { font-size: 82%; }
.f14br { font-size: 88%; }
.f15br { font-size: 94%; }
.f16br { font-size:100%; }
.f17br { font-size: 107%; }
.f18br { font-size: 113%; }
.f19br { font-size: 119%; }
.f20br { font-size: 125%; }
.f21br { font-size: 132%; }
.f22br { font-size: 138%; }
.f22br2 {
	font-size: 22px;	text-align: center;
	margin-left : auto ; margin-right : auto ;
}

.f10bw, .f11bw, .f12bw, .f13bw, .f14bw, .f15bw, .f16bw, .f17bw, .f18bw, .f19bw, .f20bw, .f21bw, .f22bw {
	color:#FFF; font-weight:bold;
}
.f10bw { font-size: 63%; }
.f11bw { font-size: 69%; }
.f12bw { font-size: 75%; }
.f13bw { font-size: 82%; }
.f14bw { font-size: 88%; }
.f15bw { font-size: 94%; }
.f16bw { font-size:100%; }
.f17bw { font-size: 107%; }
.f18bw { font-size: 113%; }
.f19bw { font-size: 119%; }
.f20bw { font-size: 125%; }
.f21bw { font-size: 132%; }
.f22bw { font-size: 138%; }

/***　デフォルトカラー設定　***/
.f10r, .f11r, .f12r, .f13r, .f14r, .f15r, .f16r, .f17r, .f18r, .f19r, .f20r, .f21r, .f22r {
	color:#F00;
}
.f10r { font-size: 63%; }
.f11r { font-size: 69%; }
.f12r { font-size: 75%; }
.f13r { font-size: 82%; }
.f14r { font-size: 88%; }
.f15r { font-size: 94%; }
.f16r {
	font-size:100%;
}
.f16rb {
	font-size:100%;
	font-weight: bold;
}
.f17r { font-size: 107%; }
.f18r { font-size: 113%; }
.f19r { font-size: 119%; }
.f20r { font-size: 125%; }
.f21r { font-size: 132%; }
.f22r { font-size: 138%; }

.f10w, .f11w, .f12w, .f13w, .f14w, .f15w, .f16w, .f17w, .f18w, .f19w, .f20w, .f21w, .f22w {
	color:#FFF;
}
.f10w { font-size: 63%; }
.f11w { font-size: 69%; }
.f12w { font-size: 75%; }
.f13w { font-size: 82%; }
.f14w { font-size: 88%; }
.f15w { font-size: 94%; }
.f16w { font-size:100%; }
.f17w { font-size: 107%; }
.f18w { font-size: 113%; }
.f19w { font-size: 119%; }
.f20w { font-size: 125%; }
.f21w { font-size: 132%; }
.f22w { font-size: 138%; }


.f13blue{color:#0000DD; font-size: 82%;} 
.f16blue{color:#0000DD; font-size: 100%;} 

a.BL:link{color:#0066CC;} 
a.BL:visited{color:#0066CC;} 
a.BL:active{color:#000011;}
a.BL:hover{color:#000011;}