body	{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	font-size: 12px;
}
A 	{
	text-decoration: none;
}
A:hover	{
	color: #ee8c4e; 
}
.menu_item	{
	color: #ffffff;
	background: #77bb77;
	line-height: 20px;
	width: 120px;
	text-align: center;
}

.box	{
	width: 120px;
	line-height: 20px;
	text-align: center;
}
	
body	 {
	margin: 20px;
	padding: 0px;
}
#header	{
	width: 620px; 
}
#header_left	{
	width: 270px;
	float: left;

}
#header_center	{
	width: 180px;
	float: left;
}
#header_right	{
	width: 150px;
	float: right;
}
#navi_bar	{
	clear: both;
	width: 640px; 
}


#navi_bar	 a	{
	display: block;
	float: left;
	color: #ffffff;
	margin-right: 4px;
	background: #77bb77;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	width: 120px;
	text-align: center;
	border: solid 1px #339933;
}

#navi_bar	a:hover {
	color: #ee8c4e; 
	background-color: #663333;
}


#horizontal_rule	{
	clear: both;
	height:1px; 
	width:626px; 
	background-color:#888888;
	border:solid 1px #ffffcc;
	border-right-width: 0px;
	border-left-width: 0px;
}


#content	{
	width: 620px;
}

#menu	{
	width: 520px;
	float: left;
	padding-top: 20px;
	border-left: solid 50px #dadda6;
}

#menu	li	{
	list-style-image:url(flower_green.gif);
}

#submenu	{
	margin-top: 10px;
}

#submenu	li	{
	/*
	list-style-image:url(flower_blue.gif);
	*/
	list-style-image:url(square_blue.gif);
}

#footer	{
	width: 620px;
}


