/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-size:80%;
	color:#FFFFFF;
}

img{
	border:0;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
margin:0;
font-style:normal;
padding:0;
}

a{
	color:#FF0000;
}

a:hover{
	color:#660099;
}

a:active{
	color:#660099;
}

/* imghack */

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
line-height:0;  
}

.clearfix{
display:inline-block;
}

/* index */

.hanshita a{
	margin-left:500px;
	width:158px;
	height:23px;
	background:url(hanshita_btn.jpg) no-repeat;
	display:block;
	text-indent:-1000em;
}

#wrapper{
	width:100%;
	padding-top:50px;
	font-size:80%;
	text-align:center;
	background:url(bg.jpg) repeat-x;
}

#wrapper .flash{
	width:960px;
	margin:0 auto;
	height:423px;
}

#footer{
	width:960px;
	margin:0 auto;
	padding-top:20px;
	margin-bottom:30px;
	text-align:left;
}

#footer .copyright{
	float:left;
	color:#999999;
}

#footer .copyright p{
	margin-bottom:10px;
}

#footer .application{
	float:right;
}


