@charset "utf-8";

body {
	font-family: Arial;
	font-size: small;
	color: #000;
	background-color: #efefef;
}
.info_bg {
	background-color: #FFF;
	background-image: url(i/info_05.jpg);
	background-repeat: repeat-x;
	background-position: right middle;
	color:#333;
	text-align:left;
}
.mnu_bg {
	background-color: #FFF;
	background-image: url(i/mnu_06.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.mnu_item,.mnu_item2
{
	cursor:pointer;
	cursor:hand
}

#mnu,#mnu2 {
	display: none;
}
.blue
{
	color: #0061bc;	
}
.red
{
	color: #bc0000;	
}
.enter
{
	color:#bbbbbb;
	width:95%;
}
.btn
{
	width:98%;
}
.bulo_txt {
	font-size: large;
	font-weight: bold;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #400;
}
a:hover {
	text-decoration: underline 3px;
	color: #434;
}
a:visited {
	text-decoration: none;
	color: #433;
}
a:active {
	text-decoration: none;
	color: #400;
}
.cmnt
{
	color: #333;
	font-size:x-small;
}