@CHARSET "UTF-8";
html{
    height:100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    /*font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;*/
    background-color: #fff;
    height:100%;
    /*min-height:100%;*/
}

a {
   color:#08c;
   text-decoration:none;
}

a:hover {
   color:#08c;
   text-decoration:underline;
}

.gray_small {
  color:#aaa;
  font-size: 11px;
  margin: 5px;
}
.white_small {
  color:#fff;
  font-size: 11px;
}
.red {
  color:#f00;
  font-size: 13px;
}
.gray {
  color:#777;
  font-size: 13px;
}

img.logo {
    vertical-align:middle;
    width: 100px;
    height: 50px;
}

#header {
    margin-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
}

#header div.header_block_left {
	float:left;
	padding:0.3em;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header div.header_block_left span.hb_title {
	font-size:30px;
	vertical-align:middle;
}
#header div.header_block_right {
	float:right;
	padding:0.3em;
}
#header div.header_block_right span.hb_menu {
}

#title {
    padding: 0;
    /*clear:both;*/
    background: #004B8D;
    width: 100%;
    display:table;
}

#title div.title_left {
    width: 5%;
    display:table-cell;
}
#title div.title_middle {
    width: 95%;
    display:table-cell;
}

#title_login {
    padding: 0;
    /*clear:both;*/
    background: #1E6CB0;
    width: 100%;
    display:table;
}
#title_login div.title_login_left {
    width: 3%;
    display:table-cell;
}
#title_login div.title_login_middle {
    width: 50%;
    display:table-cell;
}
#title_login div.title_login_right {
    width: 30%;
    display:table-cell;
    vertical-align:middle;
    text-align: right;
    font-size: 11px;
    padding-right: 5px;
}


#title_menu_ul {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
  border-left: 1px #004078 solid; /* メニューの左境界線 */
}
#title_menu_ul li {
  width:10%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
/* サイズ微調整 */
#title_menu_ul li.item1 {
  width:10%;
}
/* サイズ微調整 */
#title_menu_ul li.item2 {
  width:12%;
}
/* サイズ微調整 */
#title_menu_ul li.item3 {
  width:10%;
}
/* サイズ微調整 */
#title_menu_ul li.item4 {
  width:12%;
}
/* サイズ微調整 */
#title_menu_ul li.item5 {
  width:10%;
}
/* サイズ微調整 */
#title_menu_ul li.item6 {
  width:8%;
}

/* 選択されているもの */
#title_menu_ul li.active a {
  background:#1E6CB0;
}
#title_menu_ul li a {
  width:auto;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  border-right: 1px #004078 solid; /* リンクエリアの右境界線 */
  display:block;
  background:#004B8D;
}
#title_menu_ul li a:hover {
  background:#1E6CB0;
}

#title_login_menu_ul {
  width:100%;
  padding:0;
  margin:0;
  list-style-type: none;
  border-left: 1px #004078 solid; /* メニューの左境界線 */
}
#title_login_menu_ul li {
  width:10%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
/* サイズ微調整 */
#title_login_menu_ul li.item1 {
  width:20%;
}
/* サイズ微調整 */
#title_login_menu_ul li.item2 {
  width:32%;
}
/* サイズ微調整 */
#title_login_menu_ul li.item3 {
  width:23%;
}
/* サイズ微調整 */
#title_login_menu_ul li.item4 {
}

/* 選択されているもの */
#title_login_menu_ul li.active a {
  background:#2E7CC0;
}
#title_login_menu_ul li a {
  width:auto;
  color:#fff;
  font-size:11px;
  /*font-weight:bold;*/
  padding:5px 0;
  text-decoration:none;
  border-right: 1px #1960C0 solid; /* リンクエリアの右境界線 */
  display:block;
  background:#1E6CB0;
}
#title_login_menu_ul li a:hover {
  background:#2E7CC0;
}

#page {
    /*clear:both;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
    /*min-height: 100%;*/
    overflow: auto;
}

#navi {
    float:left;
    /*margin-left: 20px;*/
    width:140px;
	height: 100%;
	border: 0px solid #999999;
	background:#f5f5f5;
	/*font-size: 80%;*/
}
/* --- メニューエリア --- */
#navi ul.nl {
    margin: 0;
    padding: 0;
    border-top: 1px #c0c0c0 solid; /* 最上部の境界線 */
    list-style-type: none;
    text-align: left;
}

/* --- メニュー項目 --- */
#navi ul.nl li {
    background-color: #f5f5f5; /* 項目の背景色 */
    border-bottom: 1px #c0c0c0 solid; /* 項目の下境界線 */
}

/* --- リンク --- */
#navi ul.nl li a {
    display: block;
    position: relative; /* IE6用 */
    padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
    text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
#navi ul.nl li a:hover {
    background-color: #f0ffff; /* ポイント時の背景色 */
    text-decoration: underline; /* テキストの下線（あり） */
}
#navi ul.nl li.active a {
  background:#f0ffff;
}

#head_contents {
    background-color: #ffffff;
    margin-left:150px;
    height:30px;
    width:auto;
    /*overflow:auto;*/
}

#main_contents {
    background-color: #ffffff;
    margin-left:150px;
    /*height:420px;*/
    width:auto;
    overflow:auto;
}

#foot_contents {
    background-color: #ffffff;
    margin-left:150px;
    height:30px;
    width:auto;
    /*overflow:auto;*/
}

#footer {
    clear:both;
    /*position: absolute;
    bottom: 0;*/
    text-align: center;
    color: #555;
    width: 100%;
}

#registration {
    padding:2em;
}

.errorlist {
   color: #f00;
}

table.list {
    width: 850px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 90%;
}

table.list th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    /*font-weight: bold;*/
    line-height: 120%;
    text-align: center;
    color: #555;
}
table.list td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    /*text-align: center;*/
    color: #555;
}

table.list tr:hover {
    background: #e9e4da;
}

table.list2 {
    width: 750px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.list2 td.title {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    /*font-weight: bold;*/
    line-height: 120%;
    text-align: center;
    color: #555;
}
table.list2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    /*text-align: center;*/
    color: #555;
}

/* for registration_emil register_form */
#id_your_name, label[for="id_your_name"] {display: none;}
