@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*body*/

body {
    background: url(../images/body_back.jpg) no-repeat scroll center  #000;
	color: #666666;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-size: 14px;
	
}

img {
	border: none;
}

a {
	color: #FFF;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

hr{
	color: rgba(255, 255, 255, 0.4);
}

/*wrapper*/

#wrapper {
	width: 960px;
	height: 720px;
	background: url(../images/back.png) no-repeat scroll center top;
	margin: 0 auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-480px;
	margin-top:-360px;
}

/*header*/

#header {
    height: 160px;
	position: relative;

}

#site-rogo {
	position: absolute;
	top: 10px;
	left: 10px;
	

}

/*navibox*/

#navibox{
	width: 200px;
	position: absolute;
	top: 120px;
	z-index: 2;
}

dl.accordion dt {
	cursor: pointer;
	color: #fff;
	padding-left: 1em;
	line-height: 2em;
	font-weight: bold;
}

dl.accordion .hello{
	
	background: rgba(0,0,0,0.5);
	border-radius: 3px 3px 0px 0px;
}

dl.accordion .about{
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 0px 0px;
}

dl.accordion .contact{
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 3px 3px;
}

dl.accordion dt.opened {
	background: rgba(104,104,104,0.5);
}

dl.accordion dd {
	padding-left: 1.5em;
	color: #FFF;
	line-height: 1.5em;
	
}

dl.accordion dd img {
	margin:0 1.5em 0 0;
}

dl.accordion dd h1 {
	font: 12px;
	margin: 10px 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=0.5,offy=0.5)"; /* IE8 */
	display:block; /* IE */
}

dl.accordion dd p {
	font: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	display:block; /* IE */
}

dl.accordion dd .aboutdes {
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}

dl.accordion dd p:first-child {
	margin-top: 0.8em;
}

/*content*/

#contents {
	position: absolute;
	top: 120px;
	z-index: 1;
	width: 960px;	
}

div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}

div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	clear: both;
	position: relative;
	margin-left: 235px;
	float: left;
	height: 532px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: none;
}

/*→画像のタイトル、説明ボックス*/

div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}

span.image-caption {
	display: block;
	position: absolute;
	left: px;
}

div.caption-container, span.image-caption {
	width: 210px;
}

div.caption {
	padding: 0 12px;
	color: #FFF;
	background: rgba(0,0,0,0.5);
	border-radius: 3px 3px 3px 3px;
}

div.caption p {
	margin-bottom: 6px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=0.5,offy=0.5)"; /* IE8 */
	display:block; /* IE */
}

div.image-desc {
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 12px;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=0.5,offy=0.5)"; /* IE8 */
	display:block; /* IE */
}

div.download {
	font-weight: bold;
	margin-top: 8px;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=0.5,offy=0.5)"; /* IE8 */
	display:block; /* IE */
}

/*→photo ナンバー。クロムでバグる*/
/*div.photo-index {
	position: absolute;
	bottom:60px;
	padding: 0 12px;
	color:#F00;
	display: none;
}*/

div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}

div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}

div.loader {
	background-image: url(loaderWhite.gif);
}

div.slideshow img {
	border-color: #333;
}

/*→サムネイルボックス*/
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
	bottom: 60px;
}

div.navigation {
	float: left;
	position: relative;
	left: -50%;
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}

ul.thumbs li.selected a.thumb {
	background: #fff;
}

a.thumb {
	padding: 1px;
	display: block;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	text-decoration: none;
    background-color: #111;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

/*footer*/

#footer{
	/*clear: both;*/
	position: absolute;
	top: 570px;
	left: 365px;
	font-size: 0.8em;
	font-weight: 100;
	color: #FFF;
	text-align: center;
}

#footer a{
	color: #000;
}