a{
	margin: 0px;
	padding: 0px;
}

ul,li{ margin: 0; padding: 0; }
body {
	background: url(images/back.jpg) center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing:1px;
	color: #492D0B;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base_02.jpg) repeat-y center top; 
	text-align: center;
	}
	

.date {
	font-size: 12px;
	letter-spacing:1px;
}


/*　リンク　*/

a:link{ color: #003D2B; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #970051; text-decoration: none; }
