@charset "UTF-8";

/****************************************

Container

*****************************************/

#container {
}

/****************************************

Header

*****************************************/

header {
  width: 100%;
  height: 112px;
  background: url(../images/head_line.gif) repeat-x top;
}

#header_box {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#header_box h1 {
  width: 444px;
  height: 85px;
  margin-top: 10px;
  float: left;
}

#slimmenu {
  display:none;
}

/*-----------------------------------
header_head
-----------------------------------*/
#header_head {
  width: 555px;
  float: right;
}

#header_head ul {
  width: 555px;
}

#header_head li {
  float: left;
}

/*-----------------------------------
header_center
-----------------------------------*/
#header_center {
  width: 470px;
  margin-top: 5px;
  float: right;
}

#header_center ul {
  width: 470px;
}

#header_center li {
  margin-left: 10px;
  float: left;
}

/*-----------------------------------
header_foot
-----------------------------------*/
#header_foot {
  width: 530px;
  margin-top: 2px;
  float: right;
}

#fontsize {
  width: 62px;
  height: 17px;
  margin-top: 7px;
  margin-right: 10px;
  float: left;
}

#textresizer {
  width: 150px;
}
ul.textresizer {
  width: 150px;
  margin-top: 7px;
  float: left;
}
ul.textresizer li {
  margin-right: 5px;
  float: left;
}
ul.textresizer a:hover {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}
ul.textresizer #fontsize_s {
  font-size: 11px;
  background:url(../images/fontsize_s_on.gif) no-repeat;
}
ul.textresizer #fontsize_m {
  font-size: 13px;
  background:url(../images/fontsize_m_on.gif) no-repeat;
}
ul.textresizer #fontsize_l {
  font-size: 15px;
  background:url(../images/fontsize_l_on.gif) no-repeat;
}
/* Style of active button */
ul.textresizer a.textresizer-active {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}
/* End of Text Resizer Buttons */

#search {
  width: 303px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  float: right;
}

#gsc-iw-id1,
.gsc-input-box {
  margin: 2px 0px 0px 0px !important;
}

.gsc-control-cse {
  background: none !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

.gsc-input {
  margin-right: 3px !important;
  padding-right: 3px !important;
}

.gsc-search-button {
  width: 50px;
}

/****************************************

Sub_Navi

*****************************************/

#sub_navi {
  width: 100%;
  position: absolute;
}

#sub_navi_box {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  border-top: 5px solid #457954;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 5px;
}

#sub_navi_box li {
  width: 200px;
  height: 40px;
  float: left;
}

#sub_navi_box a:hover {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}

#sub_navi01 {
  background: url(../images/sub_navi01_on.png) no-repeat;
}

#sub_navi02 {
  background: url(../images/sub_navi02_on.png) no-repeat;
}

#sub_navi03 {
  background: url(../images/sub_navi03_on.png) no-repeat;
}

#sub_navi04 {
  background: url(../images/sub_navi04_on.png) no-repeat;
}

#sub_navi05 {
  background: url(../images/sub_navi05_on.png) no-repeat;
}

/****************************************

Navi

*****************************************/

nav {
  width: 100%;
  height: 65px;
  background: url(../images/navi_bg.gif) repeat-x;
  position: relative;
  z-index: 100;
}

nav span a:hover {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}

#navi01 {
  width:168px;
  background: url(../images/navi01_on.gif) no-repeat;
}

#navi02 {
  width:166px;
  background: url(../images/navi02_on.gif) no-repeat;
}

#navi03 {
  width:166px;
  background: url(../images/navi03_on.gif) no-repeat;
}

#navi04 {
  width:166px;
  background: url(../images/navi04_on.gif) no-repeat;
}

#navi05 {
  width:166px;
  background: url(../images/navi05_on.gif) no-repeat;
}

#navi06 {
  width:168px;
  background: url(../images/navi06_on.gif) no-repeat;
}

