@charset "utf-8";

/* --- BODY --- */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  font-family: Arial,'Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro',Meiryo,'メイリオ',sans-serif;
}
a:link { color: #006699; }
/*a:visited { color: #15227c; }*/
a:visited { color: #006699; }
a:hover { color: #0093e3; }
a:active { color: #0093e3; }

div.global {
  background: url("/images/commons/top_line.png") repeat-x scroll center top transparent;
  height: 44px;
  width: 100%;
  min-width:1000px;
  margin: 0 auto;
  padding: 0;
}
div.global a:link {
  color: #eeeeee;
  text-decoration:none;
}
div.global a:visited {
  color: #cccccc;
  text-decoration:none;
}
div.global a:hover {
  color: #ffffff;
  text-decoration:none;
 }
div.global a:active {
  color: #ffffff;
  text-decoration:none;
}


/* --- コンテナ --- */
#container {
  width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-left: 1px #c0c0c0;
  border-right: 1px #c0c0c0;
}

/* --- ▼ ヘッダ --- */
#header {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0 0;
  z-index: 100;
}

#header div.logo_main {
  margin: 10 20 10px;
}

/* --- ▲ ヘッダ --- */

/* --- ▼ メイン --- */
#main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
/* --- ▲ メイン --- */

/* --- ▼ フッタ --- */
#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 3px;
  padding: 0;
  padding-top: 3px;
  font-size: 10px;
  border-top:1px solid #d9dadb;
  color: #666666;
}

#footer a {
  text-decoration: none;
  color: #666666;
}

#footer a:hover {
  color:#436fa3;
  text-decoration:underline;
}

#footer span {
  color: #d9dadb;
  margin:0px 2px;
}

/* --- ▲ フッタ --- */

table.main_contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

img.no_border {
  border-style:none;
}

textarea {
  font-size: 12px;
}


/* --- ▼ pager --- */
p.pager_box {
  width: 12px;
  height: 12px;
  border: 1px #85b9e9 solid;
  margin: 2px 0px 2px;
  padding: 2px;
  text-align: center;
  background-color: #f1f6ff;
  color: #777777;
  font-weight: bold;
  font-size: 10px;
}

p:hover.pager_box {
  color: #dfefff;
  background-color: #006699;
}

p.pager_box a {
  color: #006699;
  text-decoration: none;
}

p:hover.pager_box {
  background-color: #006699;
}

p:hover.pager_box a {
  color: #dfefff;
}
/* --- ▲ pager --- */




/* --- ▼ table --- */

table.list_a {
  font-size: 12px;
  border: 1px #dddddd solid;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #555555;
}

table.list_a tr.title {
  height: 27px;
  background-image: url("/images/commons/table_title_bg_blue.png");
  font-weight: bold;
  color: #eeeeee;
}

table.list_a tr.title_gray {
  height: 27px;
  background-image: url("/images/commons/table_title_bg_gray.png");
  font-weight: bold;
  color: #333333;
}


table.list_a tr.subtitle {
  height: 27px;
  background-color: #f3f3f3;
  font-weight: bold;
}

table.list_a td.subtitle {
  height: 27px;
  background-color: #f3f3f3;
  font-weight: bold;
}

/*
tr:hover {
  background-color: #d0d0f0;
}
*/

table.list_a td {
  border: 1px #dddddd solid;
  height: 25px;    
}

table.list_a td.subcategory {
  height: 20px;
  font-size: 10px;
}

td.subcategory a {
  text-decoration:none;
}



table.list_b {
  font-size: 13px;
  border: 1px #b0b0b0 solid;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #333333;
}

table.list_b td.title {
  height: 27px;
  background-image: url("/images/commons/table_title_bg_blue.png");
  font-weight: bold;
  color: #eeeeee;
  padding: 2px 2px 2px 20px;
}

table.list_b td.subtitle {
  height: 27px;
  background-color: #f3f3f3;
  font-weight: bold;
  padding: 2px 2px 2px 20px;
}

table.list_b td.contents {
  height: 25px;
  padding: 2px 2px 2px 20px;
}

table.list_b td.contents:hover {
  color: #0085cf;
  font-weight: bold;
  background-color: #d6e5f2;
  height: 25px;
  padding: 2px 2px 2px 20px;
}

table.list_b a {
  color: #333333;
  text-decoration: none; 
}

table.list_b a:hover {
  color: #0085cf;
  text-decoration: none; 
}


/* --- ▲ table --- */


span.num {
  font-size: 18px;
  font-weight: bold;
}


div.list_title {
  font-size: 16px;
  font-weight: bold;
}

div.list_title a {
  text-decoration: none;
}

div.list_contents {
  font-size: 13px;
  color: #666666;
}

div.site_views {
  font-size: 18px;
  font-weight:bold;
  color: #666666;
}

div.site_views_header {
  font-size: 11px;
  font-weight:bold;
  color: #666666;
}

div.under_line_a {
  margin: 0px 0px 5px;
  padding: 5px 0px 10px;
  border-bottom: 1px #cccccc dashed;
}

div.text_title {
  padding: 20px 20px 30px 20px;
  margin: 20px;
  border-bottom: 1px #000000 dotted;
}

div.text_under_info {
  padding: 20px 20px 30px 20px;
  margin: 20px;
  border-top: 1px #000000 dotted;
}

div.list_icon {
  border-right: 3px solid #aaaaaa;
  padding-right:7px;
  margin:7px;
  padding-top:3px;
}

/*************************************/

/* default table */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

table.defaultTable {
  width: 100%;
  margin-bottom: 18px;
}

