@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

h1,h2,h3{
	font-size:xx-small;
	overflow:hidden;
}
strong{
	font-weight:normal;
}
span{
	text-transform:uppercase;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#966;
}
#container{
	margin:0 auto 0 auto;
	padding:0;
	width:650px;
	text-align:left;
	background:url(../../img/h_backrepeat.jpg) repeat-y;
}
#header{
	width:650px;
}
#header_link{
	margin:0;
	padding:0;
	background:url(../../img/h_header_title.jpg) no-repeat;
	width:309px;
	height:140px;
	float:left;
}
#header_link h1{
	margin:75px 0 0 91px;
	padding:0;
	text-indent:-2000px;
}
#header_link h1 a{
	display:block;
	width:165px;
	height:40px;
	background:url(../../img/header_h1.jpg) no-repeat;
}


#header ul{
	margin:0;
	padding:0;
	background:url(../../img/h_head_navi.jpg) no-repeat;
	width:341px;
	height:24px;
	float:left;
	font-size:xx-small;
	overflow:hidden;
}
#header li{
	list-style:none;
	float:left;
	margin:5px 0 0 0;
}
#header #top{
	margin:0 20px 0 50px;
	padding:0;
	background:url(../../img/topnavi11.gif) no-repeat 0 0;
	width:105px;
	height:15px;
	text-indent:-3000px;
	display:block;
}
#header #top:hover{
		background:url(../../img/topnavi11.gif) no-repeat 0 -15px;
}
#header #fla{
	margin:0;
	padding:0;
	background:url(../../img/topnavi11.gif) no-repeat -115px 0;
	width:138px;
	height:15px;
	text-indent:-3000px;
	display:block;
}
#header #fla:hover{
		background:url(../../img/topnavi11.gif) no-repeat -115px -15px;
}
h2{
	margin:0;
	padding:0;
	background:url(../../img/h_h2.jpg) no-repeat;
	width:341px;
	height:51px;
	float:left;
	text-indent:-2000px;
}


/*
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 */
