@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: 13px;
  color: #333333;
  background-color: #fbfaf5;
  border-top: solid 4px #99ab4e;
}


/* 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: #69821b;
  font-size: 13px;
}

a:hover {
  color: #99ab4e;
  font-size: 13px;
}

a:visited {
  color: #69821b;
  font-size: 13px;
}

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

/* 文字色指定　ここから */
.red {
  color: #e60033;
}

.blue {
  color: #007bbb;
}

.pink {
  color: #c53d43;
}

.brown {
  color: #993300;
}

.green {
  color: #00ae4f;
}
/* 文字色指定　ここまで */

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

#main {
  width: 900px;
  margin: auto;
  padding: 0;
  text-align: center;
  border-right: solid 2px #e5e4e6;
  border-left: solid 2px #e5e4e6;
  background-color: #ffffff;
}



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

#header {
  margin: 0 auto 0 auto;
  width: 900px;
  height: 70px;
  text-align: center;
  background-color: #ffffff;
}

#header h1 {
  margin: 0;
  padding: 30px 0 0 20px;
  width: 500px;
  text-align: left;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

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

#table-left a{
  font-size: 36px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 36px;
  color: #888888;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 15px 20px 2px 0;
  font-size: 16px;
  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;
}


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

#container {
  width: 889px;
  margin: 8px auto 0 auto;
  overflow: hidden;
  padding: 6px 6px 6px 5px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;
}


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


#main-img {
  margin: 0 0 10px 0;
  text-align: center;
}

#contents {
  float: right;
  margin: 0;
  padding: 0 5px 5px 0;
  font-size: 13px;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
}

#contents #pannavi {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 12px;
}

#contents #new {
  margin-bottom: 20px;
  overflow: auto;
  height: 120px;
  width: 640px;
}

#contents #new dl {
  clear: left;
  width: 620px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  line-height: 2;
}

#contents #new dt {
  font-weight: bold;
  float: left;
  padding-left: 20px;
  width: 100px;
}

#contents #new dd {
  float: left;
  width: auto;
}

#contents h2 {
  height: 29px;
  margin: 0 0 7px 0;
  padding: 11px 0 0 22px;
  font-size: 14px;
  color: #69821b;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 10px 0px 0px 10px;
  padding: 16px 0 9px 12px;
  line-height: 110%;
  font-size: 13px;
  color: #69821b;
  border-left: solid 5px #cccccc;
  background-color: #eeeeee;
}

#contents h4 {
  margin: 10px 5px 10px 30px;
  border-bottom:1px solid;
  line-height: 110%;
  font-size: 14px;
  color: #69821b;
}

#contents ul.service {
  padding-left: 50px;
}

#contents ul.service2 {
  padding-left: 10px;
}

#contents ul.link {
  padding-left: 20px;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 8px;
  line-height: 160%;
  font-size: 13px;
}

#contents a {
  color: #69821b;
  font-size: 13px;
}

#contents a:hover {
  color: #99ab4e;
  font-size: 13px;
}

#contents .gray_bg {
  margin: 18px 0 18px 0;
  padding: 2px 8px 2px 8px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #eeeeee;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}

#contents a.red {
  color: #e60033;
}

#contents p.right {
  text-align: right;
}

#contents p.indent {
  margin: 0;
  padding: 0 10px 0 30px;
  text-indent: -15px;
}


table.t01 {
  margin-left: 10px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


th.t01 {
  padding: 6px 6px 6px 10px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-color: #f3f3f3;
}


td.t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
  padding: 3px 10px 3px 10px;
}


td.t02 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
  padding: 3px 5px 3px 0px;
  text-align: right;
}


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

td.table_profile {
  padding : 3px 15px 3px 25px;
  vertical-align: top;
}


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

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

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

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #dddddd;
  width: 174px;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

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

.menulist span.title{
  color: #69821b;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #dddddd;
  width: 174px;
  padding: 8px 4px 3px 30px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist span.small{
  margin-left: -22px;
  font-size: 10px;
  line-height: normal;
  color: #e60033;
}

.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
}

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

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #99ab4e;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}


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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 25px 0 20px 0;
  text-align: center;
  font-size: 13px;
  color: #555555;
  border-top: solid 1px #cccccc;
  background-color: #dddddd;
}

#footer a {
  color: #555555;
  font-size: 13px;
 }

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