@charset "Shift_JIS";

*
{
	margin: 0;
	padding: 0;
}
body
{
	background :#F8F0DA;
	color: #554433;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ pro w3", sans-serif;
}

hr
{
	display: none;
}
p
{
	line-height: 1.3em;
}
a:link
{
	color: #225566;
}
a:visited
{
	color: #668855;
}
a:hover
{
	color: #aa0000;
}
a img
{
	border: 0;
}

.text_small
{
	font-size: 12px;
}


/*-------------------------
　　ヘッダー
-------------------------*/
#HEADER
{
	background: #A19079;
	width: 100%;
	padding: 5px 0 8px 0;
	margin-bottom: 15px;
}
.header_inner
{
	background:#A19079;
	margin: 0 auto;
	width: 800px;
	height: 50px;
}
div.title
{
	background: #A19079;
	float: left;
	width: 400px;
}
div.counter
{
	background: #A19079;
	float: right;
	text-align: right;
	width: 200px;
	font-size: 12px;
}

#MENU
{
	background: #A19079;
	width: 100%;
	padding: 0.3em 0px;
	color: #FFFFFF;
	font-size: 1em;
}

#MENU ul
{
	margin: 0 auto;
	width: 800px;
}
#MENU ul li
{
	display: inline;
	font-weight: bold;
}

#MENU ul li a
{
	padding: 5px 15px;
	background: #756A5B;
	border: 1px solid #5D5449;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#MENU ul li a.select
{
	color: #AAA;
}
#MENU ul li a:hover
{
	color: #FFDD44;
	background: #A99F5E;
	border: 1px solid #CFBD4B;
	text-decoration: underline;
}


/*-------------------------
　　コンテンツ本体
-------------------------*/

#CONTENT_WRAPPER
{
	margin: 0 auto;
	width: 800px;
}

div.nontopic_content
{
	clear: both;
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 0.5em 1em;
	border: 1px solid #BBAA88;
	border-radius: 10px;
}
div.topic
{
	clear: both;
	background: #98CA9B;
	padding: 5px 1em 5px;
	border: 1px solid #5D8C79;
	border-bottom: 0px;
	border-radius: 10px 10px 0 0;
}
div.content
{
	clear: both;
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 0.5em 1em;
	border: 1px solid #BBAA88;
	border-top: 0px;
	border-radius: 0 0 10px 10px;
}

/*　　左右分割　　*/

#CONTENT_WRAPPER .inner
{
}
#CONTENT_WRAPPER .left_floater
{
	float: left;
	width: 500px;
}
#CONTENT_WRAPPER .right_floater
{
	float: right;
	width: 290px;
}

div.subtopic
{
	border-bottom: 2px solid #98CA9B;
	margin: 1em 0px 0.5em;
}


#CONTENT_WRAPPER h2
{
	color: #110600;
	font-size: 1.0em;
	display: inline;
}

#CONTENT_WRAPPER h3
{
	color: #110600;
	font-size: 1em;
}

ul.text
{
	line-height: 1.5em;
}

div.topimage
{
	float: right;
	margin-left: 10px;
}

/*-------------------------
　　バックボタン
-------------------------*/

div.back
{
	background: #FDFDF9;
	padding: 10px;
}

div.back ul li
{
	display: inline;
	float: right;
}

/*-------------------------
　　テーブル
-------------------------*/

table
{
	empty-cells: show;
}
td
{
	border: solid 1px #554433;
	padding: 5px;
}
td.noline
{
	border: none;
	padding: 5px;
}

/*-------------------------
　　フッター
-------------------------*/

#FOOTER
{
	clear: both;
	background: #A19079;
	width: 100%;
	margin-top: 15px;
	padding: 1.3em 0 1.3em;
	text-align: center;
	color: #FFFFFF;
}
#FOOTER ul li
{
	display: inline;
}
#FOOTER ul li a
{
	padding: 5px 15px;
	background: #756A5B;
	border: 1px solid #5D5449;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER ul li a:hover
{
	color: #FFDD44;
	background: #A99F5E;
	border: 1px solid #CFBD4B;
	text-decoration: underline;
}

/*-------------------------
　　LightBox関連
-------------------------*/
#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img
{
	width: auto;
	height: auto;
}

#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav
{
	left: 0;
}

#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink
{
	left: 0;
	float: left;
}

#nextLink
{
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover
{
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}

#imageData
{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;

}

#imageData #caption
{
	font-weight: bold;
}

#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: auto;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color:#000;
	//background-color:#F8F0DA;
}

