@charset "utf-8";
/* CSS Document */

<!--
.main { font-size: 10pt; line-height: 12pt }
.sub { font-size: 8pt; line-height: 10pt }
A:link  {
	color: #000000;
	text-decoration: none
}
A:visited  {
	color: #000000;
	text-decoration: none
}
A:active  {
	background-color:#CCCCCC;	
	color: #FF0000;
	text-decoration: underline;
}
A:hover  {
	color: #FF0000;
	text-decoration: underline;
}
-->

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../../indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../../indentbg2.gif) center center repeat-x;
}

body {
	background-color: #CCCCCC;
	background-image: url();
	background-repeat: no-repeat;
}
.main1 {font-size: 10pt; line-height: 11pt }
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
}
.style9 {color: #CC0000}
.style12 {font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3; color: #cc0000;}

        -->
		/* Side Catgory */
.catgory{
	background-image:url(../all-image/side_back.jpg);
	background-repeat:repeat-x;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:14px;
}
.catgory_m{
	background-image:url(../all-image/side_back_c.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color:#FF0000;
}
.catgory_a{
	background-color:#999999;
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	size:10PX;
}
.style13{color:#FF0000;}
