@charset "UTF-8";
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}


#main{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;border-style : none;
  width : 900px;
  height : auto;
}
#header{
  height : 200px;
  vertical-align : bottom;
}
#header2{
  height : 30px;
  vertical-align : bottom;
  border-bottom-style : double;
  border-bottom-color : #27421e;
  padding-right : 40px;
}
#column{
  padding-top : 10px;
  padding-left : 30px;
  width : 200px;
  float : left;
}
#cont{
  text-align : left;
  padding-top : 10px;
  margin-right : 30px;
  width : 612px;
  float : right;
  padding-left : 28px;
}
#footer{
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #e9f3e4;
  height : 50px;
  clear : both;
}
#navi{
	padding-top: 15px;
	width: 900px;
	font-weight: bold;
	font-family: メイリオ;
	text-align: center;
	right: inherit;
	padding-left: 30px;
	letter-spacing: 0px;
}
#navi UL{
	list-style-type: none;
	float: left;
	text-align: center;
	}
#navi UL LI{
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 5px;
  margin-bottom : 0px;
  width : auto;
  height : inherit;
  float : left;
}
#navi UL LI A{
  background-color : white;
  text-decoration : none;
  display : block;
  color : #27421e;
}
#navi UL LI :hover{
  color : #ff6060;
}
BODY{
  font-size : small;
  line-height : 18px;
  text-align : left;
}
#header H1{
  font-size : x-small;
  background-position : left center;
  font-weight : lighter;
}
#cont H2{
  font-size : 16px;
  font-weight : lighter;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #579142;
  border-bottom-color : #579142;
}
#cont H3{
  font-size : 16px;
  font-weight : lighter;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #be073f;
  border-bottom-color : #be073f;
}
#cont H4{
  font-size : 16px;
  font-weight : lighter;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #008bce;
  border-bottom-color : #008bce;
  margin-bottom : 15px;
}
#cont H5{
  font-size : 16px;
  font-weight : lighter;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #990099;
  border-bottom-color : #990099;
  margin-bottom : 15px;
}
#comt p{
  text-align : left;
}


ul li ul{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	display: none;
	width: 140px;
}
ul li li{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	float: none;
	width: 140px;
}
ul li:hover ul{
	display: block;
	position: absolute;
	width: 140px;
	text-align: left;
	vertical-align: bottom;
	background-color: white;
	background-position: center bottom;
}