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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2.7;
	letter-spacing:1px;
	color: #000000;
	background: url(images/back.jpg) repeat-x center top; 
	background-attachment: fixed;
	}
	
#wrapper{
	margin: 0 auto;
	text-align: center;
	width:1004px;
	background: url(images/base.png) repeat-y center top; 
	background-attachment: fixed;
	}

.day {
	font-size: 11px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:1px;
	}
	
.cap {
	font-size: 12px;
	line-height: 2;
	color: #888888;
}

.cap-r {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	color: red;
}

.mokuji {
	font-size: 12px;
	line-height: 2;
}

.hobonichi {
	letter-spacing:0px;
}


.bangumi {
	font-size: 30px;
	line-height: 1.4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ED1E49;
	font-weight: bold;
	}

/*　リンク　*/

a:link{ color: #147B2A; text-decoration: none; }
	 
a:visited{ color: #B5B5B5; text-decoration: none; }
	 
a:hover{ color: #124B93; text-decoration: none; }
