/* CSS Document */

@charset "Shift_JIS";
/* CSS 文字コード指定 */

*{
	margin: 0;
	padding: 0;
}

/***********************************************/

/* ■■ 横メニュー用 ■■ */

#horimenu ul ,#horimenu li {
	margin: 0;
	padding: 3px 8px;
	list-style: none;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	float: left;
}

#horimenu li {
float: right;
background-color: #94CB10;
border: 1px outset #94CB10;
margin-right: 1px;
}

#horimenu a, #horimenu a:link, #horimenu a:visited {
text-decoration:underline;
color:#FFFFFF;
background-color:transparent;
width: auto;
height: auto;
text-align:center;
padding: 2px 0;
display:block;
}

#horimenu a:hover {
color:#E82430;
width: auto;
height: auto;
text-align:center;
padding: 2px 0;
display:block;
}

/* ■■ 横メニュー用 修正用 ■■ */

.yokomenu {
	height: 20px;
	width: 800px;
	background-color: #FFFFFF;
	white-space: nowrap;
	display: block;
	background-image: url(../co-img/menu_back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}


/***********************************************/

/* ■■ 縦メニュー用 ■■ */

.vertmenu {
	height: auto;
	width: 180px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-image: url(../co-img/menu_body.gif);

}

.vertmenu h3 {
	height: 25px;
	width: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	line-height: 1.5em;
	background-color: #CFEB70;
	border: 1px ridge #94CB10;
	color: #005929;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}


.vertmenu li {
	list-style:none;
	width:auto;
	height:auto;
	padding:5px 10px;
	color: #0E1391;
	display: inline;

}

.ind {
	text-indent: -0.8em;
}



.vertmenu a, .vertmenu a:link .vertmenu a:visited{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFDE;
	display: block;
	height: auto;
	width: 168px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-top: 1px outset #CFEB70;
	border-right: 1px outset #94CB10;
	border-bottom: 1px outset #94CB10;
	border-left: 1px outset #CFEB70;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	font-weight: bold;

}


.vertmenu a:hover{
	color: #E82430;
	background-color: #CFEB70;
	border-top: 1px inset #94CB10;
	border-right: 1px inset #005929;
	border-bottom: 1px inset #005929;
	border-left: 1px inset #94CB10;
	text-decoration: underline;

}

.vertmenu_home {
	height: auto;
	width: 180px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;

}

.vertmenu_home li {
	list-style:none;
	width:auto;
	height:auto;
	padding:5px 10px;
	color: #0E1391;
	display: inline;

}

.ind {
	text-indent: -0.8em;
}



.vertmenu_home a, .vertmenu_home a:link .vertmenu_home a:visited{
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	width: 168px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-top: 1px outset #CFEB70;
	border-right: 1px outset #94CB10;
	border-bottom: 1px outset #94CB10;
	border-left: 1px outset #CFEB70;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	font-weight: bold;
	background-image: url(../co-img/menu_backarrow.gif);
	background-repeat: no-repeat;
	background-position: center center;

}


.vertmenu_home a:hover{
	color: #E82430;
	border-top: 1px inset #94CB10;
	border-right: 1px inset #005929;
	border-bottom: 1px inset #005929;
	border-left: 1px inset #94CB10;
	text-decoration: underline;
	background-image: url(../co-img/menu_backarrow.gif);

}
