/*ブラウザスタイルの初期化*/

*{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}



/*ページ全体の設定*/

*{
  font-family: "ＭＳ Ｐゴシック", OSAKA, "ヒラギノ角ゴ Pro W3";
  font-size: 13px;
  line-height: 140%;
}


body{
  text-align: center;
  background-image: url(img/back3a.jpg);
  background-color: #FFFACD;
  font-size: 13px;
  color: #5E4A19;
  line-height: 140%;
  margin: 10px;
  padding: 0px;
  overflow: auto;
}

/*拡大画像レイヤー*/

img.map {
position: relative; top: 0px; z-index: 1;
}

/*文字の個別設定*/

.font1{
  font-size: 13px;
  color: #5E4A19;
  line-height: 140%;
  font-weight: bold;
}



/*リンクの設定*/

a,a:link{
  color : #CB362C;
  text-decoration : underline;
}

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

a:visited{
  color : #B1A58E;
  text-decoration : underline;
}


p {
	margin: 0.5em 0 1em 0;
}
b {
	font-weight : bold;
}
ul,ol{
	margin-top: 0.5em;
	margin-bottom: 1em;
}
ul li {
	margin-left: 2em;
	list-style-type: disc;
}
ol li {
	margin-left: 2em ! important;
	list-style-type: decimal;
}


#headertitle a,#headertitle a:link{
  color : #F4EFE3;
  text-decoration : underline;
}

#headertitle a:hover{
  color : #E5DCC6;
  text-decoration : none;
}

#headertitle a:visited{
  color : #F1EBDB;
  text-decoration : underline;
}


#menu a,#menu a:link{
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  color : #DDD3BA;
  text-decoration : none;
}

#menu a:hover{
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  color : #BE9E61;
  text-decoration : underline;
}

#menu a:visited{
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  color : #B1A58E;
  text-decoration : none;
}

#menu ul{
margin:0px;
padding:0px;
list-style:none;
}
 
#menu li{
padding:0em 2em;
display:inline;
}

#imgHover {  
    float: left;  
    margin-right: 5px;  
}  
    #imgHover img {  
        border: none;  
    }  
      
    #imgHover a {  
        display: block;  
    }  
                  
    #imgHover a:hover {  
        position: relative;  
    }  
  
        #imgHover a .mainImage {  
            display: none;  
        }  
                      
        #imgHover a:hover .mainImage {  
           display: block;  
           position: absolute;  
           top: 0;  
           left: 0;  
   margin-left: -350px;  
       }  

/*IE5.5＆6透過PNG表示設定*/
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

img{
	behavior: url('/js/fx-iepngfix.htc');
}

/*メインエリアの設定*/

#container{
  width: 750px;
  text-align: left;
  position: relative;
  background-color: transparent;
  margin: 0px auto;
  padding: 0px;
}



/*ヘッダの設定*/

#headerlink{
  position: relative;
  width: 750px;
  height: 100%;
  text-align: right;
  background-image: url(img/echoes_title.jpg);
  background-repeat: no-repeat;
  behavior: url('./js/fx-iepngfix.htc');
  background-color: transparent;
  color: #5E4A19;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

h1{
  width: 750px;
  height: 187px;
  color: #6495ed;
/*  text-align: left; */
  font-size: 90px;
  line-height: 100%;
  margin: 0px;
  padding: 7px 8px 2px 8px;
}


#headertitle{
  position: relative;
  width: 750px;
  height: 250px;
  text-align: left;
  background-image: url(./img/top.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  color: #F1EBDB;
  margin: 0px;
  padding: 0px;
}

h2{
  padding-top: 10px;
  left:-20px;
  position:relative;
}

h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #8B0000;
  text-shadow:#000
  margin: 10px;
  padding: 10px 15px 5px 15px;
}

#headertitle p{
  font-size: 13px;
  line-height: 140%;
  color: #F1EBDB;
  margin: 0px 20px 10px 25px;
  padding: 0px;
}


#headerspace{
  position: relative;
  width: 750px;
  height: 3px;
  text-align: left;
  background-image: url(./img/bg_main.gif);
  background-repeat: repeat-y;
  color: #F1EBDB;
  margin: 0px;
  padding: 0px;
}



/*メニューバーの設定*/
#menu{
  position: relative;
  width: 750px;
  height: 100%;
  text-align: center;
  background-image: url(./img/bg_menu.jpg);
  background-repeat: repeat-y;
  background-color: #5E4A19;
  color: #F1EBDB;
  margin: 0px;
  padding: 0px;
}

h4{
  font-size: 15px;
  font-weight: bold;
  line-height: 140%;
  color: #DDD3BA;
  margin: 0px;
  padding: 5px;
}



/*contentsの設定*/

#contents{
	width: 750px;
	text-align: left;
	position: relative;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

/*contents背景モダンブラウザ向けCSSハック*/
div#contents:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

