@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
a:link{
	color: #ff8080;
	text-decoration: none; 
}
a:visited{
	color: #666666;
	text-decoration: none; 
}
a:hover{
	color: #ff8080;
	text-decoration: underline; 
}
a:active{
	color: #333333;
	text-decoration: none; 
}
body{
	background-color: #000000;
	background-image: url(../img/haikei.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li{
	list-style: none;
}
h1, h2, h3, p, input, textarea{
	font-size: 100%;
	font-weight: normal;
	color: #ffffff;
}
img{
	border: 0;
	vertical-align: bottom;
}
body{
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000000;
}
#content{
	width: 980px;
	margin: 0 auto;
}
#header{
	width: 980px;
	height: 100px;
	position: relative;
}
#header ul{
	width: 980px;
	float: left;
}
#header ul li{
	float: left;
}
h1{
	float: left;
	width: 350px;
	margin: 10px 0;
}
#header p{
	float: left;
	width: 625px;
	height: 20px;
	margin-top: 60px;
	text-align: right;
	vertical-align: bottom;
}
#visual{
	width: 720px;
	height: 400px;
	margin: 40px 10px 0 0;
	background: url(../img/bluemozaiku.png) no-repeat left top;
	float: left;
}
#main{
	width: 980px;
	overflow: auto;
	background: url(../img/mainback.png) no-repeat left top;
	float: left;
}
#footer{
	width: 980px;
	height: 90px;
	margin-top: 20px;
	clear: both;
	background: url(../img/copyright.jpg) no-repeat;
}
#footer p{
	text-align: center;
	padding-top: 66px;
	color: #ffffff;
}
#ad1{
	text-align:center;
	margin: 50px 0 0 0;
}
#ad2{
	text-align:center;
	margin: 20px 0 20px 0;
}
.clearer{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
#side li{
	overflow: hidden;
}
.text_red{
	color: #C00;
}

.text_white{
	color: #FFF;
}