
/* ----------- ナビゲーション ------------- */

.navi{
	font-size: 11px;
	/* font-size: 80%; */
	color: #333333;
	text-decoration: none;
	/* font-weight: bold; */
	/* letter-spacing: 3px; */
	font-family: sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 2px;
	}
	a.navi {   color: #333333; text-decoration: none; display: block; width: 100%;}
	a.navi:visited {  color: #333333; text-decoration: none;}
	a.navi:hover {  color: #000000; background-color: #D4D4D4; text-decoration: none;}


.pagetop {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	font-family: sans-serif;
	color: #666666;
	padding: 0px 10px 0px 3px;
	}
	a.pagetop: {color: #66666; text-decoration: none;}
	a.pagetop:active {color: #666666; text-decoration: none;}
	a.pagetop:visited {color: #666666; text-decoration: none;}
	a.pagetop:hover {color: #FF6600; text-decoration: none;}

.bkw {
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	color: #FFFFFF;
	padding: 2px 0px 2px 4px;
	}
	a.bkw {color: #FFFFFF; text-decoration: none;}
	a.bkw:active {color: #FFFFFF; text-decoration: none;}
	a.bkw:visited {color: #FFFFFF; text-decoration: none;}
	a.bkw:hover {color: #FF6600; text-decoration: none;}


/* ----------- 一般リンク色 ------------- */

a {color: #55555; text-decoration: underline;}
a:active {color: #55555; text-decoration: underline;}
a:visited {color: #55555; text-decoration: underline;}
a:hover {color: #FF6600; text-decoration: none;}

/* ----------- 本文 ------------- */

.main {
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	color: #55555;
	padding: 5px 30px 5px 5px;
	}

.mainBold {
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	font-family: sans-serif;
	color: #55555;
	}

.normal {
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	color: #555555;
	}

.caption {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	font-family: sans-serif;
	color: #666666;
	}

.top {
	font-size: 90%;
	font-weight: normal;
	line-height: 140%;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	padding: 5px 10px 0px 5px;
	}


.spec {
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
	font-family: "ＭＳ ゴシック", Osaka, sans-serif;
	color: #666666;
	}





