table {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 15px;
	line-height: 1.7em;
}

.text_small {font-size: 90%;}



/* リンク */
a:link{
	text-decoration: none;
}

a:hover{
	color:#708FF3;
	text-decoration: none;
}

a:active{
	color:#708FF3;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

/* ナビ用リンク */
.link_navi {
	font-weight: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* タイトル用リンク */

#navi1 a:link{color:#FFFFFF;}
#navi1 a:hover{
	color:#FFFF99;
	text-decoration: underline;
}
#navi1 a:active{
	color:#FFFF99;
}
#navi1 a:visited{color:#FFFFFF;}


/* リスト（1段目項目タイトル、2段目から下げるもの） */
.list_10 {
	text-indent: -10px;
	padding-left: 10px;
}
.list_20 {

	text-indent: -20px;
	padding-left: 20px;
}
/* イメージ用 */
.float-r {
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.float-l {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

