/* トップページ */
#topDiv a:link {
	color: #2282EB;
	text-decoration: none;
}
#topDiv a:visited {
	color: #2282EB;
	text-decoration: none;
}
#topDiv a:hover {
	color: #EB1A1A;
	text-decoration: none;
}
#topDiv a:active {
	color: #EB6E65;
	text-decoration: none;
}

/* メイン */
#mainDiv a:link {
	color: #2282EB;
	text-decoration: none;
}
#mainDiv a:visited {
	color: #2282EB;
	text-decoration: none;
}
#mainDiv a:hover {
	border-top: 1px dotted #2282EB;
	border-bottom: 1px dotted #2282EB;
	color: #EB1A1A;
	text-decoration: none;
}
#mainDiv a:active {
	border-top: 1px dotted #2282EB;
	border-bottom: 1px dotted #2282EB;
	color: #EB6E65;
	text-decoration: none;
}

p.hp {font-size: 75%;	line-height: 150%; padding:0px; margin:0px;	text-align: right;}

.t70 {	font-size: 70%;	line-height: 150%;}
.t75 {
	font-size: 12px;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.t80 {	font-size: 80%;	line-height: 160%;}
.t90 {	font-size: 90%;	line-height: 160%;}
.t100 {	font-size: 100%;	line-height: 160%;}
.whitestg {	font-weight: bold;	color: #FFFFFF;}
.white {	color: #FFFFFF;}
.orastg {	font-weight: bold;	color: #FF6633;}

/* メニュー */
#menuDiv a:link {
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 15px;
}
#menuDiv a:visited {
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 15px;
}

#menuDiv a:hover {
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 15px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat;
}
#menuDiv a:active {
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF0000;
	text-decoration: none;
	padding:0px 15px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}

/* サブメニュー */
#submenuDiv a:link {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-decoration: none;
	display: block;
	width: auto;
	padding-left: 10px;
}
#submenuDiv a:visited {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-decoration: none;
	display: block;
	width: auto;
	padding-left: 10px;
}

#submenuDiv a:hover {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-decoration: none;
	background: #eeeeee; 
	url(../images/allow.gif) no-repeat 170px 6px;
	display: block;
	width: auto;
	padding-left: 10px;
}
#submenuDiv a:active {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #ed7500;
	text-decoration: none;
	background: url(../images/allow.gif) no-repeat 170px 6px;
	display: block;
	width: auto;
	padding-left: 10px;
}


/* フッター */
#bottomDiv p.ntvlink {
	font: 75% Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	border: none;
}

#bottomDiv p.copy {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}
#bottomDiv a:link {
	color: #2282EB;
	text-decoration: none;
}
#bottomDiv a:visited {
	color: #2282EB;
	text-decoration: none;
}
#bottomDiv a:hover {
	border-top: 1px dotted #2282EB;
	border-bottom: 1px dotted #2282EB;
	color: #EB1A1A;
	text-decoration: none;
}
#bottomDiv a:active {
	border-top: 1px dotted #2282EB;
	border-bottom: 1px dotted #2282EB;
	color: #EB6E65;
	text-decoration: none;
}

/*グッズ*/
#mainDiv p.goodsname {
	font-size: 75%;
	color: #cccccc;
	line-height: 110%;
}
#mainDiv p.goodsprice {
	font-size: 75%;
	color: #333333;
	line-height: 110%;
	font-weight: bold;
}
#mainDiv a.goodslink:link {
	color: #ffffff;
	text-decoration: none;
	border: none;
}
#mainDiv a.goodslink:visited {
	color: #ffffff;
	text-decoration: none;
	border: none;
}
#mainDiv a.goodslink:hover {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}
#mainDiv a.goodslink:active {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}