/* CSS Document */
.font10 {font-size: 10px}
.font10b {
	font-size: 10px;
	font-weight: bold;
}
.font11 {font-size: 11px}
.font11b {
	font-size: 11px;
	font-weight: bold;
}
.font12 {font-size: 12px}
.font12b {
	font-size: 12px;
	font-weight: bold;
}
.font12b_green {
	font-size: 12px;
	font-weight: bold;
	color: #008000;
}
.font12b_red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.font14 {font-size: 14px}
.font14b {
	font-size: 14px;
	font-weight: bold;
}
.font14b_green {
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}
.font14b_pink {
	font-size: 14px;
	font-weight: bold;
	color: #F33699;
}
.font14b_red {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.font14b_gray {
	font-size: 14px;
	font-weight: bold;
	color: #666666
}
.font18b_gray {
	font-size: 18px;
	font-weight: bold;
	color: #666666
}
.font24b_lightblue {
	font-size: 24px;
	font-weight: bold;
	color: #34B3D1
}
/* リンク　ここから（main.cssにも従来のリンク定義あり） */
/* type1　buleボールド */
a.type1:link{	/* 青・ボールド・下線なし */
	text-decoration:none;
	color:#333399;
	font-weight: bold;
}
a.type1:visited{	/* 紫・ボールド・下線なし */
	text-decoration:none;
	color:#993399;
	font-weight: bold;
}
a.type1:active , a.type1:hover
{	/* カラー任意・ボールド・下線 */
	text-decoration:underline;
	font-weight: bold;
}
/* type1−ここまで */
/* type2　grayノーマル */
a.type2:link , a.type2:visited
{	/* グレー・下線なし */
	text-decoration:none;
	color:#666666;
	font-weight: normal;
}
a.type2:active , a.type2:hover
{	/* 緑・下線 */
	text-decoration:underline;
	color:#009900;
	font-weight: normal;
}
/* type2−ここまで */
/* pagetop　grayボールド */
a.pagetop{
	background-image:url(/images/yaji_01.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	font-size:11px;
	font-weight: bold;
}
a.pagetop:link , a.pagetop:visited
{	/* グレー・ボールド・下線なし */
	text-decoration:none;
	color:#666666;
}
a.pagetop:active , a.pagetop:hover
{	/* 緑・ボールド・下線 */
	text-decoration:underline;
	color:#60ACB1;
}
/* pagetop−ここまで */

/* リンク　ここまで */