@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #FFFFFF;
}
#wrrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header {
	height: 200px;
	width: 710px;
	border: 1px solid #FFFFFF;
	margin-left: 20px;
}
#header h2 {
	margin-top: 20px;
	margin-left: 515px;
}
#header h4 {
	margin-top: -12px;
}
#menu {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 200px;
}
#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-size: 100%;
	color: #00CCFF;
	text-decoration: none;
}

#menu li {
	float: left;
	padding-right: 20px;
	display: block;
}
#main {
	clear: left;
	height: auto;
	text-align: left;
	margin-top: 50px;
}
#main h3 {
	font-size: 120%;
	background-image: url(../images/profile_mark.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 40px;
	margin-left: 50px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#main table {
	margin-left: 50px;
	height: auto;
	width: 650px;
	font-size: 80%;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#main tr {
	line-height: 200%;
}

#main #title {
	color: #666666;
	line-height: 200%;
	background-image: url(../images/schedule_bar2.png);
	background-repeat: repeat;
}
#main #color {
	background-image: url(../images/schedule_bar1.png);
	background-repeat: repeat;
}
#main  #title  #date {
	width: 100px;
}
#main  #title  #naiyo {
	width: 100px;
}
#title #place {
	width: 200px;
}

table, th, td {
	border-bottom: 1px solid #FFFFFF;
 }



#main  #totop  a {
	color: #666666;
	text-align: right;
	margin-right: 20px;
	font-size: 85%;
	text-decoration: none;
}
#main #totop p {
	text-align: right;
}




#footer p {
	text-align: center;
	clear: left;
	padding: 15px;
}
