
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font: 10px normal "Helvetica Neue", Arial, sans-serif;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #684b09;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h1 {
	border: none;
	display: none;
}


img {
	border: none;
}
/*-------------------------------------*/
/* 浮動コンテンツのクリア */
/*-------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
}
/*//clearFix Coponents//*/
.clear {
	clear: both;
}
.clearfix {
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}
/*-------------------------------------*/
/* header */
/*-------------------------------------*/
div#header {
	min-width: 960px;
	margin-top: 0px;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

div#header .s_gnav {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#header .s_gnav ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
div#header .s_gnav ul li {
	list-style-type: none;
	float: left;
    margin: 0px;
	padding: 0px;
}
#menu{
  list-style-type: none;
  float: left;
  width: 800px;
  height: 112px;
  margin: 0;
  padding: 0;
  background: #276baa;
}
#menu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 0px 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li:last-child ul{
  left: 0%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  	z-index: 5000;

}
#menu li ul li a{
	padding: 13px 15px;
	background: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#menu li:hover > a{
	background: #1a5293;
	color: #FFF;
}
#menu li:hover ul li{
	
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #666;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}

/*-------------------------------------*/


div#contents {
	overflow: hidden;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#contents .information {
	overflow: hidden;
	width: 320px;
	float: left;
}
div#contents .information li {
	margin-bottom: 6px;
	font-size: 11px;
	width: 300px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, div#contents .information li {
	 padding-bottom: 5px;
	 margin-bottom: 15px;
	 font-size: 11px;
}

}
div#contents .information li a {
	color: #333;
	text-decoration: none;
}
div#contents .information li a:hover {
	color: #999;
	text-decoration: underline;
}
div#contents .information strong {
	font-size: 10px;
	color: #C33;
}
div#contents .produced {
	overflow: hidden;
	width: 320px;
	float: left;
}
div#contents .produced li {
	margin-bottom: 10px;
}
div#contents .banner {
	overflow: hidden;
	width: 320px;
	float: left;
}
div#contents .banner li {
	margin-bottom: 20px;
	width: 100%;
}
/*-------------------------------------*/

div#footer {
	margin-top: 45px;
	width: 100%;
	background-image: url(../images/slide_back.png);
	background-repeat: repeat;
	float: left;
}
div#footer .inner {
	margin-top: 25px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
div#footer .inner .icon {
	width: 360px;
	float: left;
}
div#footer .inner .ad {
	width: 250px;
	float: left;
	font-size: 13px;
	margin-left: 30px;
	color: #666;
}
div#footer .inner .tel {
	width: 200px;
	float: left;
	font-size: 13px;
	margin-left: 60px;
	color: #666;
	letter-spacing: 2px;
}
div#footer .inner .box {
	width: 180px;
	float: left;
	font-size: 13px;
	margin-left: 60px;
	color: #666;
	margin-top: 30px;
}
div#footer .inner .box li {
	margin-bottom: 25px;
	list-style-type: none;
	font-size: 11px;
}
div#footer .inner .box li a {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
div#footer .inner .box li a:hover {
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}
div#footer p#copyright {
	text-align: center;
	padding: 10px;
	color: #999;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif!important;
	font-size: 10px;
	margin-top: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
