
/*=================================================
* ΑWy[Wέθ
* ================================================= */

/* --- wiGWEΆEEρΉ GO TO TOPp--- */
.menu_red{
	width: 100%;
	background-color: #993300;
	color: #ffffff;
	text-align: right;
	
}

.menu_red a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu_red a:visited {
	color: #ffffff;
	text-decoration: none;
}


/* --- wiEΆsN --- */

.menu_white{	
	border-radius: 6px;         /* CSS3 */
    -moz-border-radius: 6px;    /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border: 1px #666 solid;     /* gόΜό */
    background-color: #ffffff;   /* wiF */
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	color: #ff0099;
}

.menu_white a:link {
	color: #ff0099;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.menu_white a:visited {
	color: #ff0099;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
/* --- wiEΆiNΝsNj --- */

.menu_black{	
	border-top-left-radius: 6px;         /* CSS3 */
	border-top-right-radius: 6px;         /* CSS3 */
    -moz-border-top-left-radius: 6px;    /* Firefox */
	-moz-border-top-right-radius: 6px;    /* Firefox */
    -webkit-border-topleft-radius: 6px; /* Safari,Chrome */
	-webkit-border-topright-radius: 6px; /* Safari,Chrome */
    border: 1px #666 solid;     /* gόΜό */
    background-color: #ffffff;   /* wiF */
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.menu_black a:link {
	color: #ff0099;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.menu_black a:visited {
	color: #ff0099;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
