@charset "euc-jp";

/* IE 以外 */
.small_text {
	font-size:						80% !important;
}

/* IE用 */
*html .small_text {
	font-size:						9px;
}


.regular_paragraph {
	font-size:						120% !important;
	margin:							10px;
	padding:						10px;
}

/* IE用 */
*html .regular_paragraph {
	font-size:						11px;
	margin:							10px;
	padding:						10px;
}


/*	小見出し */
.small_header {
	color:							#0a4975;
	font-size:						10pt;
	font-weight:					bold;
}

span.pink {
	color:							#fdcfe3;
}

span.notice {
	color:							#ff0000;
	font-weight:					bold;
}

