/* foxy-tokyo css */
a:link,a:visited{
	color: #ffffff;
	text-decoration: underline;
}
a:hover,a:active{
	color: #ffffff;
	text-decoration: none;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
}
.mb5{	margin-bottom: 5px;}
.mb10{	margin-bottom: 10px;}
.mb15{	margin-bottom: 15px;}
.mb20{	margin-bottom: 20px;}
.mb35{	margin-bottom: 35px;}
.ml50{	margin-left: 50px;}
.mt20{	margin-top: 20px;}
.pr30{
	padding-right: 30px;
}
img{	border: none; vertical-align: bottom }
p{	line-height: 170%; }
.clear{	clear: both;}
.center{
	text-align: center;
}
.right{	text-align: right;}
.left{	text-align: left;}
.bold{
	font-weight: bold;
}
.caution{
	color: red;
}
body{
	position: relative;
	top: 0px;
}
#container{
	width: 820px;
	height: 216px;
	padding: 0 0 0 10px;
	margin: 20px auto 0 auto;
	/*border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	position: relative;
	top: 0px;
	}

h1{
	background: transparent url(../img_common/logo.jpg) no-repeat; 
	text-indent: -9999px;
	width: 361px;
	height: 163px;
	position: relative;
	top: 0px;
}
h1 a{
	background: transparent url(../img_common/logo.jpg) no-repeat; 
	text-indent: -9999px;
	width: 361px;
	height: 163px;
	display: block;

}
#navigation{
	position: absolute;
	top: 177px;
}
#navigation ul{
	padding: 0px;

	width: 336px;
	height: 25px;
	list-style: none;
	overflow: hidden;
	float: left;
}
#navigation li a{
	position: absolute;
	height: 25px;
	overflow: hidden;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
	top: 0;
}
li#menu01 a{
	background: #ffffff url(../img_common/menu.gif) no-repeat; 
	width:112px;
	left: 0px;
}
li#menu02 a{
	background: #ffffff url(../img_common/menu.gif) -112px 0px no-repeat; 
	width:112px;
	left: 112px;
}
li#menu03 a{
	background: #ffffff url(../img_common/menu.gif) -224px 0px no-repeat; 
	width:112px;
	left: 224px;
}
li#menu04 a{
	background: #ffffff url(../img_common/menu.gif) -336px 0px no-repeat; 
	width:112px;
	left: 336px;
}
li#menu05 a{
	background: #ffffff url(../img_common/menu.gif) -448px 0px no-repeat; 
	width:112px;
	left: 448px;
}
li#menu06 a{
	background: #ffffff url(../img_common/menu.gif) -560px 0px no-repeat; 
	width:112px;
	left: 560px;
}
li#menu07 a{
	background: #ffffff url(../img_common/menu.gif) -672px 0px no-repeat; 
	width:111px;
	left: 672px;
}
li#menu01 a:hover{	background: #ffffff url(../img_common/menu.gif) 0 -25px no-repeat; }
li#menu02 a:hover{	background: #ffffff url(../img_common/menu.gif) -112px -25px no-repeat; }
li#menu03 a:hover{	background: #ffffff url(../img_common/menu.gif) -224px -25px no-repeat; }
li#menu04 a:hover{	background: #ffffff url(../img_common/menu.gif) -336px -25px no-repeat; }
li#menu05 a:hover{	background: #ffffff url(../img_common/menu.gif) -448px -25px no-repeat; }
li#menu06 a:hover{	background: #ffffff url(../img_common/menu.gif) -560px -25px no-repeat; }
li#menu07 a:hover{	background: #ffffff url(../img_common/menu.gif) -672px -25px no-repeat; }

li#menu01 .menu_on{	background: #ffffff url(../img_common/menu.gif) 0 -25px no-repeat;!imporatnt }
li#menu02 .menu_on{	background: #ffffff url(../img_common/menu.gif) -112px -25px no-repeat;!imporatnt }
li#menu03 .menu_on{	background: #ffffff url(../img_common/menu.gif) -224px -25px no-repeat;!imporatnt }
li#menu04 .menu_on{	background: #ffffff url(../img_common/menu.gif) -336px -25px no-repeat;!imporatnt }
li#menu05 .menu_on{	background: #ffffff url(../img_common/menu.gif) -448px -25px no-repeat;!imporatnt }
li#menu06 .menu_on{	background: #ffffff url(../img_common/menu.gif) -560px -25px no-repeat;!imporatnt }
li#menu07 .menu_on{	background: #ffffff url(../img_common/menu.gif) -672px -25px no-repeat;!imporatnt }
.fl{
	float: left;
}

