/* CSS Document */

.t_midashi_m{
	font-size: 20px;
	line-height: 120%;
	color: #2E982F;
	font-weight: bold;
}
.t_midashi_m2{
	font-size: 14px;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
}
.t_midashi_s_gr{
	font-size: 13px;
	line-height: 120%;
	color: #2E982F;
	font-weight: bold;
}
.t_midashi_s_or{
	font-size: 13px;
	line-height: 120%;
	color: #EF6B00;
	font-weight: bold;
}
.t_midashi_s_bk{
	font-size: 13px;
	line-height: 120%;
	color: #111111;
	font-weight: bold;
}
.t_hon1{
	font-size: 12px;
	line-height: 180%;
	color: #333333;
}
.t_hon1_b{
	font-size: 13px;
	line-height: 180%;
	color: #111111;
	font-weight: bold;
}
.t_hon1_w{
	font-size: 12px;
	line-height: 180%;
	color: #ffffff;
}
.t_hon1_s{
	font-size: 10px;
	line-height: 120%;
	color: #333333;
}
.t_copy{
	font-size: 24px;
	line-height: 100%;
	color: #666666;
	font-weight: bold;
}

.t_midashi_m_16_bl{
	font-size: 16px;
	line-height: 180%;
	color: #2366AC;
	font-weight: bold;
}


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