/* ------- ■マージン初期化 ------- */

DIV{
margin : 0;
padding : 0;
}

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

A:LINK     {color : #0080c0; text-decoration: none;}

A:VISITED   {color : #0080c0; text-decoration: none;}

a:hover   {color: #b27e59; text-decoration: underline;}


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

#inbox {

  margin : 0;

  padding : 0;

  /*MARGIN-LEFT: auto;*/ 

  /*MARGIN-RIGHT: auto;*/ 

  width : 800px;

  background-color: #fff;

  border: 1px solid #ccc;

  text-align: left;

}



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

#banner {

  background-image : url(base/jat-logo.jpg);

  background-repeat: no-repeat;

  background-position: top;

  width : 800px;

  height : 60px;

  margin: 0px;

  padding: 0px;

  clear: both;

}

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


.description {

  font-weight : bold;

  color: #46736f;

  font-size : 10pt;

  padding-top : 45px;

  padding-left : 740px;
}



BODY {

margin : 0;
padding : 0;
background-image : url(base/01b-border.gif);
background-repeat : repeat;

}

.title1{
font-size : 16px;
background-image : url(base/27n-long.gif);
background-repeat : repeat-y;
width : 780px;
height : 25px;
font-weight : bold;
border : solid #0080ff;
border-width : 2px 0px 1px 0px;
color : navy;
padding-left : 10px;
padding-top : 5px;
margin : 10px 0 5px 10px;
}

.title2{
background-color : #f2f2f2;
padding-left : 10px;
margin-left : 10px;
width : 770px;
height : 18px;
margin-bottom : 0px;
}

#olive{
background-color : #f4f2e1;
}

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

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

}

