﻿@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol,  dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;
     margin-top:10px;
}

body {
  min-width:320px;
  max-width:960px;
  background-color: #000033;
  color:#FFFFFF;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  
  line-height: 1.7;
}

a {
  color: #ffcc33;
  text-decoration:underline;
}

li{
  display: block;
}

#side2 a{
  text-decoration: none !important;
}
#side2 li {
  display: block ;
  padding: 12px 12px 10px 12px ;
  margin: 0 10px;
  color: #FFFFFF ;
  font-weight: bold ;
  text-align: center ;
  border-bottom: solid 1px;
  border-color: #D3D3D3;
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}

.sub ul {
  padding:10px 0px ;
  margin: 0 10px;
  color:#FFFFFF;
  text-align:center;
  font-weight:bold;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-color: #D3D3D3;
  background-color:#cc9933;
}
ol li {
  display: list-item ;
  margin: 5px 0 5px 20px;
}

/*---------- 属性 ----------*/

.black {
  color: #000000 !important;
}

.top{
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
}

.bottom{
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom: none !important;
}

.menu {
  display: none ;
}


.sub {
  display: none ;
}

.sub a {
  font-size: 14px;
}

.doc {
  margin: 0 5px 15px 15px;
}

.log {
  margin-left: 10px ;
}
.corp {
  margin-left: 30px ;
}

.main {
  width: 100%;
  padding: 0 ;
}

.tab1 {
  width: 70%;
  float:left;
}
.tab2 {
  width: 30%;
  float:left;
  border-left:solid 1px;
  border-left-color: #630;
  box-shadow: 6px 0 9px #630 inset;
}

.align_right{
  text-align:right;
}

#side {
  text-decoration: none;
}

#side2 {
  text-decoration: none;
  margin: 15px 0;
}
/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 5px 0 5px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
}

header h1 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h1 a:hover {
  color: #004080 !important;
  text-decoration: none;
  font-size: 18px;
}

#page_top {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/
#tbl {
  margin: 10px auto !important;
  border: 1px solid ;
  border-collapse: collapse;
  border-spacing: 0;
}

#tbl td , #tbl th {
  padding: 3px 5px 3px 0;
  border: 1px solid ;
  border-collapse: collapse;
  border-spacing: 0;
}

article {
  width:  100%;
  margin: 0 auto 8px auto;
}

/*---------- ナビ ----------*/

div h2 {
  text-indent:1em;
  padding: 8px 0 5px 0px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}
.main table {
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}
.main a {
  color: #FFF;
}
.main td {
  text-indent:1em;
  padding: 8px 0 5px 0px;
  font-size: 14px;
  font-weight:bold;
  color: #FFFFFF;
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}

article h3 {
  padding: 5px 0 3px 14px;
  margin: 5px 0 0 10px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  display:block;
  width: 100%;
  padding: 10px 0 10px 0;
  color: #FFFFFF;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #000033;
}

footer p {
  padding: 5px auto 10px auto;
  color: #FFFFFF;
}
.modoru {
  width:200px;
  display:table;
  text-align:center;
  padding: 5px;
  margin: 15px auto ;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  background-color: #996600;
  background: -webkit-gradient(linear, center top, center bottom, from(#cc9900), to(#996600));
  background: -moz-linear-gradient(top, #cc9900, #996600);
}

footer a {
  padding: 10px auto 5px auto;
  color: #555555;
}
footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: none;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}
