@charset   "UTF-8";
/*

*/

	@import url('style0.css');


/*
メニュー
-------------------------------------------------------------------*/	

#dropmenu {
  list-style-type: none;
  width: 800px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  background-image: url(../img/navi.jpg);
  background-position: bottom;
  border: 1px solid #000000; 
}
#dropmenu ul {
	list-style-type: none;
	margin-left: 10px;
}
#dropmenu li {
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding-left: 20px;
  padding-right: 15px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #ffffff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  width: 100%;
  padding: 6px 6px;
  background: #DDDDDD;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background-color: #DDDDDD;
  color: #000000;
  text-align: left;
}
#dropmenu > li:hover > a{
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 24px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#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;

}	

/*
コンテンツ（ＢＯＸ）
-------------------------------------------------------------------*/

.headBox {
	float: left;
	height: auto;
	width: 574px;
	border: 1px solid #DDDDDD;
	margin: 2px;
	padding: 2px;
	background-color: #D9D9FF;
	background-repeat: repeat-x;
	background-position: bottom;
}

.headBox h2 {
	margin: 0px;
	background-color: #0000ff;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 24px;
}

.headBox h3 {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #D9D9FF;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 24px;
}

.headBox p {
	margin: 5px;
	color: #000000;
}

.headImg {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

.headImg img {
	border: 1px solid #999999;
}

/* 
ＴＡＢＬＥ  ＭＥＮＵ
------------------------------------------------------------------- */

#tableMenu table { 
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFFFFF; 
} 
		
#tableMenu { 
	border-collapse: separate; /* 枠線の表示方法（重ねない） */ 
} 

#tableMenu TD { 
	border-width: 1px; /* 枠線の太さ */ 
	border-style: solid; /* 枠線のスタイル */ 
	border-color: #BEDDF5 #429BE3 #429BE3 #BEDDF5; /* 枠線の色（上・右・下・左） */ 
	background-color: #BED0F5; /* セルの背景色 */ 
	padding: 2px; /* セル内の余白 */ 
	text-align: center; /* リンク文字の位置 */ 
} 

#tableMenu A { 
	display: block; /* ブロック要素 */ 
	width: 100%; /* リンク部分の横幅 */ 
	padding: 3px; /* リンク部分の余白 */ 
	text-decoration: none; /* リンク文字の下線 */ 
	font-size: 10pt; /* リンク文字のサイズ */ 
} 

#tableMenu A:hover { 
	background-color: #FFFFFF; /* ポイント時の背景色 */ 
	color: #000000; /* ポイント時の文字色 */ 
} 


