@charset "Shift_JIS";

/* 基本 Start */
	.clsB{font-weight:bold;}				/* 太字 */
	.clsBottom{vertical-align:bottom;}		/* 下寄せ */
	.clsCenter{text-align:center;}			/* 中央揃え（横方向） */
	.clsI{font-style:italic;}				/* 斜体 */
	.clsIndent{text-indent:1em;}			/* 字下げ */
	.clsLeft{text-align:left;}				/* 左寄せ */
	.clsMiddle{vertical-align:middle;}		/* 中央寄せ（縦方向） */
	.clsNobr{white-space:nowrap;}			/* 自動改行禁止 */
	.clsRight{text-align:right;}			/* 右寄せ */
	.clsS{text-decoration:line-through}		/* 取り消し線 */
	.clsTop{vertical-align:top;}			/* 上寄せ */
	.clsU{text-decoration:underline;}		/* 下線 */

	.clsPL1{padding-left:0.5em;}			/* 1文字あける */
	br.clsClear{clear:both;}				/* 段組解除 */
/* 基本 end */


/* サイト内標準 Start */
h1.clsH1
{
	color:#800000;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}

h1.clsH1a
{
	color:#CC3300;
	text-decoration:underline;
	font-size:11pt;
	font-weight:bold;
	margin:0px;
}

h1.clsH1b
{
	color:#CD5C5C;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
}
h1.clsH1c
{
	color:#ffffff;
	font-size:10pt;
	margin:0px;
}
h1.clsH1d
{
	color:#000000;
	font-size:9pt;
	margin:0px;
}
div.clsDIV01
{
	border-top:1px solid #ffffff;
	border-right:2px solid #d0af4c;
	border-bottom:2px solid #d0af4c;
	border-left:1px solid #ffffff;
	padding:8px;
}
/* サイト内標準 End */

