﻿@charset "utf-8";
/*formattingstyle
------------------------------*/
* {
	font-style: normal;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.1em;
	font-weight: normal;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #666666;
}
/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}
#wrapper {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	width: 620px;
}
#wrapper #schejule {
	width: 620px;
	font-weight: bold;
	font-size: 12px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#wrapper #schejule #day {
	float: left;
	width: 66px;
	text-align: center;
	height: auto;
}
#wrapper #schejule #box {
	text-align: center;
	float: left;
	width: 150px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: auto;
}
#wrapper #schejule #time {
	text-align: center;
	width: 86px;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: auto;
}
#wrapper #schejule #member {
	text-align: left;
	float: left;
	width: 305px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: auto;
	clear: none;
	padding-left: 5px;
	margin-bottom: 10px;
}
