#content{
width: 750px;
margin: 0 55px;
text-align: left;
}

#al{
width:800px;
text-align:center;
}
h2{
	color: #f30;
	font-weight: normal;
	font-size:21px;
	text-align: left;
	padding: 5px 0 5px 10px;
	border-bottom: 2px solid #f30;
	margin-bottom:10px;
}


#dropmenu{
list-style-type:none;
width:750px;
height:30px;
margin:10px 0 15px;
background:#fff;
border-radius:3px 3px 3px 3px ;
border:1px solid #f30;
}

#dropmenu li{
position: relative;
width: 187.5px;
float: left;
margin: 0;
text-align: center;
color:#f30;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 0 ;
  color: #f30;
  font-size: 16px;
  line-height: 0.8;
  text-decoration: none;
}
#dropmenu ul a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li a:hover{
color: #FF3300;
background-color: #fff;
}

/*ドロップ*/
#dropmenu li:hover > a{
  color: #f30;
}

#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

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

#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
#dropmenu li ul li a{
  padding:13px 9px;
  background: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
color:#f30;
}
#dropmenu li ul li a:hover{
  color:#f30;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height:36px;
  border-top:1px solid #FF3300;
  border-bottom:1px solid #FF3300;

}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
 border-bottom:1px solid #FF3300;

}
#dropmenu li:hover ul li:last-child a{
 border-bottom:1px solid #FF3300;
}

#detail{
clear: both;
line-height: 190%;
}
#detail li{
font-size:20px;
font-weight:bold;
list-style:none;
}
#img{
margin:10px auto 20px;
}

#img1{
margin:10px 0px 0px 90px;
}
#header:after {
  content: "";
  clear: both;
  display: block;
}

#navi:after {
  content: "";
  clear: both;
  display: block;
}
#contact{
width:750px;
text-align:center;
margin-top:20px;
}

#contact p{
margin-bottom:5px;


}
#gotop a{
color:#fff;
font-family:"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
font-size:12px;
text-align:center;
line-height:40px;
width:130px;
text-decoration:none;
cursor:pointer;
border-radius:4px;
background:#f30;
display:block;
margin: 0 auto;
}
