
body{
background-color: black;	
	}

#container{
 margin: 0 auto; 
 width: 900px;
 border: 1px solid black;
 background-color: wheat;
 }

/*トップメニュー*/

#top_menu{
    width: 900px;
    height: 25px; 
    font-size: 0.8em;
    background-color: teal;
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: bottom;
    font-family: sans-serif;
    line-height: 25px;
}

#top_menu a{
    color: white;	
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: teal;
}

#top_menu a:visited{
    color: white;	
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: teal;
}

#top_menu a:hover{
    color: teal;	
    background-color: white;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 5px 5px 5px 5px;
}
	

/* ヘッド　タイトル*/
#head{
    width: 900px;
    height: 150px;
    border-bottom: 5px solid teal;
   background-color: black;
    color: white; /* for night pictures*/
    /*color: sienna;*/ /* for daylight pictures*/ 
    /*background-image: url("../images/head_nhao_night.png");*/  /* for autum*/
    /*background-image: url("../images/head_nhao_winter.jpg");*/ /* for winter*/
    background-image: url("../images/head_nhao_milkyway.jpg");   /* for summer*/
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    font-family: sans-serif; 
}


#header_nhao_jp{
    position: absolute;
    top:  -10px;
    left: 20px;
    font-size: 13.5pt;
}

#header_nhao_en{
    position: absolute;
    top:  13px;
    left: 23px;
    font-size: 10tp;
}

#header_nhao_en2{
    position: absolute;
    top:  28px;
    left: 23px;
    font-size: 8tp;
}

#header_title { 
    position: absolute;
    top:  110px;
    left: 280px;
    font-size: 15pt;
}

#header_subtitle {
    position: absolute;
    top:  110px;
    left: 320px;
}


/* navi : 左サイドメニュー */

#navi{
    float: left;
    width: 180px;
    background-color: wheat;
    margin-left: 0px; 
    font-size: 11pt;
    font-family: sans-serif; 
}

#navi ul{
    background-color: wheat;
}

#navi li{
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin-left: -30px;
    list-style-type: none;
    background-color: tan;
    color: teal;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #AB9B7D;
} 

/* 強調するサイドメニューの幅、文字色、選択中の色*/
/* <li class="red"></li> で指定する*/

#navi li.red{
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin-left: -30px;
    list-style-type: none;
    background-color: tan;
    color: red;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #AB9B7D;
} 


#navi li.red a:link{
    display: block;
    color: red;
    background-color: wheat;
}

#navi li.red a:visited{
    color: red;
    background-color: wheat;
}

#navi li.red a:hover{
    color: red;
    background-color: gainsboro;
    border-radius: 3px 3px 3px 3px;
}

/* 通常サイドメニューの幅、文字色、選択中の色*/

#navi a:link{
    display: block;
    width: 180px;
    height: 30px;
    color: teal;
    background-color: wheat;
    font-weight: normal;
    text-decoration: none;
}

#navi a:visited{
    color: teal;
}

#navi a:hover {
    background-color: gainsboro;
    color: teal;
    border-radius: 3px 3px 3px 3px;
}



/* news : ニュースコンテンツ */

#news{
    float: right;
    width: 700px;
    font-family: monospace; 
    background-color: white; 
    padding-left: 0px;
    color: black;	
    border-bottom: 2px solid teal;
	}

#news h3{
     line-height: 1em;	
     margin-top: 1em;
     text-indent: 1em;
}

#news ul{
    list-style: none;
    width: 650px;
    font-size: 1.0em;
    line-height: 1.2;
}

#news li{
    margin-bottom: 10px;
    padding-left: 7em;/*1em（1文字）分、右に動かす*/
    text-indent:  -8.2em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

#news a{
    color: darkblue;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

#news a:visited{
    color: black;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

#news a:hover{
    color:  black;
    text-decoration: none;
    background-color: gainsboro;
    border-style: solid;
    border-width: 3px;
    border-color: gainsboro;
    border-radius: 4px 4px 4px 4px;

}

#news p.right{
    text-align: right;
    font-size:  0.8em;
    margin-right: 1em;
    margin-bottom: 0.28em;
}

#news p.line{ /*mainページ・見出し用*/
    text-align: left;
    padding-top: 1em;
    border-bottom: 1px solid teal;
}
			


			
/* main : メインコンテンツ */			
#main{
    text-align: left;
    float: right;
    width: 700px;
    background-color: white; 
    padding-left: 0px;
    text-indent: 1em;
    font-size: 11pt;
    font-family:sans-serif, Arial;

 }	

 
#main p{
    margin-left: 1em;	
    margin-right: 20px;
    line-height: 1.2em;
    color: black;
    font-size: 12pt;
    line-height: 1.5;
 } 

#main p.noindent{
    margin-left: 1em;	
    margin-right: 20px;
    line-height: 1.2em;
    color: black;
    font-size: 12pt;
    line-height: 1.5;
    text-indent:0em;
}

