@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(img/back.gif);
  background-repeat: repeat-x;
  background-position: top;
}


hr{
border:none;
border-top:dashed 1px #aaaaaa;
height:1px;
color:#FFFFFF;
}

/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

font.notlink {
  font-size: 12px;
  color: #004080;
}


p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


ol {
margin: 0 0 0 30px;
padding: 0px;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  border-right:  solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  background-color: #ffffff;
}

/*---------- Firefoxスクロールバー対策 ----------*/
html {
	overflow-y:scroll;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0 0 10px 0;
  width: 900px;
  height: 120px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  background-color: #ffffff;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 0px 10px 2px 20px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
}

#header h2 {
  margin: 0;
  padding: 10px 0px 2px 20px;
  width: 400px;
  text-align: left;
  font-size: 36px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
}



#header a:hover {
  color: #cccccc;
}

#header p {
  margin: 0;
  padding:  4px 0 0 20px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 16px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}


#header-menu {
  width: 872px;
  margin: 0 15px 15px 10px;
  padding: 0;
  border-top: solid 1px #aaaaaa;
  /*border-right: solid 1px #aaaaaa;*/
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  height: 30px;
  text-align: left;
  background-image: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  font-size: 11px;
  width: 108px;
  line-height: 20px;
  color: #666666;
  background-image: url(img/head_menu_back.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;
  padding: 5px 0 5px 0;
}

#header-menu li a:hover {
  background-image: url(img/head_menu_back_hover.gif);
}

img.head_photo {
  margin: 0;
}

/*---------- ヘッダー(Eng) ----------*/
#headeren {
  margin: 0 0 10px 0;
  width: 900px;
  height: 120px;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  background-color: #ffffff;
  background-image: url(img/headeren.jpg);
  background-repeat: no-repeat;
}

#header h3 {
  margin: 0;
  padding: 10px 0px 0px 0px;
  width: 850px;
  text-align: right;
  font-size: 12px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
}

#headeren h3 {
  margin: 0;
  padding: 10px 0px 0px 0px;
  width: 850px;
  text-align: right;
  font-size: 12px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
}

#header a {
  margin: 0;
  padding: 10px 0px 0px 0px;
  width: 850px;
  text-align: right;
  font-size: 12px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
  text-decoration: none;
}

#headeren a:hover {
  color: #cccccc;
}

#headeren a {
  margin: 0;
  padding: 10px 0px 0px 0px;
  width: 850px;
  text-align: right;
  font-size: 12px;
  color: #eeeeee;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
  text-decoration: none;
}


/*---------- コンテンツ ----------*/

#container {
  width: 888px;
  overflow: hidden;
  margin: 0;
  padding: 0 6px 60px 6px;
  background: #ffffff /*url(img/side_yback.jpg);*/
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 3px 0 0 0;
  padding: 0 10px 5px 0;
  font-size: 12px;
  line-height: 180%;
  width: 640px;
  letter-spacing: 1px;
}

#contents a:hover {
  color: #005ebb;
}

#contents h2 {
  height: 25px;
  margin: 0 0 4px 0;
  padding: 6px 0 0 15px;
  font-size: 12px;
  color: #444444;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 8px 0 ;
  padding: 0 5px 0 10px;
  color: #005ebb;
  font-size: 18px;
}

#contents h4 {
  margin: 0 ;
  padding: 0 5px 0 10px;
  color: #005ebb;
  font-size: 12px;
}

#pannavi {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}
#pannavi a {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 10px;
  line-height: 180%;
  font-size: 12px;
  color: #333333;
}

#contents h5 {
 font-weight: normal;
  margin: 0px 0 0px 0;
  padding: 0 5px 0 10px;
  line-height: 180%;
  font-size: 12px;
  color: #333333;
}




#contents h6 {
 font-weight: normal;
  margin: 0px 0 0px 0;
  padding: 0px 5px 8px 10px;
  line-height: 180%;
  font-size: 12px;
  color: #333333;
}





#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 dl {
  width: 100%;
  margin: 0;
  padding: 10px 0 30px 0;
}

#contents dt {
  float:left;
  width: 90px;
  margin: 0;
  padding: 10px 0 10px 5px;
}

#contents dd {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  background-image: url(img/line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#contents dt:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

table.topics {
  
  border: 0px 0px;
  border-collapse: collapse;
  margin-left: 50px
}


table.topics td {
   border-width: 0px 0px 1px 0px;
   border-color: #aaaaaa; 
   border-style: dashed; 
   vertical-align: top;
   padding: 0.5em 0em 0.5em 0em;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0px 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  /*background-image: url(img/menu_back.gif);*/
  letter-spacing: 1px;
}

#menu h2 {
  height: 21px;
  margin: 0px 1px 1px 0px;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu p {
  margin: 0;
  padding: 10px 4px 2px 4px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
  /*background-image: url(img/menu_back.gif);*/
}

.menulist h2 {
  height: 19px;
  padding: 7px 0 0 12px;
  margin: 0 0 1px 0;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #fffffc;
  display: block;
  border-bottom: solid 1px #cccccc;
  width: 172px;
  padding: 8px 4px 6px 33px;
  font-size: 11px;
  line-height: 160%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #fffffc;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #004080;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 0;
  padding: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 180%;
  background-image: url(img/menu_back.gif);
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 1px #999999;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}


/*---------- コンテンツ・メインコンテンツ(カラムなし) ----------*/


#container2 {
  width: 888px;
  overflow: hidden;
  margin: 0;
  padding: 0px 6px 60px 6px;
  background: #ffffff;
  background-repeat: repeat-y;
}

#contents2 {
  margin: 3px 0 0 0;
  padding: 0px 10px 5px 0px;
  font-size: 12px;
  line-height: 180%;
  width: 888px;
  letter-spacing: 1px;
}

#contents2 a:hover {
  color: #005ebb;
}

#contents2 h2 {
  height: 25px;
  margin: 0 0 4px 18px;
  padding: 6px 0 0 15px;
  font-size: 12px;
  color: #444444;
  background-image: url(img/titlebarl.gif);
  background-repeat: no-repeat;
}

#contents2 h3 {
  margin: 8px 0 ;
  padding: 0 5px 0 10px;
  color: #005ebb;
  font-size: 18px;
}
#contents2 h4 {
  margin: 0 ;
  padding: 0 5px 0 10px;
  color: #005ebb;
  font-size: 12px;
}

#contents2 h5 {
 font-weight: normal;
  margin: 0px 0 0px 0;
  padding: 0 5px 0 10px;
  line-height: 180%;
  font-size: 12px;
  color: #333333;
}

#contents2 p {
  margin: 18px 0 18px 25px;
  padding: 0 20px 0 0;
  line-height: 180%;
  font-size: 12px;
}

#contents2 img.head_photo {
  margin: 0 0 10px 0;
}

#contents2 img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents2 img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents2 p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents2 dl {
  width: 100%;
  margin: 0;
  padding: 10px 0 30px 0;
}

#contents2 dt {
  float:left;
  width: 90px;
  margin: 0;
  padding: 10px 0 10px 5px;
}

#contents2 dd {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  background-image: url(img/line.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#contents2 dt:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}

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;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}

/*---------- page_top----------*/

h10{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}