@charset "utf-8";


/* #gaiyou
--------------------------------------------------*/
#gaiyou{
margin:25px 0;
}

#gaiyou:after{
display:block;
margin-top:-1px;
height:1px;
content:"";
clear:both;
}

*+html #gaiyou{
min-height:1%;
}

*html #gaiyou{
height:1%;
overflow:visible;
}

#gaiyou dl{
float:left;
}

#gaiyou dt{
font-size:180%;
line-height:1.1;
font-weight:bold;
color:#8c6125;
/* margin-bottom:1em; */
margin-bottom:10px;
}

#gaiyou dd{
font-size:100%;
line-height:170%;
color:#8c6125;
}

#gaiyou ul{
float:right;
}




/* .display
--------------------------------------------------*/
#main .display{
	margin-bottom:30px;
}
#main .display h2{
	font-size:141%;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:25px;
	background-color: #333366;
	padding: 10px 20px;
	color: #FFF;
}
#main .display p{
	font-size:116%;
	line-height:1.8;
	margin-bottom:20px;
}
#main .display table.photoTable {
	margin: 0 auto 30px;
	padding-bottom:;
	border-collapse: collapse;
	border-spacing: 0;
}
#main .display table.photoTable tr th,
#main .display table.photoTable tr td {
	text-align: center;
}
#main .display table.photoTable tr th {
	padding-bottom: 15px;	
}
#main .display table.photoTable tr td span {
	text-align: left;
	display: block;
	color: #7c674a;
	font-size: 100%;
}
#main .display  dl.accordion {
	text-align: center;
}
#main .display  dl.accordion dt.openttl {
	width: 145px;
	margin: 0 auto 0;
	padding-bottom: 30px;	
}
#main .display  dl.accordion dt.openttl span {
	display: block;
	width: 145px;
	height: 75px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image:url(../img/btn_win_open.gif);
	text-indent: -9999px;
	cursor: pointer;
}
#main .display  dl.accordion dt.openttl span:hover {
	opacity: 0.6;
 	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
#main .display  dl.accordion dt.openttl span.open {
	background-image: url(../img/btn_win_close.gif);	
}
/* #main .display  dl.accordion .closettl a {
	display: block;
	margin: 0 auto 0;
	width: 145px;
	height: 75px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/btn_win_close.gif);
	text-indent: -9999px;
	cursor: pointer;
}
#main .display  dl.accordion .closettl a:hover {
	opacity: 0.6;
 	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
} */
#main .display  dl.accordion dd {
	padding-bottom: 10px;	
}
.photoTable th a { 
	display:block;
	color:#fff;
	text-decoration:none;
}
/* javascript style */
.preloader { 
	background: url(../../img/loader.gif) center center no-repeat;
}


