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.75;
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing:1px;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.jpg) repeat-y center top; 
	text-align: center;
	}
	
.date_cont {
	font-size: 12px;
	letter-spacing:1px;
}

.copy {
	font-size: 12px;
	letter-spacing:1px;
	color: #808080;
}

.cd{
	font-size: 11px;
	letter-spacing:0px;
	line-height: 1.4;
}



/*　リンク　*/

a:link{ color: #004C37; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #1D3168; text-decoration: none; }
