/* 黒9 */
.black9 {
	font-size: 9pt;
	color:#000000;
	line-height: 100%
}

/* 黒10 */
.black10 {
	font-size: 10pt;
	color:#000000;
	line-height: 130%
}

/* 黒12 */
.black12 {
	font-size: 12pt;
	color:#000000;
	line-height: 130%
}

/* 黒10B */
.black10b {
	font-size: 10pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 黒12B */
.black12b {
	font-size: 12pt;
	color:#000000;
	line-height: 130%;
	font-weight: bold
}

/* 白12B */
.white12b {
	font-size: 12pt;
	color:#ffffff;
	line-height: 130%;
	font-weight: bold
}

/* 青10 */
.blue10 {
	font-size: 10pt;
	color:#00354C;
	line-height: 130%
}

/* 青12 */
.blue12 {
	font-size: 12pt;
	color:#00354C;
	line-height: 130%
}

/* 灰10 */
.glay10 {
	font-size: 10pt;
	color:#383838;
	line-height: 130%
}

/* 灰12 */
.glay12 {
	font-size: 12pt;
	color:#383838;
	line-height: 130%
}

/* 橙10 */
.orenge10 {
	font-size: 10pt;
	color:#FF890A;
	line-height: 130%
}

/* 橙12 */
.orenge12 {
	font-size: 12pt;
	color:#FF890A;
	line-height: 130%
}

/* 赤10 */
.red10 {
	font-size: 10pt;
	color:#FF0707;
	line-height: 130%
}

/* 赤12 */
.red12 {
	font-size: 12pt;
	color:#FF0707;
	line-height: 130%
}

/* 緑10 */
.green10 {
	font-size: 10pt;
	color:#078C05;
	line-height: 130%
}

/* 緑12 */
.green12 {
	font-size: 12pt;
	color:#078C05;
	line-height: 130%
}


/* 灰10B */
.glay10b {
	font-size: 10pt;
	color:#333333;
	line-height: 130%;
	font-weight: bold
}

/* 橙12B */
.orenge12b {
	font-size: 12pt;
	color:#FF890A;
	line-height: 130%;
	font-weight: bold
}

/* 緑12B */
.green12b {
	font-size: 12pt;
	color:#056604;
	line-height: 130%;
	font-weight: bold
}

/* 緑14B */
.green14b {
	font-size: 14pt;
	color:#056604;
	line-height: 130%;
	font-weight: bold
}

/* 緑10 */
.green10 {
	font-size: 10pt;
	color:#056604;
	line-height: 130%
}

/* 緑12 */
.green12 {
	font-size: 12pt;
	color:#056604;
	line-height: 130%
}


/* ここ追加しちゃった白12B */
.white12b {
	font-size: 12pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* ここ追加しちゃった白14B */
.white14b {
	font-size: 14pt;
	color:#FFFFFF;
	line-height: 130%;
	font-weight: bold
}

/* 赤12 */
.red12 {
	font-size: 12pt;
	color:#ff0000;
	line-height: 130%
}
/* 追加青12 */
.tblue12 {
	font-size: 12pt;
	color:#3300ff;
	line-height: 130%
}

/* 赤10 */
.red10 {
	font-size: 10pt;
	color:#ff0000;
	line-height: 130%
}
/* 追加青10 */
.tblue10 {
	font-size: 10pt;
	color:#3300ff;
	line-height: 130%
}
/* 追加緑10 */
.tgreen10 {
	font-size: 10pt;
	color:#009900;
	line-height: 130%
}
/* 追加オレンジ10 */
.torange10 {
	font-size: 10pt;
	color:#ff6600;
	line-height: 130%
}


/* 新着追加06-09-27以降 */
.wnew10b {
	font-size: 10pt;
	color:#449bc1;
	line-height: 130%;
	font-weight: bold
}

/* 白10 */
.white10 {
	font-size: 10pt;
	color:#ffffff;
	line-height: 130%
}

.title {
	font-size: 16pt;
	color:#575757;
	line-height: 130%;
	font-weight: bold;
}

.gray12b {
	font-size: 12pt;
	color:#575757;
	line-height: 130%;
	font-weight: bold;
}

.dblue10b {
	font-size: 10pt;
	color:#014d6e;
	line-height: 130%;
	font-weight: bold;
}

.orenge10b {
	font-size: 10pt;
	color:#FF890A;
	line-height: 130%;
	font-weight: bold
}


BODY		{margin: 0; padding: 0;}
a:link		{color: #747474 ;text-decoration: none; }
a:hover		{text-decoration: underline; }
a:visited	{text-decoration: none; }ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
ul.sub1 {
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

