/* leyout ***************************************************** */


#mainbox {_overflow:auto; 
}

html,
body {
    margin:0;
    padding:0;
    height:100%; /* 100 % height */


}
html>body #wrap {
    height:100%; /* 100 % height */
}
#wrap {
    width:640px;
    margin:0 auto;
}



html>body #header {
    position:fixed;
    z-index:10; /* Prevent certain problems with form controls */
}
#header-sub {
background-color:#000000;
	position:absolute;
	left:-4680px;
	top:0px;
	width: 10000px;
	text-align:center
	}


html>body #header2 {
	position:fixed;
	z-index:9; /* Prevent certain problems with form controls */
	background-color: #000000;
	background-image: url(../images/index_back.gif);
	background-repeat: no-repeat;
}
#header2-sub {
	width: 640px;
	text-align:center
	}


#content {background:#ffffff;}


/* defult ***************************************************** */


* {
	margin:0;
}

a {
}

table, img{
border:none;
margin:0px;
padding:0px;
}

body {
	_overflow:hidden;
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS-PGothic, sans-serif;
	background-color: #FFFFFF;
	
}

h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, th {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}


ul
{
list-style:none;
}
span.style1 {font-size: smaller}



/* defult ***************************************************** */ 
	
h1{
	font-size: 1.1em;
	color: #AEAA11;
	font-weight: bold;
	margin: 0;
	padding: 20px 10px 10px 7px;
}
h2.title{
	background-image: url(../images/h2_title.gif);
	background-repeat: repeat-X;
	background-position: left;
	font-size: 1em;
	color: #1199BB;
	font-weight: bold;
	padding: 20px 0 0 20px;
	margin: 30px 0 0 0;

}
h3 {
	font-size: 0.95em;
	color: #666666;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 13px 10px 13px 20px;
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h4 {
	font-size: 0.9em;
	color: #AEAA11;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	margin: 30px 7px 0 7px;
	padding: 10px 10px 10px 0px;
}

a {
	color:#646464;
}
a:hover {
	color:#C1BD13;
}
p{
	font-size: 0.8em;
}

/* header @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */   

#topnav{
	text-align:right;
	font-size:70%;
	padding-top:20px;
	top:0px;
	padding-bottom:2px;
    }

/* table @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */   

#content table{

}
table{
	font-size: 0.8em;
}
table.text th{
	padding: 5px 10px;
	background-color: #DFDFDF;
	color: #666666;
	text-align: left;
}
table.text td{
	padding: 5px 10px;
	background-color: #F2F2F2;
}

table.text em {
	color: #F18E38;
	font-weight: bold;
	}
table.text h4 {
	color: #F18E38;
	font-weight:bold;
	font-size:1.2em;
	}

table.text th.special{
	padding: 5px 10px;
	background-color: #F3E4E4;
	color: #666666;
}
table.text h4.special{
	color: #CE515A;
	font-weight:bold;
	font-size:1.2em;
}
table.text em.special{
	color: #CE515A;
	}

table.nostyle{
	font-size: 1em;
}
table.nostyle th{
	padding: 0;
	vertical-align: top;
	background-color:  transparent;
}
table.nostyle td{
	padding: 0;
	background-color:  transparent;
	vertical-align: top;
}
table.intable{
	margint: 0;
	font-size: 1em;
}
table.intable th{
	padding: 5px 10px;
	vertical-align: top;
	background-color:  #FFFFFF;
}
table.intable td{
	padding: 5px 10px;
	background-color:  #FFFFFF;
	vertical-align: top;
}

table.index{
	font-size: 1em;
	margin: 0 7px;
}
table.index th{
	padding: 0;
	vertical-align: top;
	background-color:  transparent;
	text-align: justify;
}
table.index td{
	padding: 0;
	background-color:  transparent;
	vertical-align: top;
	font-size: 100%;
}
table.index a{
	text-decoration: none;

}
table.index a:hover {
	color:#C1BD13;
	text-decoration: underline;
}
table.index em {
	font-weight: bold;
	font-size: 1.2em;

}

	
/* topic @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */   


#topic table th {
	color: #999999;
	margin: 0;
	font-size: 0.85em;
	padding: 15px 0 5px 0;
	font-weight: bold;
	text-align: left;
}
#topic table th.top {
	padding: 0 0 5px 0;
}
#topic table td a {
	font-size: 1.2em;
	padding: 20px 15px 20px 50px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/topic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topic table td a:hover {
	color: #FFFFFF;
	background-image: url(../images/topic_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topic table td.img a {
	background-image:none;
	padding: 5px 0px;

}
#topic table td.img a:visited {
	background-image:none;

}
#topic table td.img a:hover {
	background-image:none;

}
	

/* main *********************************************************** */  

/* exhibi list *********************************************************** */  

#exh_list h2{
	font-size: 0.9em;
	color: #435889;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	margin: 8em 0 0 0;
	padding: 20px 10px 10px 0px;
	}
#exh_list h2.nomargin{
	margin: 0;
	padding: 30px 0 0 0;

}
#exh_list ul{
	font-size: 0.8em;
	}
#exh_list li{
	margin-top: 12px;
	}
	
#exh_list a{
	font-size: 1em;
	color: #97940F;
	}
#exh_list a:visited{
	color: #996600;
	}
#exh_list a:hover{
	color: #C1BD13;
	}

#exh_list a.add{
	font-size: 0.9em;

	}
#exh_list table.nostyle{
	font-size: 0.9em;
	margin-left: 20px;
}	
#exh_list table th{
	vertical-align: top;
	}
#exh_list p{
	font-size: 0.9em;
	margin-left: 20px;

	} 
/* marginTop  ad.html ***************************************************** */ 

#marginTop {
margin-top: 5em ;
}  

/* w130 ***************************************************** */   

#w130 th {
	width: 130px;
	text-align: left;
	}
#w130 th.must {
	width: 130px;
	background-color: #F3E4E4
	}
#w130 th em {
	color: #CE515A;
	padding-left: 5px;
	}
.text1 {
	width: 200px;
		
}
.text2 {
	width: 4em;
		
}
.text3 {
	width: 98%;
		
}
.text4 {
	width: 80%;
		
}

.submit {
	text-align: center;
	margin-top: 30px;
	}
	
	/* topic @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */   

#topic table {
	margin: 0;

}
#topic table th {
	color: #999999;
	margin: 0;
	font-size: 0.85em;
	padding: 15px 0 5px 0;
	font-weight: bold;
	text-align: left;
}
#topic table th.top {
	padding: 0 0 5px 0;
}
#topic table td a {
	font-size: 1.2em;
	padding: 15px 15px 15px 50px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/topic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topic table td a:hover {
	color: #333333;
	background-image: url(../images/topic_f2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topic table td.img a {
	background-image:none;
	padding: 5px 0px;

}
#topic table td.img a:visited {
	background-image:none;

}
#topic table td.img a:hover {
	background-image:none;

}


/* footer @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */   

#footer {

	padding-top: 20px;
	padding-bottom: 20px;
}
	
