/*contents layout*/
#wrapper {
margin: 0;
padding: 0;
width: 800px;
}

#side {
position: absolute;
left: 0;
top: 10px;
width: 200px;
margin: 0;
padding: 0;
background-color: transparent;
}

#main {
position: absolute;
left: 200px;
top: 10px;
width: 540px;
margin: 0;
padding: 0 30px;
background-color: transparent;
}

.left360 {
float: left;
width: 360px;
clear: both;
}

.right160 {
float: right;
width: 160px;
margin-left: 20px;
}

/*basic style*/
body    {
margin: 0;
padding: 0;
background: #fff url(img/bg_left_oak.gif) repeat-y;
border-top: 10px solid #c90;
font-size: 9pt;
font-family: Verdana, san-serif;
line-height: 1.5;
color: #789;
}

h1       {
color: #c90;
font-size: 24px;
margin: 24px 0;
padding: 0;
}

h2     {
color: #c36;
font-weight: bold;
font-size: 10pt;
margin: 24px 0 12px;
padding-left: 4px;
border-left: 6px solid #c36;
border-top: 1px solid #c36;
clear: both;
}

h3     {
color: #fff;
font-size: 9pt;
line-height: 1.5;
margin: 24px 0 12px;
padding-left: 6px;
background-color: #000080;
}

h4     {
color: #000;
font-size: 9pt;
margin: 0 0 12px;
}

p   {
font-size: 9pt;
margin: 0 0 12px;
line-height: 1.6; 
}

ul    {
font-size: 9pt;
}

th    {
font-size: 9pt;
font-weight: bold;
background-color: #789;
text-align: center
}

td   {
font-size: 9pt;
}

blockquote  {
margin: 0 0 12px 24px;
}

a {
color: #C36;
text-decoration: underline;
}

p a:hover {
color: #fff;
background-color: #C36;
}

em      {
color: #000;
font-style: normal;
font-weight: normal;
}

strong    {
color: #C36;
font-style: normal;
font-weight: bold;
}

/*class style*/
.small    {
font-size: 8pt;
}

p.caption    {
font-size: 0.8em;
line-height: 1.2;
margin: 6px 0; 
}

p.more    {
font-size: 10px;
line-height: 1.2;
margin: 6px 0; 
text-align: right;
clear: both;
}

p.arrow    {
color: #C36;
line-height: 1.8;
background: url("img/arrow_pink.gif") no-repeat left center;
margin: 12px 0; 
padding-left: 12px;
}

ul.square    {
list-style: square;
margin-left: 10px;
padding-left: 5px;
}

/*p.doc     {
color: #C36;
line-height: 1.8;
background: url("img/icon_doc.gif") no-repeat left top;
margin: 12px 0;
padding-left: 30px
}*/

/*side*/
#side h2     {
width: 200px;
height: 140px;
text-indent: -9999px;
background: url(img/naomakino_s.gif) no-repeat;
display: block;
margin: 0;
padding: 0;
border: 0pt;
}

/*footer*/
#footer     {
border-top: 1px solid #c90;
clear: both;
margin: 12px 0;
}

#footer img    {
width: 90px;
height: 18px;
margin: 12px 0 0;
padding: 0;
border: 0px;
}

#footer img    {
margin: 12px 0 0;
padding: 0;
border: 0px;
}

#footer address      {
text-indent: -9999px;
background: url(img/credit.gif) no-repeat;
display: block;
}

/*print zoom for win_IE*/
@media  print {
body {zoom: 85%}
}

/*lightbox (jQuery plugin)*/
#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(img/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(img/ls_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/ls_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: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*photo album (image resize to w160xh120px, float=left)*/
ul.album { list-style-type:none; width:540px; padding:0; margin:0; display:inline; }
ul.album li { float:left; margin:0 8px 8px 0; padding:3px; /*border:#B5B5B5 1px solid;*/ }
ul.album li img { width:162px; height:108px; padding:1px; border:1px solid; }
ul.album li div { width:162px; margin:3px 0; line-height:1.2em; font-size:10px; }