/*-----------------------------------
dropdown
-----------------------------------*/
#navi_box,
#navi_box ul {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 1.5em;
}

#navi_box a {
  display: block;
  padding: 0 0;
  color: #ffffff;
  text-decoration: none;
}

#navi_box a:hover {
  background-color: #ffffff;
  color: #333333;
}

#navi_box li {
  float: left;
  position: relative;
}

#navi_box ul {
  position: absolute;
  display: none;
  width: 200px;
  top: 65px;
}

#navi_box li ul a {
  width: 180px;
  height: auto;
  float: left;
  padding: 10px;
  border-bottom: 1px dotted #5577bb;
  background-color: #004488;
  opacity: 0.9;
  filter: alpha(opacity=90 style=0);
  -moz-opacity: 0.9;
}

#navi_box ul ul {
  top: auto;
}

#navi_box li ul ul {
  margin: 0px 0 0 0px;
  background-color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90 style=0);
  -moz-opacity: 0.9;
}

#navi_box li ul ul.right {
  left: 200px;
}

#navi_box li ul ul.left {
  right: 200px;
}

#navi_box li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
  display: none;
}

#navi_box li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
  display: block;
}

/****************************************

Content

*****************************************/

#content {
  width: 100%;
  margin-top: 20px;
}

#content_box {
  width: 1000px;
  margin: 0 auto;
}

/****************************************

Pan

*****************************************/

#pan {
  width: 760px;
}

#pan ul {
  width: 760px;
}

#pan li {
  float: left;
}

#pan li a {
  color:#0088c8;
}

/****************************************

Section

*****************************************/

#section {
  width: 760px;
}

#section h3.section_ttl {
  width: 735px;
  padding: 10px;
  margin-top:15px;
  font-size: 20px;
  font-weight:bold;
  border-left:5px solid #395ca8;
  background:#e6edfb;
}

#section h4.section_ttl {
  width: 733px;
  margin-top:15px;
  padding: 10px;
  color:#395ca8;
  font-size: 15px;
  font-weight:bold;
  border:2px solid #e6edfb;
  background:#f8faff;
}

#section h5.section_ttl {
  width: 760px;
  margin-top:15px;
  padding-bottom:10px;
  color:#395ca8;
  font-size: 15px;
  font-weight:bold;
  border-bottom:2px solid #e6edfb;
}

.section_box {
  width: 760px;
  margin-top:15px;
  margin-bottom:20px;
}

/****************************************

Pagetop

*****************************************/

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#page-top a {
  width: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #395ca8;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  background: #395ca8;
}

/****************************************

Footer

*****************************************/

footer {
  width: 100%;
  min-width: 1000px;
  margin-top: 20px;
  border-bottom: 5px solid #395ca8;
}

.footer_box {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/*-----------------------------------
footer_head
-----------------------------------*/
#footer_head {
  width: 100%;
  height: 44px;
  background: url(../images/foot_bg.gif) repeat-x;
}

#footer_sub {
  width: 725px;
  margin: 0 auto;
  padding-top: 13px;
}

#footer_sub li {
  margin-left: 15px;
  padding-left: 15px;
  float: left;
  background: url(../images/mark02.gif) no-repeat 0 4px;
}

/*-----------------------------------
footer_center
-----------------------------------*/
#footer_center {
  width: 100%;
  padding: 20px 0;
  background: #f0f0f0;
}

.footer_list {
  width: 150px;
  float: left;
}

.footer_list h3 {
  width: 135px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
  border-bottom: 2px solid #a2a2a2;
  background: url(../images/mark03.gif) no-repeat 0 5px;
}

.footer_list ul {
  width: 150px;
}

.footer_list ul li {
  margin-top: 5px;
}

/*-----------------------------------
footer_foot
-----------------------------------*/
#footer_foot {
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
}

#footer_foot #other {
  float: left;
}

#footer_foot #other li {
  float: left;
}

#footer_foot #copyright {
  text-align: right;
  float: right;
}