#videos{
  position: relative;
  float: center;
  width: 750px;
  height: 100%;
  text-align: center;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px;
  padding: 20px 20px 30px 0px;
}

#introduction{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px;
  padding: 0px;
}

#introduction2{
  position: relative;
  float: left;
  width: 750px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px;
  padding: 0px;
}

h5{
  padding-top: 10px;
  left:0px;
  position:relative;
}

.comment{
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding: 0px;
}

.commentright{
  text-align: right;
  font-size: 13px;
  line-height: 140%;
  color: #5E4A19;
  margin: 20px 10px 0px 20px;
  padding: 0px;
}

.diary{
  font-size: 13px;
  line-height: 180%;
  color: #5E4A19;
  display: inline;
  border-bottom: 1px dotted #8A7E65;
  padding-bottom: 0.8px;
}


.return{
  text-align: right;
  font-size: 13px;
  line-height: 140%;
  color: #5E4A19;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}


#movie{
  position: relative;
  float: left;
  width: 330px;
  text-align: right;
  background-color: transparent;
  color: #5E4A19;
  margin: 61px 0px 0px 0px;
  padding: 0px 5px;
}

#information2{
  position: relative;
  float: left;
  width: 750px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px;
  padding: 0px;
}

#information{
  position: relative;
  float: left;
  width: 350px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}

#information3{
  position: relative;
  float: left;
  width: 370px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

#information ul{
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#information li{
  color: #5E4A19;
  margin: 0px;
  padding: 0px 5px 15px 20px;
}


#music{
  position: relative;
  float: left;
  width: 750px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
}

#music_play{
  position: relative;
  float: left;
  width: 370px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
}

#music_info{
  position: relative;
  float: left;
  width: 350px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 15px 0px;
}

h6{
  padding-top: 10px;
  margin-left: 0px;
}

div#music{
  position: relative;
  float: left;
  width: 740px;
  height: 100%;
  text-align: left;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

#music ul{
  list-style-type: disc;
  list-style-position: outside;
  margin: 0px;
  padding: 10px 0px 0px 35px;
}

#music li{
  color: #5E4A19;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}


div#memberlist{
	position: relative;
	float:left;
	width: 750px;
	height: 100%;
	text-align: left;
	background-repeat: repeat-y;
	color: #5E4A19;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#memberlist2{
	position: relative;
	float:left;
	width: 740px;
	height: 100%;
	text-align: left;
	background-repeat: repeat-y;
	color: #5E4A19;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

table#memberlist{
  width: 690px;
  border: 1px #746348 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0px 0px 30px;
  padding: 0px;
}

table#memberlist th{
  padding: 10px;
  border: #746348 solid;
  border-width: 0px 0px 1px 1px;
  background: #AF9B7A;
  font-weight: bold;
  line-height: 120%;
  font-size: 13px;
  color: #5E4A19;
  text-align: center;
  white-space: nowrap;
}

table#memberlist td{
  padding: 5px;
  border: 1px #746348 solid;
  border-width: 0px 0px 1px 1px;
  background: #DAD2BF;
  line-height: 120%;
  font-size: 13px;
  color: #5E4A19;
  text-align: left;
}
  

#partlist{
  position: relative;
  width: 750px;
  height: 100%;
  text-align: left;
  background-image: url(./img/bg_main.gif);
  background-repeat: repeat-y;
  color: #5E4A19;
  margin: 0px 420px 0px 0px;
  padding: 0px 0px 20px 0px;
}


table#partlist{
  width: 330px;
  border: 1px #746348 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0px 0px 30px;
  padding: 0px;
}

table#partlist th{
  padding: 10px;
  border: #746348 solid;
  border-width: 0px 0px 1px 1px;
  background: #AF9B7A;
  font-weight: bold;
  line-height: 120%;
  font-size: 13px;
  color: #5E4A19;
  text-align: center;
  white-space: nowrap;
}

table#partlist td{
  padding: 5px;
  border: 1px #746348 solid;
  border-width: 0px 0px 1px 1px;
  background: #DAD2BF;
  line-height: 120%;
  font-size: 13px;
  color: #5E4A19;
  text-align: center;
}

div#link{
  position: relative;
  float: left;
  width: 750px;
  height: 100%;
  text-align: left;
  background-image: url(./img/bg_main.gif);
  background-repeat: repeat-y;
  background-color: transparent;
  color: #5E4A19;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

div#link2{
	position: relative;
	float:left;
	width: 740px;
	height: 100%;
	text-align: left;
	background-repeat: repeat-y;
	color: #5E4A19;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}


#link ul{
  list-style-type: disc;
  list-style-position: inside;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

#link li{
  color: #5E4A19;
  margin: 0px;
  padding: 0px 5px 15px 20px;
}

/*フッタの設定*/

#footer{
  position: relative;
  width: 750px;
  height: 30px;
  text-align: left;
  background-color: transparent;
  color: #F1EBDB;
  margin: 0px;
  padding: 0px;
}




.clearboth{
	clear: both;
}

