@charset "x-sjis";

/* Base */
body, p, td, div, form, input, select, option, textarea, dl, dt, dd
{
	font-size			:	14px;
	line-height			:	1.8em;
}
*
{
	font-family			:	'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* Label */
h1
{
	font-size			:	24px;
	line-height			:	1.8em;
	color				:	#4a9bc7;
	margin			:	0.25em 0em;
}
h2
{
	font-size			:	18px;
	line-height			:	1.8em;
	color				:	#4a9bc7;
	margin			:	0.25em 0em;
}
h3
{
	font-size			:	16px;
	line-height			:	1.8em;
	color				:	#666666;
	margin			:	0.25em 0em;
}

/*
hr
{
	color				:	#4a9bc7;
	background-color		:	#4a9bc7;
	border			:	none;
}
*/

span.LabelEnhanced
{
	font-weight			:	bold;
	color				:	#cc0000;
}
