﻿
/*----(MW)メニューの部分(始)-------*/

#dropmenu1{
  list-style-type: none;
  width: 800px;
  height: 50px;
  margin: 30px auto 50px;
  padding: 0;
  background: #EEDA00;
  border-bottom: 5px solid #AA9A00;
  border-radius: 3px 3px 0 0;
}
#dropmenu1 li{
  position: relative;
  width: 16.6%;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
#dropmenu1 li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu1 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu1 li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu1 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu1 li ul li a{
  padding: 13px 15px;
  background: #EEDA00;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu1 li:hover > a{
  background: #F5CE13;
  color: #000000
}
#dropmenu1 > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu1 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #F5CE13e;
  border-bottom: 1px solid #F5CE13;
}
#dropmenu1 li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu1 li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu1 li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

/*----(MW)メニューの部分(終)-------*/




/*----(MW)ごあいさつの部分(始)-------*/


h3 {
margin:0px;
padding:0px;
font-wight:normanl;
text-decoration:none;
}

/*----(MW)コンテンツ部分の中のミニタイトル部分--------*/
h3 {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin-bottom:20px;
padding:5px 7px;
font-weight:bold;
font-size:20px;                /*----文字サイズ--------*/
background-color:#F7F7EA;      /*----背景色--------*/
border-bottom:#EEDA00 solid 3px;  /*----背景色の下の線の色・線の種類・太さ--------*/
}


/*----(MW)ごあいさつの部分(終)-------*/



/*----(ワールド)ドロップダウンメニューの部分(始)-------*/

#dropmenu{
  list-style-type: none;
  width: 800px;
  height: 50px;
  margin: 30px auto 50px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#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{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #174D29;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/*----(ワールド)ドロップダウンメニューの部分(終)-------*/







/*----(ワールド)ごあいさつの部分(始)-------*/


h3 {
margin:0px;
padding:0px;
font-wight:normanl;
text-decoration:none;
}

/*----(ワールド)コンテンツ部分の中のミニタイトル部分--------*/
h3 {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin-bottom:20px;
padding:5px 7px;
font-weight:bold;
font-size:14px;                /*----文字サイズ--------*/
background-color:#F7F7EA;      /*----背景色--------*/
border-bottom:#535d09 solid 3px;  /*----背景色の下の線の色・線の種類・太さ--------*/
}

/*----(ワールド)ごあいさつの部分(終)-------*/










/*----中ページのタイトル(始)--------*/
#page_title{
padding:8px 10px;
font-size:16px;    /*----文字サイズ--------*/
font-weight:bold;
color:#ffffff;             /*----文字色--------*/
border:#f5f5f5 double 6px; /*----枠線を二重線で--------*/
background-color:#8a9b0f; /*----背景色--------*/
margin-bottom:20px;


/*----中ページのタイトル(終)-------*/



