
﻿ @charset "utf-8";
/* CSS for [MENU_TOP] = .menu_top */

.menu_top{
	width: 800px;
	height:32px;
   text-align: center;
}

.menu_top ul{
   margin: 0px;
   padding:10px 0px 0px 0px;   
   list-style-type:none;
   width: 100%;
   height:32px;
   
}
.menu_top li{
	display: inline;
	margin: 0px;
	padding: 0px 20px;
	
}
.menu_top li a{
	display: inline;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
.list_02{
	background: url('/images/basic/jpn/header/menu_top_li_bg.gif') top right no-repeat;
	padding: 10px 20px 0px 20px;
}

