/* For IE6 */
*html body {
	overflow-y: auto;
}
/* For IE7 */
*+html body {
	overflow-y: auto;
}
/* For Firefox(Others)  */
body {
	text-align: center;
	overflow-y: scroll;
}
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption {
	caption-side: top;
	text-align: left;
	font-size: 80%;
}
th {
	font-weight: bold;
	text-align: center;
	border: 1px #5FC994 solid;
	color: #006600;
	white-space: normal;
	padding: 3px;
}
td {
	white-space: normal;
	padding: 3px;
}
#wrapper {
	width: 760px;
	background: url(../images/shadow.gif) repeat-y left top;
	margin: 0px auto;
	text-align: left;
	padding-left: 4px;
}
#container {
	width: 752px;
}
#header {
	border-top: 5px solid #5FC994;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 752px;
}
#description {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
#logo {
	padding-left: 20px;
	padding-bottom: 10px;
}
#global_menu {
}
#global_menu a:hover {
	border-bottom: 2px solid #FF9933;
}
#contents {
	padding: 30px 20px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
#page_title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-left: 10px double #2B8040;
	margin-bottom: 20px;
	padding: 5px;
}
#sub_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 4px solid #5FC994;
	margin-bottom: 10px;
	padding: 5px;
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding-bottom: 40px;
	border-top: 5px solid #5FC994;
	padding-top: 20px;
}
#copyright {
	padding-top: 10px;
}
#member_list {
	width: 600px;
}
#member_list th {
	text-align: center;
}
.clear {
	clear: both;
}
.text_red {
	color: #EE0000;
}
.img_border {
	border: 1px solid #333333;
}
.menu {
	list-style-type: none;
	display: inline;
}
.menu_list {
	display: inline;
	list-style-type: none;
}
.menu_selected {
	border-bottom: 2px solid #FF9933;
}
.list_bgcolor {
	background-color: #DFF4E4;
}
.list_bgcolor:hover {
	background-color: #FFFFD5;
}
.detail_th {
	width: 200px;
}
.detail_td {
	width: 400px;
}
.detail_return {
	text-align: center;
}
.schedule {
	margin-left: 20px;
}
.schedule_list {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat left center;
}


