/* メニュー */

a.tag_a0, a.tag_a1 { font-size:12px; float:left;}
div.tag_R { padding:8px; clear:both; cursor:pointer; display:block;}

a.tag_a0 div.tag_L { background:url('/img/index/tag/a0_L.gif') no-repeat center left;}
a.tag_a0 div.tag_R { background:url('/img/index/tag/a0_R.gif') no-repeat center right;}

a.tag_a1:link div.tag_L, a.tag_a1:visited div.tag_L { background:url('/img/index/tag/a1_L_off.gif') no-repeat center left;}
a.tag_a1:hover div.tag_L, a.tag_a1:active div.tag_L { background:url('/img/index/tag/a1_L_on.gif')  no-repeat center left;}
a.tag_a1:link div.tag_R, a.tag_a1:visited div.tag_R { background:url('/img/index/tag/a1_R_off.gif') no-repeat center right;}
a.tag_a1:hover div.tag_R, a.tag_a1:active div.tag_R { background:url('/img/index/tag/a1_R_on.gif')  no-repeat center right;}


/* マウスオン画像切換 */
A:hover.onMouse,
A:active.onMouse {
	_width: auto;	/* IEのバグ対策 */
	/* IEはA:hoverやA:activeにサイズ指定しないと画像が切換らない */
}

IMG.onMouseOver,
IMG.onMouseOut {
	/* 画像の枠線なし */
	border: 0;
}
A:link    IMG.onMouseOver,
A:visited IMG.onMouseOver {
	display: none;
}
A:hover   IMG.onMouseOver,
A:active  IMG.onMouseOver {
	display: inline;
}
A:link    IMG.onMouseOut,
A:visited IMG.onMouseOut {
	display: inline;
}
A:hover   IMG.onMouseOut,
A:active  IMG.onMouseOut {
	display: none;
}


	/* 文字とかのスタイル */

.size1{line-height:15pt;font-size:12pt;color:#4871C8;}
.size2{line-height:18pt;font-size:12pt;}


DIV.texta {
 font-size: 10pt;
}
DIV.textb {
 font-size: 12pt;
 font-family: cursive
}
DIV.menu {
 filter: Shadow(Color=gray, Direction=135, Strength=3);
 height: 1em;
 color: black;
 padding: 0.1em;
 font-family: serif;
 font-weight: 900;
 font-size: 11pt;
 text-decoration: none;
}

P.texta {
 font-size: 16pt;
 font-weight: bold;
 font-family: cursive
}
P.textb {
 font-size: 9pt;
 color: blue;
}
P.textc {
 font-weight: bold;
}
P.textd {
 color: lavender;
 font-size: 16pt;
 font-family: cursive;
}
P.texte {
 color: yellow;
 font-size: 16pt;
 font-family: cursive;
}
P.textf {
 color: indigo;
 font-weight: bold;
 font-size: 16pt;
}
P.textg {
 font-size: 10pt;
 color: blue;
}
P.texth {
 font-size: 14pt;
 color: red;
}
P.logo {
 filter: Shadow(Color=gray, Direction=135, Strength=3);
 height: 1em;
 color: black;
 padding: 0.1em;
 font-family: sans-serif;
 font-weight: 900;
 font-size: 16pt;
}

A:hover {
 color: indianred; 
}
