@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	color: #000000;
	font: 15px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #0000FF;
}

br.clear {
	clear: both;
}

.calendar {
	cursor:pointer;
	background: url(../images/calendar.gif);
	background-repeat:no-repeat;
	border: none;
	width: 16px;
	height: 16px;
}

li {
	list-style: none;
}

.red {
	color: #CC0000;
}

a.topbutton {
	text-indent: -9999px;
	display: block;
	margin: 20px auto 0px;
	height: 80px;
	width: 230px;
}

a.topbutton {
	background: url(../image/topbutton.jpg) no-repeat 0px 0px;
}

a.topbutton:hover {
	background-position: bottom;
}

p.message {
	color: #CC0000;
	margin-top: 20px;
}

div#body {
	margin: 0px auto;
	width: 950px;
}

div#head {
	background:  url(../image/head.jpg) no-repeat 0px 0px;
	height: 300px;
	width: 950px;
}

div#head a.login,
div#head a.logout,
div#head a.my_page,
div#head a.entry_list {
	text-indent: -9999px;
	display: block;
	float: right;
	height: 50px;
	width: 122px;
}

div#head a.login {
	background: url(../image/login.jpg) no-repeat 0px 0px;
	margin-right: 5px;
}

div#head a.logout {
	background: url(../image/logout.jpg) no-repeat 0px 0px;
	margin-right: 5px;
}

div#head a.my_page {
	background: url(../image/my_page.jpg) no-repeat 0px 0px;
	margin-right: 5px;
}

div#head a.entry_list {
	background: url(../image/entry_list.jpg) no-repeat 0px 0px;
	margin-right: 4px;
}

div#navi {
	height: 60px;
	width: 950px;
}

div#navi a {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 60px;
}

div#navi a.home {
	background:  url(../image/navi_home.jpg) no-repeat 0px 0px;
	width: 156px;
}

div#navi a.rule {
	background:  url(../image/navi_rule.jpg) no-repeat 0px 0px;
	width: 154px;
}

div#navi a.guidance {
	background:  url(../image/navi_guidance.jpg) no-repeat 0px 0px;
	width: 152px;
}

div#navi a.schedule {
	background:  url(../image/navi_schedule.jpg) no-repeat 0px 0px;
	width: 197px;
}

div#navi a.contact {
	background:  url(../image/navi_contact.jpg) no-repeat 0px 0px;
	width: 155px;
}

div#navi a.faq {
	background:  url(../image/navi_faq.jpg) no-repeat 0px 0px;
	width: 136px;
}

div#navi a:hover {
	background-position: bottom;
}

div#content {
	float: left;
	width: 690px;
	padding-bottom: 20px;
}

div#content h2 {
	height: 38px;
	width: 690px;
	margin-top: 20px;
}

div#side {
	width: 250px;
	margin-left: 10px;
	float: left;
	padding-bottom: 20px;
}

div#side div.box {
	background: url(../image/side_capmid.jpg) repeat-y 0px 0px;
	padding: 10px 15px;
	width: 221px;
}

div#side div.box a {
	background: url(../image/icon1.jpg) no-repeat 0px 5px;
	padding-left: 10px;
	display: block;
	margin-top: 5px;
}

div#foot {
	clear: both;
	height: 85px;
	margin-top: 50px;
	background: url(../image/footer.jpg) repeat-x 0px 0px;
}

div#foot a {
	color: #FFFFFF;
}

div#foot p {
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}

div#foot p {
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
table.info {
	margin-top: 20px;
	border-collapse: collapse;
}

table.info th,
table.info td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

table.info th {
	color: #000000;
	background: #ADC1E2;
	font-weight: bold;
}

table.info td.blue {
	font-weight: bold;
	color: #003D96;
}

table.info td p.right {
	float: right;
}

table.info td p.right img {
	margin-left: 3px;
}

p.txt {
	padding: 10px;
}

ul.txt {
	padding: 10px;
}

dl.txt {
	padding-top: 10px;
}

dl.txt dt {
	font-weight: bold;
	margin-top: 10px;
}

dl.txt dd {
	padding: 10px;
}

table th.double,
table td.double {
	border-bottom: 3px double #999999;
}
