@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
html{
	background-color:#cfcecb;
	background-image:url(img/bg_all.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
	
body {
	margin: 0;
	padding: 0;
	width:100%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }

.page_title{
	font-size:100%;
	font-weight:bold;
	text-align:	left;
	color:	#666;
	margin:0px 0px 0px 63px;
	padding:30px 0px 25px 7px;
	background-color:#eee;
	border-bottom:#787878 1px solid;
	background-image:url(img/bg_title.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	letter-spacing:0.2em;		
}

p { margin:0.375em 0; }

.detail{
	margin:10px 0px 30px 0px;
	/*letter-spacing:0.1em;*/
	line-height:1.2em;	
}

.detail2{
	margin:10px 0px 0px 0px;
	/*letter-spacing:0.1em;*/
	line-height:1.2em;	
}

.info{
	margin:60px 0px 0px 0px;
	color:#777;
}

.albumName{
	font-size: 15px;
	float:left;
	font-weight:bold;	
	color:	#666;
	margin:0px 0px 5px 70px;
	padding:0px;
	letter-spacing:0.2em;		
}
.catch{
	background-color:#787878;
	padding:3px 3px;
	color:#ffffff;
	font-size: 100%;
	text-align:	left;
	letter-spacing:0.1em;	
}

.profile{
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style:none;
}

.profile li{
}
.profile a{
	color:#666;
	text-decoration:none;
}

.profile a:hover{
	color:#999;
}

/* Layout Rules
----------------------------------------------- */
#contents{
	margin:0px;
	padding:0px;
	width:900px;
}

#title{
	padding:0px;
	margin:0px;
	float:left;
	width:265px;
}

#title p{
	margin:15px 20px;
	color:#666;
	line-height:1.1em;
}

#site_title{
	margin:0px;
	padding:35px 20px 0px 20px;
}	

#site_title a{
	text-decoration:none;
}

#wrap {
	width:620px;
	padding:50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
}

#wrap_text {
	width:620px;
	padding:20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
}


#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}

#content {
	width: 600px;
	margin-right: 15px;
	padding-top: 5px;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family:sans-serif;
}
select {
	color:#333333;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { 
	width: 180px;
	background-color:#FFFFFF;
}
#controls {	
	margin:0px 0px 20px 0px;
	padding:0px;
	width:300px;
	float:right;	
}

#galleries {
	margin:80px auto 0px 5px;
}
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin:0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	float:right;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align:right;
}
#transport a {
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color:#993333;
}
#transport a:visited {
	color:#993333;	
}
#transport a:hover {
	color:#CC6699;	
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	padding:0px;
	margin:0px 0px 0px 63px;
	width: 557px;
}
#thumbnails {
	clear: both;
	margin: 5px auto 0px 5px;
}
#thumbnails div {
	position: relative;
	width: 108px;
	height: 72px;
	background-image:url(img/bg_thumb.gif);
	background-repeat:no-repeat;
	float: left;
	margin:0px 2px 8px 0px;
	padding: 0px;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 93px;
	height: 62px;
	position: absolute;
	padding:5px 7px;
}
#picture {
	margin:0px 0px 0px 63px;
	padding: 1px 0px 0px 0px;
	width: 557px;
	height:387px;
	background-image:url(img/bg_photo.gif);
	background-repeat:no-repeat;
}

#text{	
	margin:2px 0px 0px 63px;
	padding:20px 7px 10px 7px;
	/*width: 557px;*/
	/*height:387px;*/
	background-color:#eee;
	color:#444;
}

#footer{
	margin:0px;
	padding: 0px;
	text-align:center;
	position:absolute;
	z-index:2;
	top:200px;
	left:23px;
}

#footer a{
	font-size:100%;
	color:#666;
	margin:0ox;
	padding:0px;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
}

.about{
	margin:0px;
	padding:0px;
	width:228px;
	height:42px;
	display:block;
	background-image:url(img/bg_btn_about.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.about p{
	margin:0px;
	padding:13px 0px;
	font-size:12px;
	letter-spacing:0.2em;
}

.cont{
	margin:0px;
	padding:0px;
	width:228px;
	height:42px;
	display:block;
	margin-top:2px;	
	background-image:url(img/bg_btn_cont.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.cont p{
	margin:0px;
	padding:14px 0px;
	font-size:12px;	
	letter-spacing:0.2em;	
}
#footer span{
	line-height:1.7em;
}
#footer span a{
	color:#434343;
}
.sceneTitle{
	display:block;
	width:228px;
	height:60px;
	margin:0px;
	padding:20px 0px 5px 0px;
	color:#666666;
	font-weight:bold;
	background-image:url(img/sceneTitle.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.sceneTitle span{
	display:none;
}
#mainImageOutline {
	margin: 20px 15px 20px 15px;
	padding: 0px;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}

#picture img {	
}
/*.selectedThumbnail {  border: solid 2px #fc0 !important; }*/

/*.selectedThumbnail { background:url(img/bg_thumb2.gif) no-repeat bottom left !important; }*/

/*.inFocus {  border: solid 1px #fc0 !important; }*/

.inFocus { background:url(img//bg_thumb2.gif) no-repeat bottom center !important; }



/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}


#copy{
	color:#444;
	margin:0px;
	padding: 0px;
	text-align:center;
	position:absolute;
	z-index:3;
	top:780px;
	left:500px;
}

#copy a{
	font-size:100%;
	color:#444;
	margin:0ox;
	padding:0px;
	text-decoration:none;
}

#copy a:hover{
	color:#999;
}

.sceneArea{
	width:180px;
	margin:0px 10px 10px 0px;
	padding:0px;
	float:right;
}
.scene{
	background-color:#FFFFFF;
	width:180px;
	margin:0px;
	padding:0px;
}
.Titles{
	height:20px;
}

.ToFujiweb{
	margin:10px 0px 30px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(img/arrow_toweb.gif);
/*	background-position:5px left;*/
	background-position: left;
	background-repeat:no-repeat;
}

.ToFujiweb a{
	font-size:100%;
	color:#666;
	margin:0ox;
	padding:0px;
	text-decoration:none;
}

.ToFujiweb a:hover{
		color:#999;
}
