/* CSS Document */

*{
	margin:0;
	padding:0;
	border:none;
	}
#page{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}	
#header{
	width:800px;
	}
#logo{
	width:250px;
	float:left;
	}
#logo img{
	margin:20px 30px;
	}
#navi{
	width:530px;
	float:right;
	border-bottom:#CCCCCC solid 2px;
	}
#navi h2{
	font-size:14px;
	width:124px;
	height:20px;
	margin-top:20px;
	text-align:center;
	float:right;
	}
#navi h2.last{
	width:150px;
	}
#navi a{
	color:#333333;
	text-decoration:none;
	display:block;
	}
#navi a:hover{
	background:url(images/arrow_l.gif) no-repeat left center;
	}
#flash{
	clear:both;
	width:800px;
	text-align:center;
	}
#footer{
	width:800px;
	margin:0;
	padding:0;
	font-size:10px;
	border-top:#CCCCCC solid 2px;
	float:left;
	}
#subnavi{
	width:420px;
	height:15px;
	float:left;
	}
#subnavi ul{
	list-style-type:none;
	}
#subnavi li{
	width:80px;
	height:15px;
	margin-top:3px;
	border-right:#CCCCCC solid 1px;
	text-align:center;
	float:left;
	}
#subnavi li.middle{
	width:100px;
	}
#subnavi li.last{
	width:135px;
	border:none;
	}
#subnavi a{
	color:#333333;
	text-decoration:none;
	display:block;
	}
#subnavi a:hover{
	background:url(images/arrow_s.gif) no-repeat left center;
	}	
address{
	width:375px;
	float:right;
	margin-top:3px;
	text-decoration:none;
	text-align:right;
	font-style: normal;
	font-variant: normal;
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
	}
address a{
	color:#333333;
	text-decoration:none;
	}
address a:hover{
	color:#cc3333;
	}


