* { margin:0;
	padding:0;
}

body{
font-family: osaka; color: #333333; font-size: 12px; line-height: 16px;
}
A:link { text-decoration:underline;color:#000000; }       
A:visited { text-decoration:underline;color:#000000;}
A:hover { text-decoration:underline; color:#FF9900;}

#sidecont A:link { text-decoration:none;color:#000000; }       
#sidecont A:visited { text-decoration:none;color:#000000;}
#sidecont A:hover { text-decoration:none; color:#FF9900;}

#container{
	width:100%;
	background: url(../img/hedder_bg.jpg) repeat-x;

}
#header {
	position:relative;
	width:800px;
	height:90px;
	text-align:left;
	margin:0 auto 0px auto;
}

#header .logo{
	position:absolute;
	left:0;
	top:64px;
	margin:0 0 0 0;
}
/*ロールオーバーナビ*/
#header ul{
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	right:10px;
	top:73px;
	list-style-type:none;
}
#header ul  img{
	visibility: hidden;	}
#header li{
	float:left;
	margin:0 0 0 0;
	width:75px;
	height:16px;
	overflow: hidden;
	}
.ro_home{
	width:75px;
	position:absolute;
	right:0px;
	top:-17px;
	left: 152px;
}
.ro_ad a,.ro_dev a,.ro_bow a,.ro_home a{
	display:block;
	overflow: hidden;
	width:100%;
	height:0 !important;
	height/**/:16px;
	padding-top:16px;
	
}
.ro_ad a{background: url(../img/ro_ad.gif) left top ;}
.ro_ad a:hover{background-position: 0px -16px;}
.ro_dev a{background: url(../img/ro_dev.gif) left top ;}
.ro_dev a:hover{background-position: 0px -16px;}
.ro_bow a{background: url(../img/ro_bow.gif) left top ;}
.ro_bow a:hover{background-position: 0px -16px;}
.ro_home a{background: url(../img/ro_home.gif) left top ;}
.ro_home a:hover{background-position: 0px -16px;}


/*end*/

#footer{
	clear:both;
	width:700px;
	margin:0px auto 0px auto;
}
#copyright{
	width:700px;
	margin:0px auto 0px auto;
	font-size:10px;
	text-align:right;
	border-top:solid #CCCCCC 1px;
}
#footer ul{
	margin:0px auto 0px auto;
	width:700px;
	padding:0;
	text-align:right;
}
#footer li{
	display:inline;
	font-family: osaka; font-size: 10px;
	margin: 5px 0 0 3px;
	padding-left: 15px;
	background: url(../img/listmark.gif) left center no-repeat;
}

