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

strong{ font-weight:bold;}

.mincho { font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;}
.italic{ font-family: 'Times New Roman',serif; font-style: italic; letter-spacing:0.05em;}

.normal{ font-weight:normal;}
.bold { font-weight:bold;}

.white{ color:#fff;}
.black{ color:#333;}
.gy{ color:#aaa;}
.red{ color:#b43c3c;}
.blue{ color:#326496;}
.orange{ color:#ff6600;}

.size11{ font-size:11px;}
.size12{ font-size:12px;}
.size14{ font-size:14px;}
.size15{ font-size:15px;}
.size16{ font-size:16px;}
.size18{ font-size:18px;}
.size21{ font-size:21px;}
.size24{ font-size:24px;}
.size28{ font-size:28px;}

.bg_y{
	background:linear-gradient(transparent 50%, #fafa64 30%);
	background: -webkit-linear-gradient(transparent 50%, #fafa64 30%);
	font-weight: bold;
}
.bg_gy{
	background:linear-gradient(transparent 50%, #dedede 30%);
	background: -webkit-linear-gradient(transparent 50%, #dedede 30%);
	font-weight: bold;
}
/*ie8hack*/
.ie8 .bg_y{ background-color:#fafa64;}
.ie8 .bg_gy{ background-color:#dedede;}

.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}