﻿/* ------- ■リンクの色 ------- */

A:LINK    {color : #0080c0; text-decoration: none;}
A:VISITED {color : #0080c0; text-decoration: none;}
a:hover   {color : #b27e59; text-decoration: underline;}

.link_title A:LINK {color : #0080c0; text-decoration: underline;}
.link_title A:VISITED {color : #0080c0; text-decoration: underline;}
.link_title a:hover   {color : #b27e59; text-decoration: underline;}

H2 A:LINK    {border: 1px solid #008e6b; display: block; width: 170px;}
H2 A:VISITED {border: 1px solid #008e6b; display: block; width: 170px;}
H2 a:hover   {border-width: 2px 0 0 2px;
              border-style: solid;
              border-color: #95004a;
              display: block; width: 170px;
              }


/* ------- ■全体の指定------- */

BODY {
  margin: 0px; 
  background-image : url(base/01b-border.gif);
  background-repeat : repeat;
}

TABLE {
  font-size : 12px;
  text-align: left;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

#inbox {
  margin : 0px;
  padding: 0px;  
  width : 800px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size : 12px;
  text-align: left;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

/* ------- ■タイトル部分 ------- */

#banner {
  background-image : url(base/jat-logo.jpg);
  background-repeat: no-repeat;
  background-position: top;
  width : 800px;
  height : 60px;
  border-bottom : 1px solid #ccc;
  padding: 0px;
  clear: both;
}

.banner-link {
  width : 160px;
  height:  60px;
  padding : 0px 620px 0px 20px;
}

/* ------- ■メニュー枠部分 ------- */

#top-1 {
  float: left;
  width : 784px;
  height: auto;
  margin : 8px 5px 5px 5px;
  padding: 0 3px 0 3px;
}

h1 { 
  font-size: 12px;
  letter-spacing: 1px;
  height: auto;
  color: #333;
  margin: 0;
  padding : 3px 0 0 10px;
}

H2{
margin : 2px;
padding : 0;
}

#menu-1 {
  float : left;
  width : 181px;
  height : auto;
  border: 0px solid #ccc;
  margin: 3px 3px 5px 3px;
  padding: 5px;  
}

#menu-2 {
  float : left;
  width : 390px;
  margin: 0px 3px 5px 0px;
}

#topic-1 {
  float : right;
  width : 200px;
  border: 1px solid #ccc;
  margin: 10px 5px 8px 0px;
  padding: 5px;
  font-size: 11px;
}

#topic-2 {
  float : right;
  width : 190px;
  margin: 0px 5px 18px 0px;
  font-size: 11px;
  text-align : center;
  color: #999999;
  line-height: 170%;
}

#topic-3 {
  float : right;
  width : 190px;
  border: 1px solid #ccc;
  margin: 0px 5px 8px 0px;
  font-size: 12px;
  padding: 5px;
  line-height: 170%;
}

#topic-4 {
  float : right;
  width : 190px;
  margin: 0px 5px 5px 0px;
  font-size: 11px;
  text-align : center;
  color: #999999;
  line-height: 170%;
}


/* ------- ■詳細部分 ------- */

H3{
  background-color : #abcd44;
  font-size: 12px;
  padding: 2px 0px 2px 10px;
  margin : 0px;
}

/*
.showroom{
  background-color : #FFC8C8;
  font-size: 14px;
  color : #B90000;
  text-align : center;
  line-height: 150%;
  padding: 2px 0;
  margin-bottom : 5px;
}
*/

.linktext {
  padding: 0px;
  font-size: 100%;
  color: #333;
  line-height: 150%;
}

.linktext ul{
  /*font-size : 11px;*/
  background-image : url(base/08o.gif);
  background-repeat: no-repeat;
  padding: 0px 0px 2px 15px;
  margin : 8px 0px 8px 5px;
  list-style-type: none;
  background-position : 2px 2px;
}

.linktext IMG {
  margin-bottom : 5px;
}

.td-1{
  float : left;
  background-color : #ebebeb;
  line-height : 130%;
  padding : 5px;
  margin : 0px;
}

.td-1 IMG{
  margin-bottom : 3px;
}

/*
.td-1 ul{
  background-image : url(base/nana036.gif);
  background-repeat: no-repeat;
  padding: 0px 0px 2px 13px;
  margin : 5px 0px 3px 5px;
  list-style-type: none;
  background-position : 3px 4px;
}
*/

.td-2{
  float : left;
  width : 398px;
  text-align : center;
  border : 1px solid #999999;  
  line-height : 150%;
  padding : 5px 0;
  margin : 20px 0 15px;
}
.link_date {
  background-image : url(base/nana-y01.gif);
  background-repeat: no-repeat;
  padding: 0px 0px 2px 15px;
  margin : 7px 0px 3px 5px;
  list-style-type: none;
  background-position : 2px 2px;
  color : #65651d;
}

.link_title {
  margin: 0px 5px 15px 5px;
  font-size : 12px;
  line-height : 130%;  
}

/* ------- ■リンク枠部分 ------- */

.pict {
  border-width : 1px;
  border-style: solid;
  text-align : center;
  border-color : #999999;
  width : 130px;
  margin : 8px 0px 8px 0px;
}

/* ------- ■フッダー部分 ------- */

#footer {
  border-top: 1px solid #ccc;
  width: 800px;
  font-size : 10pt;
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : center;
  color : white;
  background-color : #418383;
}
