* {
	margin: 0;
	padding: 0;
}
html {
	scrollbar-base-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #ffffff;
}

body {
	margin: 0px	auto 0px auto;
	background-color: #333333;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック", "Osaka", "sans-serif";
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
	text-align: center;
	scrollbar-base-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #ffffff;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
table {
	margin: 10px auto 10px auto;
	border-collapse: collapse; 
}
td, th {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W6", "ＭＳ ゴシック", "Osaka", "sans-serif";
	font-size: 12px;
	line-height: 1.3em;
	border: 0px;
}
th {
	padding: 5px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
}
h1 {
	margin: 10px;
	font-family: "ＭＳ P明朝","ヒラギノ明朝 Pro 3","平成明朝","serif";
	padding: 0;
	font-size: 4em;
	font-weight: normal;
	color: #996600;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 20px 10px 5px;
/*	border-left: 14px solid #FFFFFF; */
/*	border-bottom: 1px solid #EAEAEA; */
	padding: 5px 10px 10px 10px;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
}
p {
	margin-bottom: 10px; 
}
strong {
	font-weight: bold;
}
hr {
	height: 1px;
}
.letter1 {
	letter-spacing: 1em;
}
.letter2 {
	letter-spacing: 2em;
}
.letter05 {
	letter-spacing: 0.5em;
}

/* ページレイアウト */
#layout {
	margin: 20px auto;
	padding: 0;
	width: 760px;
/*	background: #1F1F1F; */
	background: #666666;
	border: 1px solid #000000;
	text-align: center;
}
#header {
	margin: 0;
	padding: 0px;
	text-align: left;
}
#header img {
	margin: 10px 0 0px 30px;
}
#footer { 
	margin: 0 auto 0 auto;
	width: 100%;
}
/* トップページ */
#top {
	margin: 80px auto auto auto;
}
#top table{
	margin: 40px auto 30px auto;
	border-collapse: collapse; 
}
#top td {
	padding: 5px;
	background: #000000;
	border: 2px solid #FFFFFF;
}

/* 一般ページ */
#main { 
	margin: 5px 20px 5px 20px;
	padding: 10px;
	background: #666666;
	text-align: left;
}
#main table {
	margin: 0;
	border-collapse: collapse; 
}
#main td {
	border: 0;
	vertical-align: top;
}
#side {
	background: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1em;
}
.menu {
	margin: 5px;
	width: 110px;
	height: 370px;
	position: relative;
}
.menu hr {
	height: 1;
	width: 100%;
}
.menu a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.menu a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.menu ul {
	margin-left: 10px;
	list-style-type: none;
}
.submenu {
	cursor : pointer;
}
.sub {
	display: none;
	font-weight: normal;
}
.counter {
	position: absolute;
	left: 5px;
	bottom: 10px;
}
.contents {
	width: 560px;
	height: 380px;
	margin: 0px;
	border: none;
	background: #333333;
}
.profile {
	padding: 10px;
}
.profile td {
	padding: 3px;
	vertical-align: top;
}
.history {
	padding: 10px;
}
.history ul {
	margin-left: 15px;
	list-style-type: disc;
}
.history td {
	padding: 10px;
	border: none;
	border: 1px solid #333333;
}
.letter {
	padding: 10px;
}
.letter th {
	padding: 3px;
	border: 1px solid #cccccc;
}
.letter td {
	padding: 3px;
	border: 1px solid #cccccc;
}
.link {
	padding: 10px;
}
.link td {
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.exhibition {
	padding: 10px;
}
.exhibition th {
	border: 1px solid #333333;
}
.exhibition td {
	padding: 10px;
	border: none;
	border: 1px solid #333333;
	background-color: #333333;
}
.now th {
	color: #FF9900;
	border: 1px solid #FF9900;
}
.now td {
	border: 1px solid #FF9900;
}
.detail td {
	background-color: #333333;
}
.detail a {
	float: right;
	margin: 2px;
	width: 50px;
	text-align: center;
	border: 1px solid #cccccc;
}
.detail a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.detail a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.detail a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.exhibition_detail th {
	text-align: center;
}
.exhibition_detail td {
	text-align: center;
}
.exhibition_detail img {
	margin: 3px;
}
.gallery {
	margin: 0 auto 0 auto;
	text-align: center;
}
.gallery img {
	border: 4px ridge #CCCCCC;
}
.gallery td {
	padding: 5px;
	text-align: center;
}
.gallery_view {
	padding: 0px;
	background: #333333;
}
.doc {
	text-align: left;
}
.doc p {
	text-indent: 3em;
}
.uniphant {
	text-indent: 3em;
}
#footer table {
	margin: 0 auto 5px auto;
	padding: 0 0 0 5px;
}

/* Menu */
.footer_menu {
	margin: 10px 0 0 0;
	padding: 2px;
	font-family: 'ＭＳ Ｐゴシック', osaka, 'Hiragino Kaku Gothic Pro', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	background-color: #1F1F1F;
	text-align: center; 
}
.language {
	margin: 10px;
	font-family: 'ＭＳ Ｐゴシック', osaka, 'Hiragino Kaku Gothic Pro', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	text-align: center;
}
.language table{
	margin: 0 auto 0 auto;
	width: 300px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse; 
}
.language td {
	padding: 3px;
	background: #000000;
	border: 0;
	text-align: center;
}

/* Copyright */
.copyright {
	margin: 5px 5px 0 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #FFFFFF; 
	text-align: right; 
}