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

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	font-size: 14px;
	line-height: 1.9;
	letter-spacing:1px;
	color: #595757;
	background: url(../images/back.jpg);
	}
	
#wrapper{
	margin: 0 auto;
	background-attachment: fixed;
	background-image: url(../images/base_02.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: center;
	}

.day {
	font-size: 22px;
	line-height: 1.4;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-weight:bold;
	color: #B28038;
	}

.time {
	font-size: 16px;
	line-height: 1.4;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-weight:bold;
	color: #B28038;
	}	

.title {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing:1px;
	font-weight:bold;
	}

.a_day {
	font-size: 13px;
	line-height: 1.4;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-weight:bold;
	}
	
.a_title {
	font-size: 11px;
	line-height: 1.3;
	}
	
.cap {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing:1px;
	}


/*　リンク　*/

a:link{ color: #004E38; text-decoration: none; }
	 
a:visited{ color: #808080; text-decoration: none; }
	 
a:hover{ color: #D13221; text-decoration: none; }
