@charset "utf-8";

body {
    margin-top: 0;
    padding: 0;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat-x;
    background-size: auto;
}

#container {
  width: 930px;
  height: 100%;
  margin: 0 auto;
}

/* Page */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



#top {
  width: 930;
  height: 65px;
  margin: 16px 0px -120px 0px;
}

#topinfo {
  width: 230px;
  height: 65px;
  float: left;
  /*border:solid 1px green;*/
}

#topphone {
  width: 580px;
  height: 65px;
  float: left;
  /*border:solid 1px blue;*/
}

#topbt {
  width: 120px;
  height: 65px;
  float: right;
  margin: 0px 0px 0px 0px;
  /*border:solid 1px red;*/
}



#dropmenu{
  list-style-type: none;
  width: 930px;
  height: 40px;
  margin: 140px auto 300px;
  padding: 0;
  background: #333333;
  border-bottom: 5px solid #3498db;
  border-radius: 3px 3px 0 0;

}
#dropmenu li{
  position: relative;
  width: 14.28%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 30;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #3498db;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #3498db;
  color: #ffffff;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #58ACFA;
  border-bottom: 1px solid ##0040FF;
}
#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;
}
#feature-top {
  margin: -300px 0px 0px 0px;
}


li a:hover {
  opacity: 0.8;
}


h4 {
  color: #2E64FE;
  text-align: center;
}

h3 {
  color: #C40606;
  text-align: center;
}

h2 {
  color: #black;
  text-align: center;
  font-family: serif;
}

h1 {
  color: #C40606;
  text-align: center;
}


#feature-main {
  margin: 0px 0px -100px 115px;
}





#footer {
  width: 930px;
  height: 100px;
    margin: 100px 0px 0px 0px;
  /*border:solid 1px red;*/
}

#footermenu {
  width: 930px;
  height: 30px;
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  margin: 0px 0px 0px 50px;
  /*border:solid 1px pink;*/
}

#right {
  text-align: center;
  list-style: none;
  width: 900px;
  height: 30px;
  font-size: 13px;
  color: #gggggg;
  font-family: sans-serif;
  vertical-align: baseline;
  margin: 0px 0px 0px 60px
  /*border:solid 1px pink;*/
}

ul {
  list-style: none;
}

li  {
  float: left;
}


a:link {
  text-decoration: none;
  color: #777777;
}

a:visited {
  text-decoratipn: none;
  color: #888888;
}

a:hover {
  text-decoration: none;
  color: #6495ed;
}

a:active{
  text-decoration: none;
  color: #555555;
}

img {
  border-style: none;
}
