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

html, body {
	margin:0;
	padding:0;
}

body{
/*	text-align: center;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #b3a99e;
	background:url(../image2010ms/bg.jpg) center top no-repeat #000;
/*	height:1326px;*/
	color: #fff;
	font-size: 75%;
	text-align:center; /*ie bug fix*/
}

a{
	color: #27D;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}


div#page {
	width: 900px;
/*	background-color: #d5caad;*/
	height:1326px;
	margin: 0 auto;
/*	text-align: left;*/
/*	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
	position:relative;
}

div#container {
	padding: 20px;
	height:600px;
}

div#header {
	height:220px;
	text-align: right;
	margin: 46px 19px 0 0;
	/*-moz-opacity: 0.5;*/
}



div#footer {
/*	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;*/

}

/*スライド写真*/
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:500px; 
	/*border:1px solid #00FF00;*/ /*debug*/
	text-align:center; /*slideshow photo centering*/
	margin-top: 26px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #FFF;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}

/*スライド写真上のコントロール*/
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

/*スライド写真下*/
div.download {
	/*float: right;*/
}
div.embox {
/*	clear: both;*/
/*	border: 1px solid #999;
	background-color: #eee;*/
/*	padding: 12px;*/
}

div.image-title {
/*	font-weight: bold;
	font-size: 1.4em;*/
}

div.image-desc {
	line-height: 1.3em;
/*	padding-top: 12px;*/
}
div.image-desc ul {
	padding:0;
	margin-top:5px;
}
div.image-desc li {
	line-height:1.4em;
	list-style-type:none;
}

/*ローダー*/
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}

div.slideshow {
	clear: both;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	/*border: 1px solid #999;*/
}

div.slideshow img {
	border: none;
/*	display: block;*/
}

/*サムネイル*/
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #fff;
}
ul.thumbs li.selected a.thumb {
	background: #CCC;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #fff;
}
div.pagination a:hover {
	background-color: #999;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #999;
	border-color: #999;
	color: #fff;
}



div.navigation{
width:300px;
float: left;
}
div.content{
display:block;
}

#thumbs-adv {
	position:relative;
	margin-top: 25px;
}

#extra {
	position:absolute;
	top:920px;
	left:10px;
	text-align:center;
	width:900px;
}
#extra span {
	background:url(../image2009cruise/link.gif) top left no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:92px;
	width:261ps;
}