﻿@charset "UTF-8"; 
/*---------- ページ全体の指定 ----------*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    background-image: url(../image/back.gif);
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
    font-size: 140%;
    margin: 0;
    padding: 2px 3px 0px 3px;
    color: #333;
}
.title_h1 {
    font-size: 140%;
    margin: 0;
    padding: 2px 3px 0px 3px;
    color: #333;
}

h2 {
    font-size: 120%;
}

h3,h4,h5 {
    font-size: 100%;
}

strong {
    font-size: 120%;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 980px;
  border-right:  solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 780px;
  height: 100px;
  border-bottom: solid 3px #005ebb;
  font-family:Verdana;
  background-image: url(../image/header.jpg);
}

#header_title {
  margin: 0;
  width: 980px;
  height: 150px;
  border-bottom: solid 3px #005ebb;
  font-family:Verdana;
  background-image: url(../image/title-1.jpg);
}


#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  text-align: left;
  font-size: 9px;
  color: #ffffff;
  background-image: url(../image/header.jpg);
}

#header h2 {
  margin: 0;
  padding: 25px 10px 5px 20px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
}

#header p {
  margin: 0px;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 12px;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #fffffc;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 15px 14px 2px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 10px 2px 6px 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 0 5px 0 0;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 785px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


#contents h2 {
  margin: 0 0 7px 0;
  padding: 11px 0 10px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(../image/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 3px;
  line-height: 180%;
  letter-spacing: 1px;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}



/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 176px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(../image/menu_back.gif);
}

#menu h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../image/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 16px 0;
  padding: 9px 8px 9px 8px;
  width: 160px;
  text-align: left;
  background: url(../image/menu_stripe.jpg) repeat; 
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../image/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #004080;
  display: block;
  border-bottom: solid 1px #999999;
  width: 138px;
  padding: 6px 0 5px 25px;
  font-size: 12px;
  background-image: url(../image/side_menu_bg.gif);
  background-repeat: no-repeat;
  text-decoration: none;
 }

.menulist a:hover{
  color: #005ebb;
  background-image: url(../image/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(../image/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../image/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #004080;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}


#menu p {
  margin: 10px 4px 0 4px;
  line-height: 150%;
}

li {
  list-style-image: url(../image/mark.gif);
  margin: 0 0 5px 0;
}




/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 10px 0 15px 10px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px;
  border-top-color: #004080;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}


table#table-01 {
    border-style: solid;
    border-width: 2px;
    border-color: #0000FF;
    border-collapse: collapse;
}

table#table-01 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #0000FF;
}

table#table-01 td.title-01 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #0000FF;
    background-color: #EEEEEE;
    font-weight: bold;
}

.input_focus {
    background: #B8F5B1;
}

.top_menu_bar {
    font-size:14px;
    font-weight:normal;
    margin:1px 0 5px;
    display: block;
    line-height:2;
}
.top_menu_bar ul{
    margin:0;
    padding:0 0 0 0px; 
    height:30px;    
    background-color:#4169e1;
    list-style-type:none;
}
.top_menu_bar ul li{
    width:100px;        
    margin:0;
    padding:2px 0;  
    text-align:center;
    float:left;
}
.top_menu_bar ul li:first-child{
    border-left: 1px solid #ffffff; 
}

.top_menu_bar li a{
    color:#ffffff;      
    background-color:#4169e1;   
    border-right: 1px solid #ffffff;    
    display: block;
    text-decoration:none;
}
.top_menu_bar li a:hover {
    color:#ffffff;
    padding: 2px 2px;
    background-color:#87cefa=;   
}

ul.link_area {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.link_area li {
    display: inline;
    float: left;
    margin-right: 5px;
    padding: 2px;
    text-align: center;
}

.top_menu_btn {
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    border:1px solid #84bbf3;
    padding:10px 30px;
    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bddbfa), color-stop(100%, #80b5ea) );
    background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
    background:-ms-linear-gradient( top, #bddbfa 5%, #80b5ea 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background-color:#bddbfa;
    color:#ffffff;
    display:inline-block;
    -webkit-box-shadow: 1px 1px 0px 0px #dcecfb;
    -moz-box-shadow: 1px 1px 0px 0px #dcecfb;
    box-shadow: 1px 1px 0px 0px #dcecfb;
}
.top_menu_btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #80b5ea), color-stop(100%, #bddbfa) );
    background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
    background:-ms-linear-gradient( top, #80b5ea 5%, #bddbfa 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
    background-color:#80b5ea;
    color:#ffffff;
}
.top_menu_btn:active {
    position:relative;
    top:1px;
}

.heading1{
    position:relative;
    padding-left:20px;
    margin-left: 10px;
    border-bottom:2px solid #ccc;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
}
 
.heading1:before{
    content:''; 
    height:12px; 
    width:12px; 
    display:block; 
    background:#00A8FF; 
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
    position:absolute; 
    top:-0px; 
    left:5px;
    transform:rotate(-50deg);
    -webkit-transform:rotate(-50deg);
    -moz-transform:rotate(-50deg);
    -o-transform:rotate(-50deg);
    -ms-transform:rotate(-50deg);
}
.heading1:after{
    content:''; 
    height:8px; 
    width:6px; 
    display:block; 
    background:#00A8FF; 
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset; 
    position:absolute; 
    top:16px; 
    left:2px;
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -ms-transform:rotate(-75deg);
}

#my_navigation{
    float:left; 
    width:160px;
}

#main_contents{
    float:left;
    padding-left:30px;
    width:760px;
}
.left_navi {
  margin: 0 0 16px 0;
  padding: 9px 8px 9px 8px;
  width: 160px;
  text-align: left;
  background: url(../image/menu_stripe.jpg) repeat; 
}

.left_navi h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../image/sidebar.gif);
  background-repeat: no-repeat;
}

.left_navi a{
  color: #004080;
  display: block;
  border-bottom: solid 1px #999999;
  width: 138px;
  padding: 6px 0 5px 25px;
  font-size: 12px;
  background-image: url(../image/side_menu_bg.gif);
  background-repeat: no-repeat;
  text-decoration: none;
 }

.left_navi a:hover{
  color: #005ebb;
  background-image: url(../image/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

img.picture {
  margin: 0 10px 10px 0;
  float: left;
}
