@charset "shift_jis";
/* CSS Document */
body{
	background-color:#FFF;
}
.container{
	width:880px;
	margin:auto;
}
.home{
	width:880px;
	margin:auto;
}
.left{
	float:left;
}
.text_left{
	text-align:left;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.copy{
	width:880px;
	margin:auto;
}
.title{
	margin:auto;
}
.day{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:16px;
	padding:10px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
}
.sub_title{
	margin-left:140px;
	padding:10px 0px 10px 0px;
	text-align:left;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:20px;
	font-weight:bold;
}
.main{
	width:880px;
	margin:auto;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	background-image:url(img/middle.gif);
	background-position:top;
	background-repeat:repeat-y;
}
.lead{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size:14px;
	text-indent:1em;
	line-height:25px;
}
.main_text{
	margin:0px 135px 5px 135px;
	padding:10px;
	border:#333 3px solid;
	background-color:#FFFAC6;
}
.line{
	border:#333 2px solid;
}
.info{
	padding-top:10px;
	padding-bottom:50px;
	margin:auto;
}
.info table{
	background-color:#000;
}
.info th{
	background-color:#E2EA97;
	color:#000;
}
.info td{
	background-color:#FFFAC6;
}
.info a{
	color:#690;
	text-decoration:none;
	font-weight:bold;
}
.info a:visited{
	color:#690;
}
.info a:hover{
	color:#9C0;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.table_title{
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	width:600px;
	margin:auto;
	padding:5px;
	text-align:left;
	border:#333 3px solid;
}
