a{margin:0; padding:0;}
ul,li{ margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.75;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	color: #333333;
	}
	
div#wrapper{
	width:650px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
	
h1{
	margin: 20px 0 30px 50px;
	text-align: left;
	}	
	
.yodogawa {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.ikegaya {
	color: #FF8135;
}
.itoi {
	color: #0082DF;
}
.date {
	font-size: 10px;
	color: #666666;
}
.not_today {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
.today {
	font-size: 12px;
	line-height: 20px;
}
.date_cont {
	font-size: 12px;
}

.graph_title {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

/*　リンク　*/

a:link{ color: #0082DF; text-decoration: none; }
	 
a:visited{ color: #62C2A4; text-decoration: none; }
	 
a:hover{ color: #FF8135; text-decoration: none; }
