/*　基本構造　*/

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	background: url(../images/100108_bg.jpg) no-repeat center top;
	background-color: #000000;
	color: #ffffff;
	}
	
div#wrapper{
	width: 810px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　リンク　*/

a:link{
	color: #04a0fa;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #16d4fd;
	text-decoration: none;
	}
	
.text12px{
	font-size: 12px;
	}
	
.text-red{
	color: #F22534;
	font-weight:bold;
	letter-spacing:1px;
	}	

	
/*　フッタ　*/

div#foot{
	width: 100%;
	height: 290px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	}
	
/*　コメント　*/

div.comment{
		margin: 30px auto;
}

div.comment p{
		color:#333;
}

.text16px{
		font-size: 20px;
		font-weight: bold;
}
	
