@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

body {
overflow-y:scroll;
font-size : 70%;
letter-spacing : 1px;
line-height : 150%; 
text-align: center;
color: #999999;
background-color :#eeeeee;
font-family : "メイリオ" ;
margin : 50px 0;
}
img {
border: 0;
}
br {
letter-spacing : normal; 
} 
ul,li {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a{
color: #999999;
text-decoration : none;
}
a:hover{
color : #000000;
}


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1{
font-size : 150%;
font-family : "メイリオ" ;
}
h2 {
font-size : 120%;
color: #666666;
font-family : "メイリオ" ;
padding: 0 0 0 0px;
margin: 20px 0 ;
}
h3 {
font-size : 100%; 
font-family : "メイリオ" ;
margin: 0 0 5px ;
} 
h4{
font-size : 100%; 
margin: 5px 0 5px;
}


p {
font-size : 100%;
padding: 0 0 5px;
}
em{
color : #000000;
}
strong{
font-weight:bold;
color : #FF00FF;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 10px 0 10px;
}


/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page{
margin:0px auto;
height : auto;
text-align : left;
border : 1px solid #cccccc;
padding: 10px 0 0px 0px;
background : #ffffff url(../images/michiru&ouji.gif) no-repeat fixed  right top;
}
#index{
margin:0px auto;
height : auto;
text-align : left;
border : 1px solid #cccccc;
background : #ffffff
}


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head{
float:left;
margin:  10px 0;
padding: 10px 0 10px 50px;
}

/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu{
padding: 27px 0 10px 300px;
}
#menu ul{
float:left;
margin:  10px 0;
}
#menu li{
display: inline;
padding: 0 10px 0 12px;
background:url(../images/05.gif) no-repeat left center; 

}



/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#top{
padding:  30px 50px 50px;
}

#contents{
padding:  30px 50px 50px;
}

/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot{
text-align : center;
padding:  10px 0;
}
#foot li{
display: inline;
padding: 0 20px 0 0;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : auto;
height : 80px;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #999999;
background-color :#eeeeee;
border : 1px solid #cccccc;
padding:10px;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

.mail textarea,.mail input{
font-size : 100%; 
color : #999999;
background-color :#eeeeee;
border : 1px solid #cccccc;
margin: 1px 0;
}


/* -------------------------------------------- */ 
/* リンクページ
/* -------------------------------------------- */ 

ul.link01,ul.link02{
padding : 0 0 10px;
}
ul.link01 li{
display: inline;
padding : 0 10px 5px 0;
}
ul.link02 li{
display: inline;
}
dl.link03 {
clear:both;
padding : 5px 0 0 0;
}
dl.link03 dt{
float:left;
width:200px;/* 使用するバナーの横幅 */
margin:0 10px 0 0;
}


/* -------------------------------------------- */ 
/* 画像・テキストページメニュー
/* -------------------------------------------- */ 

ul.sub01{
margin: 0 0 20px;
}
ul.sub02{
margin: 0 0 10px;
}
ul.sub02 li{
display: inline;
padding : 0 3px 1px 0;
}



/* -------------------------------------------- */ 
/* 画像・テキストページ
/* -------------------------------------------- */ 

.text01 {
font-size : 120%;
line-height : 180%; 
margin:10px 0 20px;
}
.img{
text-align : center;
margin:40px 0 20px;
}
ul.navi {
text-align : center;
margin: 10px 20px;
}
ul.navi li{
display: inline;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop{
text-align : right;
margin: 0 0 10px;
}



#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: none;   }  
#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; }
