@charset "utf-8";

/* CSS Document */
font.enhanced, span.enhanced
{
	font-weight			:	bold;
	color				:	#bb0000;
}
font.alert, span.alert
{
	color					:	#cc0000;
	font-weight			:	normal;
}
font.transparent, span.transparent
{
	color					:	#cccccc;
}
span.LabelCaption
{
	font-size				:	85%;
}
span.LabelLarge
{
	font-size				:	18px;
	line-height				:	1.6em;
}

/* Text */
*, * *
{
	font-family				:	"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "平成明朝", "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

p
{
	margin					:	0em 0em 1em 0em;
}

span.LabelCopy
{
	font-size				:	14px;
}

/* Star */
font.StarActive
{
	color					:	#0033cc;
}
font.StarInactive
{
	color					:	#dddddd;
}

/* Headline */
h1, h2, h3
{
	margin-top				:	0em;
}
h1
{
	color					:	#990000;
	letter-spacing				:	0.25em;
	line-height				:	1.8em;
}
h2
{
	color					:	#664400;
	line-height				:	1.5em;
}
h3
{
	color					:	#662200;
	line-height				:	1.5em;
}
