@charset "UTF-8";
body {
	color: #000000;
	background-color: #ffffff;
}


img {
	border-style:none;
}


table {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}


/* GATE */

td.gate_image {
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}


p.gete_enter_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}




/* HEADER */

td.header_left {
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	padding-left: 0px;
}


td.header_center {
	background-image: url(images/header_center.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	padding-left: 0px;
}


td.header_right {
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin: 0px;
	padding-left: 10px;
	vertical-align: middle;
}


p.header_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}



/* MAIN SPACE */


td.main {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


p.main_header_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


p.main_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


td.info {
	text-align: left;
	margin: 0px;
	padding-left: 10px;
}


p.info_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}



/* EXHIBIT PAGE */


p.exhibit_caption_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 0px;
	margin: 0px;

}


p.exhibit_comment_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 0px;
	margin: 0px;
}


p.exhibit_home_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


p.exhibit_info_header_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 0px;
	padding-bottom: 10px;
}


p.exhibit_info_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}




/* FOOTER */


td.footer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


p.footer_txt {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}




/* LINK */


a.header:link {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none; 
}


a.header:visited {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none; 
}


a.header:hover {
	color: #666666;
	background-color: #999999;
	text-decoration: none; 
}


a.header:active {
	color: #666666;
	background-color: #999999;
	text-decoration: none; 
}





a.text:link {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none; 
}


a.text:visited {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none; 
}


a.text:hover {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: underline; 
}


a.text:active {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none; 
}






a.home:link {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none; 
}


a.home:visited {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none; 
}


a.home:hover {
	color: #666666;
	background-color: #999999;
	text-decoration: none; 
}


a.home:active {
	color: #666666;
	background-color: #999999;
	text-decoration: none; 
}



