@charset "euc-jp";



/* styleswich */
.fontswich{
	font-size: 10pt;
	line-height: 1.0em;
	/* \*/
	overflow:hidden;
	/* */
}

.font_s{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/bt_font_s_over.gif) no-repeat center;
	text-indent: -9999px;
}


.font_m, .font_m a{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/bt_font_m.gif) no-repeat center;
	text-indent: -9999px;
}

.font_m a:hover{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/bt_font_m_over.gif) no-repeat center;
	text-indent: -9999px;
}


.font_l, .font_l a{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/bt_font_l.gif) no-repeat center;
	text-indent: -9999px;
}

.font_l a:hover{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/bt_font_l_over.gif) no-repeat center;
	text-indent: -9999px;
}



/* フォントサイズ */


.small{
	font-size: 7pt;
	line-height: 1.2em;
}
.medium{
	font-size: 8pt;
	line-height: 1.6em;
}
.large{
	font-size: 10pt;
	line-height: 1.4em;
	color: #204DB5;
	font-weight: bold;
}



.bul{
	padding-top: 3px;
	text-align: center;
	width: 15px;
}

.date{
	font-size: 8pt;
	line-height: 1.6em;
	padding-right: 10px;
}

.tit_s {
	font-size: 8pt;
	line-height: 1.6em;
	font-weight: bold;
	background-image: url(../img/bg_tit_s.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #BBC9E7;
	text-indent: 5px;
	margin-bottom: 5px;
}
