@charset "utf-8";
/*////////////RESET--////////////*/
* {
  margin: 0px;
  padding: 0px;
}
html {
  background-color: #E6E6E6;
}
h1,h2,h3,h4,h5,h6,p,address {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  line-height: 1.5em;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img.float-right {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
img.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/*/////////////*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*////////////*/
body {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #E6E6E6;
}
/*///width--///*/
#wrapper,#header,#contents,#footer-inner {
  width: 920px;
}
/*//--width///*/
#wrapper {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

/*////////--RESET////////*/

#header {
  position: relative;
  height: 300px;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#header h1 a {
  height: 65px;
  width: 180px;
  position: absolute;
  left: 10px;
  top: 0px;
  text-indent: -9999px;
  display: block;
}

#contents {
  background-image: url(../img/contents-bg.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#alpha {
  float: right;
  width: 640px;
}
#beta {
  float: left;
  width: 220px;
}
.contact-box {
  background-color: #F2F2F2;
  border: 1px solid #999999;
}
.icon-box {
  padding: 5px;
  float: left;
  width: 280px;
  margin-right: 8px;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  height: 65px;
}
.icon-box img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}






#footer {
  height: 130px;
  width: 100%;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#footer-inner {
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  position: relative;
}
#header h1 {
  text-indent: -9999px;
  overflow: hidden;
}
#header h2 {
  text-indent: -9999px;
  overflow: hidden;
}
#header-navi {
  height: 30px;
  width: 600px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 10px;
  background-color: #CCCCCC;
}
#header-navi ul {
  list-style-type: none;
}
#header-navi ul li {
  float: left;
}
#header-navi ul li a {
  display: block;
  background-image: url(../img/navi.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.top20 {
  margin-top: 20px;
}
.top10 {
  margin-top: 7px;
}

/*////////////header-navi--////////////*/
#n01 {
  background-position: 0px 0px;
  height: 30px;
  width: 120px;
}
#n02 {
  background-position: -120px 0px;
  height: 30px;
  width: 120px;
}
#n03 {
  background-position: -240px 0px;
  height: 30px;
  width: 120px;
}
#n04 {
  background-position: -360px 0px;
  height: 30px;
  width: 120px;
}
#n05 {
  background-position: -480px 0px;
  height: 30px;
  width: 120px;
}
#n01:hover,#n01.on {
  background-position: 0px -30px;
}
#n02:hover,#n02.on {
  background-position: -120px -30px;
}
#n03:hover,#n03.on {
  background-position: -240px -30px;
}
#n04:hover,#n04.on {
  background-position: -360px -30px;
}
#n05:hover,#n05.on {
  background-position: -480px -30px;
}
#footer-navi {
  position: absolute;
  left: 25px;
  top: 18px;
}

#footer-navi ul {
  list-style-type: none;
  font-size: 12px;
}
#footer-navi ul li {
  display: inline;
  font-size: 12px;
}
#footer-navi ul li a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
#footer-navi ul li a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
#footer-signature {
  position: absolute;
  left: 25px;
  top: 50px;
}
#gotop {
  position: absolute;
  top: 18px;
  right: 25px;
}
#gotop a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
#gotop a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}




/*////////////--header-navi////////////*/
.position-relative {
  position: relative;
}
/*///////////textstyle--/////////////*/
.textbox10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.textbox20 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
h3 {
  font-size: 14px;
  line-height: 30px;
  background-image: url(../img/h3-title.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.news-box {
  height: 100px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  overflow: auto;
}

h4 {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #FF6600;
  border-left-color: #FF6600;
  color: #006633;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f10bold {
  font-size: 10px;
  font-weight: bold;
}
.f12bold {
  font-size: 12px;
  font-weight: bold;
}
.f14bold {
  font-size: 14px;
  font-weight: bold;
}
.f16bold {
  font-size: 16px;
  font-weight: bold;
}
.f18bold {
  font-size: 18px;
  font-weight: bold;
}

.pad10 {
  padding-left: 10px;
}
.pad20 {
  padding-left: 20px;
}
.pad30 {
  padding-left: 30px;
}
.pad40 {
  padding-left: 40px;
}
.pad50 {
  padding-left: 50px;
}
.pad60 {
  padding-left: 60px;
}
.pad70 {
  padding-left: 70px;
}
.pad80 {
  padding-left: 80px;
}
.pad90 {
  padding-left: 90px;
}
.pad100 {
  padding-left: 100px;
}
.offind10 {
  text-indent: -10px;
  padding-left: 10px;
}
.offind20 {
  text-indent: -20px;
  padding-left: 20px;
}

.offind12 {
  text-indent: -12px;
  padding-left: 12px;
}
.offind14 {
  text-indent: -14px;
  padding-left: 14px;
}
.inner8 {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.inner10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.inner20 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.inner30 {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.inner40 {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.red {
  color: #FF0000;
}
.green {
  color: #006600;
}
.orange {
  color: #FF6600;
}
.blue {
  color: #003399;
}
.gray {
  color: #666666;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}

/*////////--textstyle/////////*/
.border-box {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #CCCCCC;
}
.border {
  border: 2px solid #CCCCCC;
}

table.company-table {
}
table.company-table tr td {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
}
.signature {
  line-height: 30px;
  height: 30px;
  text-align: right;
  display: block;
  vertical-align: middle;
}
.signature img {
  margin: 0px;
  padding: 0px;
}
