@charset "EUC-JP";

/******************************
 * BASIC
 *
 ******************************/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	color: #425563;
}

th, td {
	font-size: 12px;
	color: #425563;
	margin: 0 8px 8px 8px;
}

p {
	margin: 0;
}

img {
	border: none;
}

a:link {
	color: #06c; 
	text-decoration: underline;
}
a:visited {
	color: #06c; 
	text-decoration: underline;
}
a:hover {
	color: #f60; 
	text-decoration: underline;
}
a:active {
	color: #f00; 
	text-decoration: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
	height: 2px;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0px;
}

hr.chapter {
	display: none;
}

p.accessibility-notice {
	display: none;
}


/******************************
 * HEADING
 *
 ******************************/
h1 {
	margin: 0;
}

h2 {
	margin: 0 0 20px 0;
}


/******************************
 * HEADER
 *
 ******************************/
div#HEADER {
	margin: 0;
	line-height: 0;
}


/******************************
 * NAVI
 *
 ******************************/
div#NAVI {
	margin-bottom: 20px;
	background: url(../images/navi/bg_navi.gif) left top repeat-x;
}

ul.navi {
	margin: 0;
	padding: 5px 0 5px 29px;
	list-style-type: none;
	white-space: nowrap;
}
ul.navi li {
	display: inline;
}


/******************************
 * MAIN
 *
 ******************************/
div#MAIN {
	clear: left;
	width: 770px;
	margin: 0 0 25px 30px;
}

div.content {
	margin-bottom: 30px;
}

ul.transition {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.operate {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul.to-top {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

p.under-construction {
	margin: 5em 0 15em 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/******************************
 * SPONSOR
 *
 ******************************/
table.sponsor {
	width: 750px;
	border-collapse: collapse;
}
table.sponsor th {
	width: 50%;
	padding: 15px 5px 25px 5px;
	text-align: left;
	vertical-align: middle;	
}
table.sponsor td {
	font-weight: bold;
	color: #425563;
	line-height: 160%;
	vertical-align: top;
}
table.sponsor td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/******************************
 * CONTACT
 *
 ******************************/
dl.contact {
	width: 770px;
	height: 70px;
	margin: 0;
	background: #f2f2f2;
}
dl.contact dt {
	float: left;
	margin: 0 25px 0 0;
	padding: 5px;
}
dl.contact dd {
	display: inline;
	margin: 0 1em 0 0;
}
dl.contact dd.address {
	display: block;
	margin: 0;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
dl.contact dd.opening-time {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}


/******************************
 * FOOTER
 *
 ******************************/
div#FOOTER {
	clear: left;
	height: 60px;
	padding: 0 30px;
	background: url(../images/bg_footer.jpg) left top repeat-x;
}
div#FOOTER ul.footer-navi {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	list-style: none;
}
div#FOOTER ul.footer-navi li {
	display: inline;
}
div#FOOTER ul.footer-navi li.home {
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #fff;
}
div#FOOTER ul.footer-navi li a:link {
	color: #fff;
}
div#FOOTER ul.footer-navi li a:visited {
	color: #fff;
}
div#FOOTER ul.footer-navi li a:hover {
	color: #fff;
}
div#FOOTER ul.footer-navi li a:active {
	color: #fff;
}

div#FOOTER p.copyright {
	font-size: 10px;
	color: #fff;
}



/******************************
 * PAGE END
 *
 ******************************/
div#END {
	display: none;
}

/******************************
 * °ì-ûõpwÄæ
 *
 ******************************/
@media print {
	div#HEADER,
	div#NAVI,
	div#FOOTER,
	dl.contact,
	ul.operate,
	ul.to-top,
	ul.transition {
		display: none;
	}

	div#MAIN {
		margin: 0;
		width: 640px;
	}
	
	div.content {
		padding: 0;
	}
}
