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

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

.day {
	font-weight:bold;
	font-size: 12px;
}


.cap {
	font-size: 12px;
	line-height: 1.5;
}

.itoi {
	font-weight:bold;
	color:#999999;
}

.so {
	font-weight:bold;
	color:#DC42A4;
}


/*　リンク　*/

a:link{ color: #E81C24; font-weight:bold; text-decoration: none; }
	 
a:visited{ color: #666666; font-weight:bold; text-decoration: none; }
	 
a:hover{ color: #FF1E6F; font-weight:bold; text-decoration: none; }
