@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #323232;
  background-image: url(img/back.jpg);
  background-repeat: repeat-x;
}

a:link {
  color: #1d3994;
  font-size: 13px;
}

a:hover {
  color: #D47504;
  font-size: 13px;
}

a:visited {
  color: #purple;
  font-size: 13px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}


/*---------細々の設定-----------*/

.look {
  color: #FFFFFF;
  background: #333333;
}
.redbox {
  color: #333333;
  background: #FFFF99;
  font-weight: bold;
}

.kubun{
  font-size: 12px;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 780px;
  border-right:  solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  background-color: #ffffff;
}

#main li {
  list-style-type: none;
  background: url(img/q01.gif) no-repeat 10px top;
  background-position: left center;
  padding-right: 5px;
  padding-left: 25px;
  line-height: 25px;
  font-size: 12px;
}

#main dt {
 background: url(img/a03.gif) no-repeat 10px top;
 background-position: left center;
 font-size: 12px;
 color: #00345f;
 font-weight: bold;
 line-height: 21px;
 padding-left: 25px;
 margin-left: 20px;
}

#main dd {
 font-size: 12px;
 color: #333333;
 font-weight: nomal;
 margin-left: 20px;
 margin-right: 20px;
}

#main .waku {
  width: 510px;
  border: 1px solid #999999;
  padding: 10px;
  background: #F5F5F5;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 780px;
  height: 80px;
  border-top: solid 3px #0073D5;
  background-color: #999999;
  font-family:Verdana;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-size: 9px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 13px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header-menu {
  font-size: 13px;
  background-color: #333333;
  margin: 0px;
  padding: 6px 0 6px 15px;
  background: url(img/head_menu_back2.gif) repeat-x;
  height: 24px;
}

#header-menu ul {
  text-align: right;
  padding-bottom: 10px;
  margin: 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 15px;
  padding-right: 7px;
  background: url(img/l_icon.gif) no-repeat;
}

#header-menu a {
  font-family:  "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  text-decoration: underline;
  height: 24px;
}

/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}

/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 2px 0 10px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 565px;
}

#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 20px 0;
  float: left;
}

#contents img.pic-r {
  margin: 0 10px 10px 0;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents h2 {
  font-family:  "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin: 0 0 7px 0;
  padding: 9px 0 10px 20px;
  line-height: 110%;
  font-size: 14px;
  color: #000141;
  background-image: url(img/titlebar2.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 15px 0 27px 0;
  line-height: 150%;
  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;
}

#hyou {
  line-height: 2.0;
  color: #333333;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

#hyou ul li {
  list-style-type: none;
  background: url(img/pen.gif) no-repeat 0 0.3em;
  padding-left: 20px;
}

#ryokinplan {
  font-size: 12px;
}

#planhikaku {
  font-size: 13px;
}

/*---------- メニュー ----------*/

#menu {
  font-family:  "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 186px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/menu_back2.gif);
}

#menu h2 {
  margin: 0 0 7px 0;
  padding: 6px 0 6px 15px;
  line-height: 110%;
  font-size: 13px;
  color: #666666;
  background-image: url(img/sidebar-mix.gif);
  background-repeat: no-repeat;
}

.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 177px;
  text-align: left;
  background-image: url(img/menu_back2.gif);
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  background: url(img/arrow.gif) no-repeat 10px top;
  background-position: left center;
  color: #1d3994;
  display: block;
  border-bottom: solid 1px #f7f7ee;
  width: 160px;
  padding: 6px 0 5px 15px;
  font-size: 12px;
  background-color: #ffffff;
  text-decoration: none; 
 }

.sub-menu a:visited {
	color:#941D55;
}

.menulist a:hover{
  color: #0033FF;
  background-color: #ffffff;
  text-decoration:underline;
}

.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 177px;
  text-align: left;
  background-color: #f3f3f3;
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #ffffff;
  background-image: url(img/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(img/mark.gif);
  margin: 0 0 5px 0;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 4px 0 10px 10px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-top: solid 4px;
  border-top-color: #2D4A74;
  background-color: #2D4A74;
}

#footer a {
  font-family:  "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color:#ffffff; 
  text-decoration: none;
 }

#footer a:hover {
  color:#ffffff;
  text-decoration:underline;
}

/*--------------フッター2--------------*/

#footer2 {
  clear: both;
  color: #666666;
  background: #ffffff;
  padding-top: 5px;
  font-size: 11px;
  width: 100%;
  line-height: 200%;
  margin-right: auto;
  margin-left: auto;
  text-align : center;
}

#footer2 a {
  color:#666666; 
  text-decoration: none;
}

#footer2 a:hover {
  color:#666666;
}

/*--------------フッター3--------------*/

#footer3 {
  clear: both;
  color: #666666;
  background: #ffffff;
  padding-top: 5px;
  font-size: 9px;
  width: 100%;
  line-height: 200%;
  margin-right: 10px;
  margin-left: auto;
  text-align : right;
}

#footer3 a {
  color:#666666; 
  font-size: 9px;
  text-decoration: none;
}

#footer3 a:hover {
  color:#666666;
}