/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-y center top;
	
	background-color: #fcd6ea;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
.comment{
	padding-top: 20px;
}

.red16px{
		color:#C30;
		font-size: 16px;
}

.red14px{
		color:#C30;
		font-size: 14px;
}

.text12px{
		font-size: 12px;
}

/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　フッタ　*/

#foot{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
	}
	
.gray{
	color: #999;
}
