@charset "utf-8";


/* リセット
--------------------------------------------------------------------------------------------------------------------*/
* body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,form,dl,dt,dd,div,table,tr,th,td{
	margin: auto;
	padding: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 1.3;
}

* span,a,abbr,em,strong,img{
	border: 0;
	font-style: normal;
	text-decoration: none;
}


/* <body>
--------------------------------------------------------------------------------------------------------------------*/
body{
	margin:0px;
	text-align:center;
	background: url() #fff ;
}

a:link , a:visited , a:hover , a:active{
	color: #006699;
	text-decoration: underline;
}

#container{
	color:#333;
	margin: 0 auto;
	text-align:left;
	background: url() ;
	width:100%;
}

#main{
	padding:25px 0px 0px 0px;
	margin-bottom:20px;
}

.swf{
	height:500px;
}

#swf{
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
}

/* <h>
--------------------------------------------------------------------------------------------------------------------*/
h1{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	margin:0px;
	width:400px;
}


/* ヘッダー
--------------------------------------------------------------------------------------------------------------------*/
#g_navi{
	float:left;
	width:720px;
}

#g_navi li{
	float:left;
}

#h_navi{
	float:right;
	width:130px;
	margin-right:8px;
}

#h_navi li{
	float:right;
	margin-left:15px;
}


/* フッター
--------------------------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	padding-top:10px;
	width:200px;
}

