@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-width : 0px;border-style : hidden;
  width : 800px;
  height : auto;
}

#header{
  height : 60px;
  padding-top : 40px;
  margin-left : 5px;
  margin-right : 5px;
  font-size : xx-small;
  font-family : "Helvetica Neue OTS";
 width : 800px;
  
}
#cont{
  margin-left : 0px;
  margin-right : 0px;
  width : 800px;
  padding-top : 10px;
}

#nav2{
  padding-top : 10px;
  padding-left : 20px;
  width : 80px;
  height : auto;
  float : left;
}
#cont1{
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  width : 640px;
  height : 60px;
  float : right;
}
#cont2{
  margin-left : 20px;
  margin-right : 20px;
  width : 640px;
  height : auto;
  float : right;
}
#nav3{
  padding-top : 10px;
  padding-left : 20px;
  width : 80px;
  height : 600;
  float : left;
}

#cont3{
	margin-left : 20px;
  margin-right : 10px;
  width : 640px;
  height : auto;
  float : right;
 
}
#cont4{
  width : 800px;
  height : auto;
  float : center;
}




#footer{
  width : 800px;
  height : 99px;
  clear : both;
}
html{
	font-size: 62.5%;
}
body{
    font-size: 1.2rem;
    font-family: "Cantarell",Verdan,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
   line-height: 180%;
}
p{
	 
 font-size: 1.15rem;
 font-family: "Cantarell",Verdan,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
 line-height: 200%;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 730px;
  margin: 5px auto 15px;
  padding: 0;
 font-family : "Helvetica Neue OTS";
}
.dropmenu::before, .dropmenu::after{
  content: "";
  display: table;
}
.dropmenu::after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 10%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 0 10px;
  background: #FFFFFF;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
 overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #FFFFFF;
  background: #FFFFFF;
  text-align: center;
}
.dropmenu li:hover > a{
  background: #C0C0C0;
}
.dropmenu li a:hover{
  background: #DDDDDD;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}

a:link{
	color: gray;
}
a:visited{
	color: gray;
}
a:hover{
	color:gray;
}
a:active{
	color: gray;
}
html{
	  overflow-y:scroll;  
    }  

ul, ol{
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
}
li{
	margin-top: .5em;
}
li:first-child{
	margin-top: 0;
}



.default{
	list-style: disc;
}

.menu li{
	position: relative;
}
.menu li::after{
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a{
	text-decoration: none;
}
div#hpb-gallery1 img{
  margin-right : 10px;
  margin-bottom : 10px;
} 

div#hpb-slideshow1{
 margin-bottom : 20px;
}
@media screen and (max-width: 480px) {
#main,#body{
	width: 100%;
}
}

