/* 凡例フォントサイズ */
.pix12 {
	font-size: 12px;
	line-height: 15px;
}
.pix14 {
	font-size: 14px;
	line-height: 20px;
}
.pix13b {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
.pix14b {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.pix16 {
	font-size: 16px;
	line-height: 20px;
}
.camera12 {
	font-size: 12px;
	line-height: 20px;
}
.copy_tbl {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}


/* メインボタン */
.main_btn ,.main_btn a{
	width:190px;
	height:25px;
	text-decoration: none;
	float:left;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background-position: center center;
	color: #003399;
	background-image: url(./image/btn_190off.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.main_btn,.main_btn a:hover {
	background-position: center center;
	font-size: 13px;
	line-height: 25px;
	color: #003399;
	background-image: url(./image/btn_190on.gif);
	background-repeat: no-repeat;
}

/* 携帯webリンク集 */
.kei_sikiri {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #8092C4;
}
.kei_ttl {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	text-align: center;
	float: left;
	height: 20px;
	width: 200px;
	padding: 2px;
}
