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

body {
	background: /* url('/img/BGTile_r5.png') repeat center */;
	font: normal 80% Georgia, "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif !important;
}
img {
	border:none;
}
h1 {
	line-height: 20px;
}
h2 {
	line-height:18px;
	font-size:1.5em;
}
h3 {
	line-height:12px;
	font-size:1.1em;
	color: #690000;
}
a /*, a:active, a:hover, a:visited*/ {
	color: #690000;
}
p {
	margin: 10px 0 10px 0;
}
.container {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	/* border: 1px #666666 solid; */
	background: #ffffff;
	margin-top: 30px;
}
.title {
	width:276px;
	height:98px;
	float:left;
	margin: 5px 232px 5px 232px;
	overflow:hidden;
}
.side {
	width:170px;
	margin: 20px 0 0 30px;
	float:left;
	overflow:hidden;
}
.side h3 {
	text-align:center;
}
.sideDay {
	width:75px;
	float:left;
	text-align:left;
	line-height:16px;
	margin-bottom: 20px;
}
.sideTime {
	width:75px;
	float:left;
	text-align:right;
	line-height:16px;
	margin-bottom: 20px;
}
.main {
	width:458px;
	border: 1px solid #666666;
	background: #f5f5f5;
	margin: 20px 30px 0 20px;
	padding: 0 15px 0 15px;
	float:left;
	overflow:hidden;
}
.footer {
	width:740px;
	float:left;
	text-align:center;
	font-size:0.9em;
	margin: 20px 0 0 0;
	overflow:hidden;
}
.footer p {
	margin-top:10px;
}
.alan {
	color:#666666;
}
.alan a {
	color:#690000;
}
.hr {
	width:740px;
	height:1px;
	float:left;
	background:#690000;
	overflow:hidden;
}