@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

h1,h2,h3{
font-size:xx-small;
font-weight:normal;
overflow:hidden;
}
strong{
	font-weight:normal;
}

body{
margin:0;
padding:0;
text-align:center;
background:#996666;
}

#container{
margin:0 auto 0 auto;
padding:0;
width:650px;
text-align:left;
}

#header{
margin:0;
padding:0;
background:url(../img/header.jpg) no-repeat;
width:650px;
height:198px;
}

#header h1{
margin:36px 0 0 0;
padding:0 0 0 30px;
text-indent:-2000px;
float:left;
}
h1 a{
margin:0;
padding:0;
display:block;
width:154px;
height:50px;
background:url(../img/fukuda_title.gif) no-repeat;
}
#header h2{
margin:56px 0 0 54px;
padding:0;
background:url(../img/otaku.jpg) no-repeat;
width:199px;
height:63px;
text-indent:-3000px;
float:left;
}


#top_Navi{
	margin:0;
	padding:0;
	background:url(../img/html_bar.gif) no-repeat;
	width:650px;
	height:51px;
	list-style:none;

}
#top_Navi li{
	float:left;
	margin:26px 0 0 0;
	padding:0;
	font-size:xx-small;
	overflow:hidden;
}
#top_Navi #topback{
	display:block;
	width:120px;
	height:17px;
	background:url(../img/navi1_2.gif) no-repeat 0 0;
	text-indent:-3000px;
	margin:0 20px 0 330px;
}
#top_Navi #topback:hover{
	background:url(../img/navi1_2.gif) no-repeat 0 -17px;
}
#top_Navi #htmlback{
	display:block;
	width:152px;
	height:17px;
	background:url(../img/navi1_2.gif) no-repeat -120px 0;
	text-indent:-3000px;
}
#top_Navi #htmlback:hover{
	background:url(../img/navi1_2.gif) no-repeat -120px -17px;
}



/*
CSS Clear-fix

*/
div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div{ display: inline-block; }


/* Hides from IE-mac \*/
* html div{ height: 1%; }
div{ display: block; }
/* End hide from IE-mac */
