@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFE9BB url(background.png) repeat-x fixed;
	}
.day {
	border-bottom: 1px #999999 solid;
	border-top: 1px #999999 solid;
	padding-bottom: 3px;
	font-size: 14px;
	color: #0066FF;
}	
a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
h3 {
	font-size: 23px;
	color: #CC6600;
	padding-bottom: 6px;
	border-bottom: 1px #CC6600 solid;
	text-align: center;
}
.text {
	text-align: justify;
	color: #333333;
	line-height: 170%;
	font-size: 13px;
	padding-bottom: 10px;
}
.r_pic {
	padding: 4px;
	margin-left: 10px;
	border: 1px #3399FF solid;
}
.l_pic {
	padding: 4px;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px #3399FF solid;
}
.pic {
	padding: 4px;
	border: 1px #3399FF solid;
	background-color: #fff;
}