/* CSS Document */

.t_hon1{
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}
.t_hon1_nl{
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}
.t_hon1b{
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}
.t_hon2 {
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.t_hon_s{
	font-size: 10px;
	line-height: 130%;
	color: #000000;
}

.t_page_title{
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
}


.t_midashi_ss{
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	font-weight: bold;
}
.t_midashi_s{
	font-size: 14px;
	line-height: 180%;
	color: #000000;
	font-weight: bold;
}
.t_midashi_m{
	font-size: 18px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
}
.t_midashi{
	font-size: 24px;
	line-height: 120%;
	color: #000000;
}
.t_midashi_bd{
	font-size: 24px;
	line-height: 120%;
	color: #000000;
	font-weight: bold;
}
.t_red_bd{
	font-size: 14px;
	line-height: 180%;
	color: #cc0000;
	font-weight: bold;
}
.t_red_bd_reverse{
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#cc0000;
	padding:10px;
}

/* ------------- link ------------- */
a:link{ color:#000000; text-decoration:underline; }
	/* リンクの通常の状態*/
a:visited { color:#000000; text-decoration:underline; }
	/* 訪問済みリンクの状態*/
a:active { color:#990000; text-decoration:underline;}
	/* クリックした時の状態*/
a:hover { color:#990000; text-decoration:underline;}
	/* カーソルを合わせた状態*/