﻿@charset "utf-8";

#contents .container{
    background-image: url(../images/common/bgtexture.gif);
    background-repeat: repeat-y;
}

#contents-main{
    float: right;
    width: 700px;
    margin-top: 30px;
}

#contents-main h1{
    width: 700px;
    height: 50px;
}

#contents-main h2{
    width: 700px;
    height: 40px;
}

.common{
    clear: both;
    padding: 0 24px;
    margin-top: 20px;
}

.common .text{
    width: 650px;
}

.common h3,
.common .explain{
    margin-bottom: 20px;
}

.common .picture{
    width: 220px;
    height: 210px;
}


#sub-nav{
    position: relative;
    list-style: none;
    width: 190px;
    height: 168px;
    padding: 20px 15px;
}

#sub-nav ul{
  margin:0;
  padding:0;
}

#sub-nav ul li{
  list-style: none;
  margin:0;
  padding:0;
  font-size:16px;
  letter-spacing: 2px;
  position: relative;
  width: 190px;/*親メニューの幅*/
  height: 42px;/*親メニューの高さ*/
  line-height: 42px;
  background-image: url(../images/common/link.gif);
  color: #4D4D4D;/*親メニューの文字色*/
  text-align:left;
}

#sub-nav ul li a{
  color: #4D4D4D;
  display: block;
  text-decoration: none;
  padding:0 10px;
}

#sub-nav li .current,
#sub-nav li a:hover{
  padding:0 10px;
    background-image: url(../images/common/link-2.gif);
    color: #ffffff;
}

#second-contents-nav{
    margin-bottom: 30px;
}

#second-contents-nav li{
    width: 180px;
    height: 58px;
}

#contacts{
    padding: 4px 4px 0;
}

#contacts h2{
    height: 40px;
    margin-bottom: 15px;
}

#contacts ul li{
    height: 35px;
    margin-bottom: 15px;
}

h1.type01{
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    font-size: 26px;
    font-weight: 400;
    color: #00007F;
    letter-spacing: 2px;
    padding: 7px 0 0px 10px;
    background-image: url(../images/common/bgh1.gif);
    background-repeat: repeat-x;
}

h2.type01{
    font-family: "HG丸ｺﾞｼｯｸM-PRO";    font-size: 20px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 2px;
    padding: 0 0 0px 15px;
    height: 40px;
    line-height: 40px;
    background-image: url(../images/common/bgh2.gif);
    background-repeat: repeat-x;
}

table.type01{
    border-collapse: collapse;
//    text-align: left;
    line-height: 1.5;
//    border-bottom: 1px solid #4169e1;
}

table.type01 th{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #ffffff;
    background: #4169e1;
}

table.type01 td{
    padding: 10px;
    vertical-align: top;
//    vertical-align: middle;
    border-bottom: 1px solid #82cddd;
}

table.type01 .even{
    background: #ffffff;
//    background: #bbe2f1;
}

table.type02{
    border-collapse: collapse;
    line-height: 1.5;
}

table.type02 th{
	//    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #4169e1;
}

table.type02 td{
    padding: 10px;
    border-bottom: 1px solid #82cddd;
}

table.type03{
    border-collapse: collapse;
    line-height: 1.3;
    margin-left: 10px;
}

table.type03 td{
    vertical-align: top;
    padding: 5px;
    border-top: 1px solid #82cddd;
    border-bottom: 1px solid #82cddd;
}

.l{
    text-align: left;
    float: left;
}

.r{
    text-align: right;
}

.c{
    text-align: center;
}

.frame {
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: 0 0 4px #999;
}