@charset "utf-8";
/* top.css */

.top #header {
	width: 700px;
	height: 556px;
	background: url(../img/image_head_index.jpg) top no-repeat;
}

#information {
	padding: 10px 16px;
	margin-bottom: 40px;
	background: url(../img/bbg_top_info.jpg) top repeat-y;
}
#information p {
	text-align: center;
	color: #FFFFFF;
}
#information p.infoTitle {
	font-size: 1.6em;
	font-weight: bold;
}
#information p.emphasis {
	padding: 8px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFF00;
}
#information p.infoTxt01 {
	font-size: 1.3em;
}
#information p.infoTxt02 {
	padding: 10px 0;
}
#information p.contactTxt {
	padding: 10px 0 0;
	border-top: dotted 1px #FFFFFF;
}

#schedule table {
	margin-top: 4px;
}
#schedule table th,
#schedule table td {
	padding: 4px 6px;
	text-align: center;
}
#schedule table th {
	background-color: #000000;
	color: #FFFFFF;
}
#schedule table td {
	background: url(../common/img/image_parts_dotted.gif) left bottom repeat-x;
}
#privilege {
	margin: 40px 0 0;
	border: solid 1px #CCCCCC;
	background-color: #FFFFDF;
}
#privilege dl dd {
	padding: 4px 15px 10px;
}
#privilege dl dd p span {
	color: #E60214;
}

#entryOutline {
	margin: 40px 0 0;
}
#entryOutline table {
	margin-top: 4px;
}
#entryOutline table th,
#entryOutline table td {
	background: url(../common/img/image_parts_dotted.gif) bottom repeat-x;
	text-align: left;
}
#entryOutline table th {
	width: 90px;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
#entryOutline table td {
	padding: 10px 6px;
	text-align: left;
}
#entryOutline ul {
	margin-top: 6px;
}
#entryOutline ul li {
	font-size: 0.95em;
	line-height: 1.2em;
}
#privacy {
	margin: 40px 0 0;
}
#privacy dl {
	margin: 18px 0 0;
}
#privacy dl dt {
	font-weight: bold;
}
#privacy dl dd {
	padding-left: 1.7em;
}
#contactInfo {
	margin: 30px 0;
}
#contactInfo dl dt {
	font-weight: bold;
	text-align: center;
}
#contactInfo dl dd p {
	text-align: center;
}

#schedule h3.info{
	margin-bottom: 15px;
}

