* { margin : 0 ; padding : 0 ; }
BODY {
	font-family: Meiryo, Verdana, Arial;
	font-size: 13px;
	width: 100%;
	text-align: left;
	
}

td {font-size: 13px;}

h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

.contentarea 
{
	width: 820px;
	text-align: left;
}

.left-menu
{
	font-family: Meiryo, Verdana, Arial;
	font-size: 13px;
	height: 34px;
	width: 102px;
	color: white;
	cursor: pointer;
	background-image:url(./images/home_btn.png);
	background-position: top left;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	float: left;

}

.center-menu
{
	font-family: Meiryo, Verdana, Arial;
	font-size: 13px;
	height: 34px;
	width: 102px;
	color: white;
	cursor: pointer;
	background-image:url(./images/center_btn.png);
	background-position: top left;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	float: left;

}

.right-menu
{
	font-family: Meiryo, Verdana, Arial;
	font-size: 13px;
	height: 34px;
	width: 102px;
	color: white;
	cursor: pointer;
	background-image:url(./images/right_btn.png);
	background-position: top left;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	float: left;

}

.selected-menu
{
	font-family: Meiryo, Verdana, Arial;
	font-size: 13px;
	height: 34px;
	width: 102px;
	color: white;
	cursor: pointer;
	background-image:url(./images/toggled_btn.png);
	background-position: top left;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	float: left;

}
a.left-menu:hover, a.center-menu:hover, a.right-menu:hover
{
	background-position: top right;

}

li.list		{list-style: disc; margin-left: 26px;}
li.olist	{list-style: circle; margin-left: 26px;}
li.numbering	{list-style: decimal; margin-left: 26px;}

#globalNavi { height: 34px; padding-top: 7px; text-align: center; }  

#nav ul, #nav li	{ margin:0; padding:0; }

#nav { width: 820px; margin: 0 0; position: relative; line-height:1; text-align: left; }
#nav li { list-style: none; float: left; position: relative; }

#nav ul { display: none; position: absolute; top: 29px; left: 0;}
* html #nav ul { line-height: 0; }
#nav ul li { float: none; }

#nav ul { width: 120px; margin-top: 5px;}
#nav ul ul { top: 0; left: 121px; }
#nav ul a { 
	display: block;
	width: 130px;
	background:#ffaa40;
	padding: 10px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	text-decoration: none;
	
}
#nav ul a.hover { background: #ffcc60; }  