/* CSS TAG_LEVEL */
BODY {
	margin: 0px;
	font-family: ＭＳ ゴシック, Osaka−等幅;
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 14px;
}

/* CSS CLASS_LEVEL FONT */
.size_01 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
.size_02B {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
.phrase_r1 {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
.phrase_r2 {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.phrase_r3 {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
}
.phrase_b1 {
	font-size: 16px;
	font-weight: bold;
	color:#3366FF;
}
.phrase_b2 {
	font-size: 14px;
	font-weight: bold;
	color:#3366FF;
	line-height: 150%;
}
.phrase_b3 {
	font-size: 12px;
	font-weight: bold;
	color:#3366FF;
}

.note {
	font-size: 10px;
}

.caption01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 105%;
}
.caption02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 105%;
	font:"ヒラギノ角ゴ Pro W3", "AR P丸ゴシック体M", "ＭＳ Ｐゴシック", Osaka;
}

/* CSS CLASS_LEVEL LINK */
.title A:link {
	color: #3366FF; font-weight: bolder; TEXT-DECORATION: underline;
}
.title A:visited {
	color: #3366FF; font-weight: bolder; TEXT-DECORATION: underline;
}
.title A:hover {
	color: #3366FF; font-weight: bolder; TEXT-DECORATION: none;
}
.title A:active {
	color: #3366FF; font-weight: bolder; TEXT-DECORATION: underline;
}
.size_02 {

	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}
.Red_B {
	font-weight: bold;
	color: #CC3300;
}
