
@import "/library/default.css";

body {
	background-color:#37082C;
	color:#eeeeee;
	text-align:center;
}

body.ind {
	background-image:url(../image/bg_body.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

a:link { text-decoration:none; color:#DCEAEE; }
a:visited { text-decoration:none; color:#DCEAEE; }
a:active { text-decoration:none; color:#DCEAEE; }
a:hover { text-decoration:underline; color:#E60000; }

th, td {
	color:#eeeeee;
}

.container {
	padding:15px;
}

.index {
	position:relative;
	width:950px;
}

.index .logo {
	position:absolute;
	z-index:1;
	top:160px;
	left:20px;
}

.index .menu {
	position:absolute;
	z-index:2;
	top:230px;
	left:20px;
}

.index .menu a:hover img {
	filter: alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
}

.index .menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.index .menu ul li {
	float:left;
	width:300px;
	text-align:center;
	margin:0 0 0 5px;
}

.index .menu ul li:first-child {
	margin:0 0 0 0;
}

.index .form {
	position:absolute;
	z-index:2;
	top:300px;
	left:20px;
	width:600px;
	text-align:left;
}

/*---*/

h2 {
	font-size:14px;
	padding:10px 0 8px 10px;
	margin:0 0 10px 0;
	background-color:#000000;
	color:#ffffff;
}

.schedule {
	width:500px;
	text-align:left;
	background-color:#37082C;
}

.event {
	width:800px;
	text-align:left;
	background-color:#37082C;
}

/*---*/

.mailform th {
	border-bottom:1px dotted #cccccc;
	padding:7px 0 7px 0;
	text-align:center;
}

.mailform td {
	border-bottom:1px dotted #cccccc;
	padding:7px 0 7px 0;
}

.mailform .submit {
	text-align:center;
	margin:10px 0 0 0;
}

.mailform .submit .button {
	font-size:16px;
}
