@charset "UTF-8";
/* CSS Document */

html{
    height:100%;
}

body{
	margin: 0;
	padding: 100px 0 0 0;
	min-height: 100%;
	height: 100%;
	text-align: center;
  -webkit-text-size-adjust: 100%;
}  

* html body{  
	height:auto;
}  

div#headerArea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 80px;  
    background-color: #000000;  
    color: #fff; 
	z-index: 2;
 
} 

div#pankuzuArea {  
    position: fixed !important;  
    position: absolute;  
    top: 80px;  
    left: 0;  
    width: 100%;  
    height: 30px;  
    background-color: #E5E5E6; 
	z-index: 1; 
}  

#pankuzu{
	list-style-type: none;
	width: 1000px;
	height: 30px;
	margin: 0 auto 0px;
	padding: 0;
	z-index: 1; 
}

#pankuzu ol{
  text-align: left;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:12px;
  padding: 6px 0 0 0;
  letter-spacing: 0.2em;
}


/* ~~ メニュー ~~ */
#dropmenu{
  list-style-type: none;
  width: 1000px;
  height: 40px;
  margin: 27px auto 0px auto;
  padding: 0;
  background: #000000;
  border-bottom: 0px solid #9F832E;
}

#dropmenu li{
  position: relative;
  width: 20.0%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family:"Minion Pro", "Minion Pro Med";
  letter-spacing: 0.2em;
  border-right: 1px solid #FFFFFF;
}

#dropmenu li2{
  position: relative;
  width: 20.0%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #FFFFFF;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li:hover > a{
  background: #000000;
  color: #9F832E;
}

#dropmenu li ul{	
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul{
  width: 100%
}

#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a{
  padding: 13px 15px;
  background: #000000;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
	overflow: hidden;
	height: 38px;
	border-top: 0px none #9F832E;
	border-bottom: 0px none #9F832E;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

/* ~~ main content ~~ */

div#maincontent_main {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
	background-color: #FFF;  
	background-image: url(../images/top_back.gif);
	background-repeat:repeat;
	min-height:100%;	
	height:auto;/* for IE6 */ 
}

div#maincontent_other {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
	background-color: #FFF;  
	background-image: url(../images/back_white.gif);
	background-repeat:repeat-y;
	min-height:100%;	
	height:auto;/* for IE6 */
	}

#infoArea{
  style:filter:Alpha(Opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.8;
	opacity:0.8;
	overflow:hidden;
	width:540px;
	height:246px;
	border:none;
	background: #FFFFFF;
	margin: 0px auto 10px auto;
	padding-top: 10px;
	text-align: center;
}

#textArea{
  style:filter:Alpha(Opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.8;
	opacity:0.8;
	overflow:hidden;
	width:590px;
	height:450px;
	border:none;
	background: #FFFFFF;
	margin: 10px auto 10px auto;
	padding-top: 10px;
	text-align: center;
}

/* ~~ フッター ~~ */

div#footerArea {
    position: fixed !important;  
	position: relative; 
    margin-top:0;
	bottom:0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #fff;
	overflow:hidden;
}  

#footer{
	position:relative;
	bottom:0px;
	list-style-type: none;
	width: 1000px;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0;
	padding-top: 10px;
	overflow: hidden;
}

#footer li{
  width: 33%;
  float: left;
  margin: 0px auto 0px;
  padding: 0;
  text-align: center;
  font-family:"Minion Pro", "Minion Pro Med";
  font-size: 12px;
  letter-spacing: 0.2em;
  border-right: 1px solid #FFFFFF;
}

#footer li a{
  display: block;
  margin: 0px auto 0px;
  padding: 0;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}

#footer li:hover > a{
  color: #9F832E;
}
