@charset "UTF-8";
@import "reset.css";

html{
  height: 100%;
}

body{
  line-height:1;
  font-size: 13px;
  -webkit-text-size-adjust: none;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display: block;
}

header{
  width: 100%;
  top: 0px;
  left: 0px;
  font-size: 12px;
}

section#main{
  margin: 10px 0 0 5px;
}

section#menupop{
  margin: 0;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  display: none;
  background-color: #ffffff;
  margin: 10px 0 0 10px;
}

footer{
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 10px;
}

#gototop {
	margin:15px 5px 10px 0;
	text-align: right;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.tablestyle1{
  height: 100%;
}

hr{
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img#logo{
  width: 170px;
}

#header_area1{
  background: url(../img/header_background.gif) repeat-x;
  /*background:-moz-linear-gradient(top,#2186c3,#44a0d8);
  background:-webkit-gradient(linear, left top, left bottom, from(#2186c3),to(#44a0d8));*/
  color: #ffffff;
  padding: 3px;
  border-bottom:4px solid #053a95;
  height: 55px;
}

#header_area1_left{
}

#header_area1_right{
  width: 100px;
  text-align: right;
  vertical-align: bottom;
  padding-left: 10px;
}

#header_area2{
  background:-moz-linear-gradient(left,#c8e4fe,#ffffff);
  background:-webkit-gradient(linear, left top, right top, from(#c8e4fe),to(#ffffff));
  color: #333333;
  padding: 3px;
  font-size: 15px;
}

#header_area2_left ,#header_area2_right{
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

#header_area2_center{
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#header_area3{
  background-color: #f1f2f2;
  color: #333333;
  padding: 3px;
  font-size: 14px;
}

#summary{
  color: #000000;
  padding: 3px 1em;
  line-height: 1.5em;
  border-bottom:dotted 1px #888888;
  font-size: 13px;
}

#footer_area0{
  color: #333333;
  padding: 3px;
  font-size: 16px;
}

#footer_area0_left ,#footer_area0_right{
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

#footer_area0_center{
  text-align: center;
  vertical-align: middle;
}

#gototop{
  font-size: 13px;
}

#footer_area1{
  background-color: #053a95;
  color: #ffffff;
  padding: 7px;
  text-align: center;
}