table.defaultTable th,
table.defaultTable td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.defaultTable th {
  font-weight: bold;
  background-color:#f3f3f3;
}
table.defaultTable thead th {
  vertical-align: bottom;
}
table.defaultTable colgroup + thead tr:first-child th,
table.defaultTable colgroup + thead tr:first-child td,
table.defaultTable thead:first-child tr:first-child th,
table.defaultTable thead:first-child tr:first-child td {
  border-top: 0;
}
table.defaultTable tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* defaultTable small */
table.defaultTableSmall {
  width: 100%;
  margin-bottom: 5px;
}

table.defaultTableSmall th,
table.defaultTableSmall td {
  padding: 4px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.defaultTableSmall th {
  font-weight: bold;
  background-color:#f3f3f3;
}
table.defaultTableSmall thead th {
  vertical-align: bottom;
}
table.defaultTableSmall colgroup + thead tr:first-child th,
table.defaultTableSmall colgroup + thead tr:first-child td,
table.defaultTableSmall thead:first-child tr:first-child th,
table.defaultTableSmall thead:first-child tr:first-child td {
  border-top: 0;
}
table.defaultTableSmall tbody + tbody {
  border-top: 2px solid #dddddd;
}


/* form notes */
p.note {
  color:#9F9F9F;
  font-weight:normal;
  font-size:11px;
  margin:0px;
  padding:0px;
}

span.required {
  color:#dc143c;
  margin:0px 0px 0px 2px;
}

/* no-line table */

table.noLineTable {
  width: 100%;
  margin-bottom: 18px;
  border:0px;
}

td.subTitle {
   font-weight:bold;
   font-size:15px;
   padding:5px;
}

/*** mypage layout ***/
#mypageHeader {
   width:100%;
   padding:0px 0px 10px 0px;
}

#mypageSide {
   width:220px;
   float:left;
   padding:0px 20px 0px 0px;
}

#mypageMain {
   width:760px;
   padding:0px 0px 0px 0px;
   overflow:hidden;
}

#mypageTitle {
   padding:0px 0px 10px 0px;
   font-size:18px;
   font-weight:bold;
}

#mypageFooter {
  clear:both;
  width:1000px;
  padding:10px;
}

table.editTextTable {
  width: 100%;
  margin-bottom: 18px;
  border:0px;
}

table.mypageTop {
  margin:5px 0px;
  border:0px;
}

table.mypageTop td {
  padding:1px 4px;
}

/*** textlist layout ***/
#textListMain {
   width:680px;
   float:left;
   padding:0px 20px 0px 0px;
}
#textListSide {
   width:300px;
   padding:0px 0px 0px 0px;
   overflow:hidden;

}
#textListFooter {
  clear:both;
  width:1000px;
  padding:10px;

}

/*** Side Info ***/
div.sideInfo {
  border:1px solid #99b4d5;
  border-radius: 3px;
}

div.sideInfoTitle {
  background-color:#99b4d5;
  color:white;
  font-size:16px;
  padding:5px 10px;
  vertical-align: middle;
}

div.sideInfoMain {
  padding:10px;
}

/*** text page ***/
td.text_info {
  border:0;
  border-bottom:1px solid #dddddd;
  color:#555555;
}

a.buttonLink {
  text-decoration:none;
  color:white;
}

a.buttonLinkDef {
  text-decoration:none;
  color:#5a5a61;
}

/*** documents style ***/

p.docTitle {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

p{
   line-height:18px;
}

ul.docList li {
   line-height: 22px;
    list-style-type: decimal;
    margin: 0 0 0 20px;
    padding: 0 0 5px 10px;
}

ul.docListBold li {
   line-height: 22px;
    list-style-type: decimal;
    margin: 0 0 0 20px;
    padding: 0 0 5px 10px;
    font-weight: bold;
}

ul.docListDot li {
   line-height: 22px;
   margin: 0 0 0 20px;
   padding: 0 0 5px 10px;
}


p.docSubTitle {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  background-color: #eeeeee;
  border-bottom: 2px solid #aaaaaa;
  border-left: 4px solid #aaaaaa;
  vertical-align: middle;
  font-size:16px;
}


p.question {
  background-color:#edf2f8;
  padding:4px 0px;
}

p.question span {
  padding-left: 2px;
}

p.question span.qIcon {
  padding:5px 5px;
  background-color: #99b4d5;
  font-weight: bold;
}

div.message {
  color: #5a5a61;
  padding-bottom:20px;
}

div.docImg {
  padding-bottom:10px;
}

div.docImg img {
  border: 1px solid #eeeeee;
}

div.size13px {
  font-size:13px;
  line-height:1.5em;
}

div.size14px {
  font-size:14px;
  line-height:1.5em;
}

a.underline_none {
  text-decoration: none;
}

div.dailyRankingList {
  font-size:14px;
  text-align:center;
  color:#999999;
  font-weight:bold;
  margin: 0 auto;
}

/***help***/
table.helpIndex {
  background-color:#edf2f8;
  border:2px solid #99b4d5;
  width:100%;
}

ul.helpIndex li {
  padding-bottom:3px;
  list-style-type:square;
}

ul.helpIndex li a {
  text-decoration: none;
}

ul.helpIndex li a:hover {
  text-decoration: underline;
}


table.helpIndex td {
  border:1px solid #99b4d5;
  vertical-align:top;
  padding:5px 10px;
}

p.helpIndexTitle {
  font-weight:bold;
  font-size:18px;
}

/***breadcrumbs list***/
div#breadcrumbs_list {
  color: #666666;
  font-size: 10px;
}

/*** Text Next Page Btn ***/
div.disp_page_count{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  width: 80px;
}
