@charset "utf-8";
/*-------------------------------------------*/
/* CSS Document */
/*-------------------------------------------*/
/*タグリセット開始*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: normal;
}
q:before,q:after{content:'';}
img {
	vertical-align: bottom;
	border:0;
}
a {
	color: #02AECF;
	text-decoration: none;
}
a:hover {
	color: #88E3F9;
	text-decoration: none;
}
/*タグリセット終了*/
#header{
height:50px;
}
body{
background-image:url(background.jpg);
background-repeat:repeat-x;
}
#container{
width:780px;
margin-left:auto;
margin-right:auto;
}
#swf{
}
#footer{
width:780px;
}

#footer img{
padding:10px;
}.footertxt {
	font-size: 10px;
	line-height: 150%;
	color: #02AECF;
	margin: 5px 0px;
}