a#go_back ,a#go_next ,a#go_back_f ,a#go_next_f ,a#go_menu {
  cursor: pointer;
  cursor: hand;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  background: -moz-linear-gradient(top,#2956a4 0%,#2956a4 50%,#083c96);
  background: -webkit-gradient(linear, left top, left bottom, from(#2956a4),color-stop(0.50, #2956a4),to(#083c96));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #b2b2b2;
  display: inline-block;
  width: 80%;
  line-height: 30px;
  vertical-align: top;
  padding-left:5px;
}

a#go_main ,a.menu{
  cursor: pointer;
  cursor: hand;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #005297;
  background: -moz-linear-gradient(top,#ffffff 0%,#fcfcfc 50%,#eaecef);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.50, #fcfcfc),to(#eaecef));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px outset #b2b2b2;
  display: inline-block;
  width: 80%;
  line-height: 30px;
  vertical-align: top;
  padding-left:5px;
}

a.menu{
  text-align: left;
  width: 100%
}

#go_main:hover ,.menu:hover{
  background: -moz-linear-gradient(top,#ffffff 0%,#f4f5f6 50%,#e4eaf4);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.50, #f4f5f6),to(#e4eaf4));
  border: 1px outset #b2b2b2;
  color:#005297;
}

#go_back:hover ,#go_next:hover ,#go_back_f:hover ,#go_next_f:hover ,#go_menu:hover {
  background: -moz-linear-gradient(top,#5a82c6 0%,#5a82c6 50%,#3460ab);
  background: -webkit-gradient(linear, left top, left bottom, from(#5a82c6),color-stop(0.50, #5a82c6),to(#3460ab));
  border: 1px outset #b2b2b2;
  color:#fff;
}

#go_back:active ,#go_next:active ,#go_back_f:active ,#go_next_f:active ,#go_menu:active ,#go_main:active ,.menu:active{
  background: -moz-linear-gradient(top,#bcdcfb 0%,#80bffa 50%,#47a3f9);
  background: -webkit-gradient(linear, left top, left bottom, from(#bcdcfb),color-stop(0.50, #80bffa),to(#47a3f9));
  border: 1px outset #b2b2b2;
  color:#fff;
}

.left{
  float: left;
  width: 52%;
  padding: 1px;
}

.right{
  float: right;
  padding: 1px 5px 1px 1px;
  width: 45%;
}

.right img{
  width: 100%;
  border: 1px solid #333333;
}

.ibs_right65{
  float: right;
  padding: 1px 5px 1px 1px;
  width: 45%;
}

.ibs_right65 img{
  width: 100%;
  border: 1px solid #333333;
}

.ibs_right75{
  float: right;
  padding: 1px 5px 1px 1px;
  width: 45%;
}

.ibs_right75 img{
  width: 100%;
  border: 1px solid #333333;
}

.ibs_right80{
  float: right;
  padding: 1px 5px 1px 1px;
  width: 45%;
}

.ibs_right80 img{
  width: 100%;
  border: 1px solid #333333;
}

.ibs_right90{
  float: right;
  padding: 1px 5px 1px 1px;
  width: 45%;
}

.ibs_right90 img{
  width: 100%;
  border: 1px solid #333333;
}

.center {
  text-align: center;
}

.center img{
  width: 250px;
  border: 1px solid #333333;
}

#navtitle{
  font-size: 15px;
  margin-bottom: 10px;
}

#nav{
  text-align: left;
  width: 85%;
}

#nav ul{
  margin-left: 30px;
  padding: 0;
}
#nav ul ul{
//  padding: 0 0 0 10px;
}
#nav ul ul ul{
//  padding: 0 0 0 20px;
}
#nav li{
  list-style-type: none;
  padding: 1px 0 0 0;
}
/*additional css*/
h1{
  color: #ffffff;
  /*border-left: 6px solid #003291;*/
  -moz-box-shadow: 2px 2px 3px #888888;
  -webkit-box-shadow: 2px 2px 3px #888888;
  box-shadow: 2px 2px 3px #888888;
  padding: 10px;
  background-color: #3b66b0;
  text-shadow: 2px 2px 3px #999999;
}

#main div.summary{
  line-height: 1.5em;
}

#main div.proc{
  margin-left: 15px;
  padding: 10px 0 0 0;
  line-height: 1.5em;
}

#main div.proc2{
  margin-left: 15px;
  padding: 10px 15px 0 0;
  line-height: 1.5em;
}

#main div.notes{
  margin-left: 15px;
  padding: 10px 0 0 0;
  line-height: 1.5em;
  color: #fc4809;
}

#main div.notes2{
  margin-left: 15px;
  padding: 10px 10px 0 0;
  line-height: 1.5em;
  color: #fc4809;
}

#main div.notice{
  background-color: #fff799;
  padding: 8px;
}

#main div.headline{
  color: #ffffff;
  background-color: #194fab;
  padding: 5px;
  margin-bottom: 20px;
}

.submenu{
  font-size: 12px;
}

img.home{
  width: 20px;
  padding-right: 3px;
  margin-bottom: -3px;
}


a:link {
  text-decoration: none;
  color: #005297;	
}

a:hover {	
  color: #ff0000;
}

a:active {
  text-decoration: none;	
}

p.textright {
  text-align: right;
  font-size: 10px;
  margin: 3px 0 0 0;
}

.tablestyle {
  border :1px solid #333333;
}

.tablestyle th {
  border :1px solid #333333;
  background: #d7ebfe;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
}

.tablestyle td {
  border :1px solid #333333;
  background: #ffffff;
  width: 90%;
  padding: 2px 5px 2px 5px;
}

// ---- end of css ----
