@charset "euc-jp";
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	line-height: 150%;
	color: #336;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fff;
}
#wrap {
	width: 640px;
	margin:0px auto ;
}

#info {
	width: 260px;
	height: 330px;
	background-image: url(images/bg_info.gif);
	background-repeat: no-repeat;
	background-color: #000;
	border: 1px solid #333;
	margin: 5px 0px 5px 5px;
	float: left;
}
#info p {
	padding: 90px 10px 0px;
	color: #fff;
	text-indent: 1em;
}
#info a {
	color: #6cc;
}
#right {
	width: 360px;
	height: 330px;
	margin: 5px 5px 0px 5px;
	background-image: url(images/bg_right.gif);
	background-position: bottom;
	float: right;
}
#right .red {
	color: #CC0000;
	padding: 5px;
}
#right dl {
	padding: 10px;
}
#right dt {
	font-weight: bold;
	border-bottom: 1px dotted #003366;
}
#right dd {
	padding: 2px 10px 5px;
}


#bottom {
	background-color: #999;
	padding: 10px;
	clear: both;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-image: url(images/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


#bottom table{
	border: none;
	margin-bottom: 20px;
}

#bottom table#end{
	background-color: #999;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#bottom table th {
	font-weight: normal;
	padding: 2px;
	background-color: #666;
	color: #eee;
}
#bottom table td{
	text-align: center;
	width: 60px;
}
#bottom table td.date {
	color: #000;
	width: 80px;
}
#bottom table td.spk {
	color: #fff;
	font-weight: bold;
	width: 250px;
}
#bottom table td.spk span {
	color: #ccc;
	font-weight: normal;
	font-size: 10px;
}
#bottom table td.title {
	color: #000033;
	font-weight: bold;
	width: 120px;
}
#bottom table img {
	border: none;
}

#bottom table div{
	text-align: left;
	color: #fff;
	display: none;
}

#bottom table h4 {
	color: #333;
	font-size: 16px;
}

#bottom table div img{
	height: 200px;
	border: 1px solid #555;
	padding: 2px;
	margin: 1px;
	background-color: #ccc;
}

#bottom input {
	padding: 2px;
	margin: 5px;
	border: 1px solid #555;
	width: 80px;
	font-size: 10px;
	color: #ccc;
	background-color: #666;
}

#bottom a {
	text-decoration: none;
}
#bottom a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}



#fm {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	background-image: url(images/bg_fm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#fm h3 {
	letter-spacing: 1em;
	border-bottom: 1px dotted #999;
}
#fm .cap {
	font-size: 10px;
	color: #660033;
}
#fm table {
	margin: 10px;
	width: 90%;
}
#fm th,td {
	padding: 5px;
	border-bottom: 1px dotted #666;
}
#fm .btn {
	border: 1px solid #666;
	background-color: 999;
	color: #036;
	padding: 3px 10px;
}

#footer {
	padding: 10px;
	font-size: 10px;
	text-align: right;
	color: #666;
}
