body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	background-color: #FFF;
}
	
/*　リンク　*/

a:link{
	color: #ba5d0b;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fc7803;
	text-decoration: none;
	}
	
/*　フォント　*/

.date{
	font-size: 12px;
	}
	
.gray{
	color: #666666;
	}