#main p.headline{ /*mainページ・見出し用*/
    padding-top: 1.5em;
    border-bottom: 1px solid teal;
    font-weight: bold;
}

#main p.line{ /*mainページ・見出し用*/
    padding-top: 1em;
    border-bottom: 1px solid teal;
}

#main p.right{ /*mainページ・見出し用*/
    padding-top: 0em;
    text-align: right;
    font-size: 0.9em;

}

#main p.tight{ /*mainページ・見出し用*/
    padding-top: 0em;
    font-size: 0.9em;
    padding-bottom: 0em;
    line-height: 0.5;
}

#main b{
    margin-left: 1em;    
}


#main a{
 color: steelblue;	
 text-decoration: none;
 border-style: solid;
 border-width: 3px;
 border-color: white; 
 }
 
#main a:visited{
 color: darkslateblue; 
 text-decoration: none;
 border-style: solid;
 border-width: 3px;
 border-color: white; 
 }

#main a:hover{
 /*color: teal;	
 text-decoration: none;
 font-weight: bolder;*/
 color:  white;
 text-decoration: none;
 background-color: steelblue;
 border-style: solid;
 border-width: 3px;
 border-color: steelblue; 
 border-radius: 4px 4px 4px 4px;
 }


#main table{
    margin-left:     auto;
    margin-right:    auto;
    border-top:      1px solid black;
    border-left:     1px solid black;
    border-collapse: collapse;
    background-color:white;
    empty-cells:     show;
    font-size:       9pt;
}

#main table th{
   color: white;
   border-right:1px solid black;
   border-bottom:1px solid black;
   background-color:teal;
   background-position:left top;
   padding:0.5em 2em;
   text-align:center;
}


#main table td{
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding-top: 0.3em;
    center: center;
}

#main table.white{
    width:           550px;
    margin-left:     1em;
    margin-right:    auto;
    border-top:      1px solid white;
    border-left:     1px solid white;
    border-collapse: collapse;
    background-color:white;
    empty-cells:     show;
    font-size:       1em;
}

#main table.white td{
    border-right  :0em solid white;
    border-bottom :1px solid white;
    padding-top   : 0.3em;
    center        : left;
}


#main table p{
    font-size: 11pt;
}

#main table a{
    border-width: 1px;
}
 

#main table a:visited{
    border-style: solid;
    border-width: 1px;
 }

#main table a:hover{
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px 2px 2px 2px;
}


#main h1,h2,h3,h4,h6{
    line-height: 1em;	
    margin-top: 1em;
 }

#main h5{
    border-bottom: 1px solid teal;
    font-weight: bold;
    font-size: 1.2em;
    fint-weight: bold; 
    padding-top: 0em;
    padding-bottom: 1em;
    line-height: 0.5;
 }



#main ul{
    list-style: none;
    width: 590px;
    font-size: 1em;
    line-height: 1.1;
    color: black;
    padding-left: 2em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
    margin-bottom: 1.5em;
}


#main li{
    margin-bottom: 1em;
    width: 590px;
    padding-left: 2em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main ul li{
    margin-bottom: 10px;
    width: 530px;
    padding-left: 2em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main ul ul li{
    margin-bottom: 10px;
    width: 530px;
    padding-left: 2em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main ol{
    padding-left: 2em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main ul ol li{
    padding-left: 0em;
    padding-top: 0.3em;/*1em（1文字）分、右に動かす*/
    text-indent:  0em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main li.note{
    width: 480px;
    padding-right: 10em;
    padding-left: 3em;
    padding-top: 0em;/*1em（1文字）分、右に動かす*/
    text-indent:  -1.1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}


#main li.note_chu{
    width: 480px;
    padding-right: 10em;
    padding-left: 3.5em;
    padding-top: 0em;/*1em（1文字）分、右に動かす*/
    text-indent:  -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
}




 
/* footer : フッター */
#footer{
    clear: both;
    width: 900px;
    height: 30px;
    background-color: teal;	
    font-size: 10pt; 
    color: white;	
    text-indent: 20px; 
    line-height: 2.3em; 
    text-align: left;
    font-family:sans-serif, Arial; 
}
 
#footer a{
	color: white;	
	text-decoration: none;
}

#footer a:visited{
        color: white;
	text-decoration: none;
}

#footer a:hover{
        color: white;
	text-decoration: none;
}
 


/* ギャラリーページ用*/

table.igallery{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
td.w105{
	border: none;
	vertical-align: top;
	width: 105px;

}
table.igallery .thumb{
	width: 105px;
	border: none;
}
table.object{
	margin-left: auto;
	margin-right: auto;
}
td.w240{
	border: 0 solid #FFFFFF;
	vertical-align: top;
	width: 240px;
	padding: 5px;
}
table.vgallery{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;

}
td.w128{
	border: none;
	vertical-align: top;
	width: 128px;
}
.vgallery .thumb{
	width: 128px;
}