/*　基本構造　*/

body {
	background-color: #fefba1;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

div#wrapper{
	width: 709px;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
.comment{
	padding-top: 20px;
	}
	
/*　フォント　*/

.cap{
	font-size: 12px;
	color: #666666;
}