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

.today {
	font-size: 13px;
	line-height: 20px;
}

.midashi {
	font-size: 16px;
	line-height: 22px;
	font-weight:bold;
	color: #A67C52
}

.nottoday {
	font-size: 13px;
	color:#666666;
	line-height: 20px;
}

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

.credit {
	color: #333333;
	font-size: 11px;
	line-height: 1.3;
}

.chu {
    color:#CC0000;
	line-height: 1.3;
	font-weight:bold;
}



/*　リンク　*/

a:link{ color: #A67C52; text-decoration: none; }
	 
a:visited{ color: #666666; text-decoration: none; }
	 
a:hover{ color: #007C9D; text-decoration: none; }
