/* 基本設定 */
* {
margin: 0;
padding: 0;
}
body{
  scrollbar-face-color:#f5eddc;
  scrollbar-arrow-color:#c6b697;
  scrollbar-track-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#c6b697;
  scrollbar-3dlight-color:#c6b697;
  scrollbar-darkshadow-color:#ffffff;
  text-align: center;
}

body,td, {
font-size:10pt;
color:#474747;
letter-spacing:1px;
line-height:15pt;
font-family:'VERDANA,ARIAL,SANS-SERIF,';
}

/* リンク */
a:link{color:#a47c52;text-decoration:underline;}
a:visited{color:#a47c52;text-decoration:underline;}
a:hover{color:#7d7d7d;
text-decoration: none;}

hr{height:1px;color:#e1d2b7;border-style:dashed;}

p{
margin: 0px 10px 10px 10px;
text-align : left;
}
p.center{text-align: center;}
p.right{text-align: right;}


/* ヘッダー */
#head{
width : 700px;
text-align : center;
}
h1 {
text-align : center;
margin: 0px 0px 0px 0px;
}

/* ページ設定 */
#page{
width : 700px;
}
#menu1{
width : 200px;
float : left;
text-align : left;
}
#main{
width : 300px;
float : left;
}
#menu2{
width : 200px;
float: right;
text-align : left;
}

/* メニュー */
h2 {
width : 190px;
color : #ffffff;
font-size : 11pt;
text-align : center;
margin: 0px 0px 0px 0px;
padding: 7px 0px;
background-image : url(./icon/td5.gif);
background-color:#c6b697;
}

#menu1 h2 a{
color : #ffffff;
text-decoration:none;
}
#menu2 h2 a{
color : #ffffff;
text-decoration:none;
}

p.explain{
width : 190px;
color : #474747;
font-size : 7pt;
font-weight : normal;
text-align : center;
line-height:11pt;
margin: 0px 0px 0px 0px;
padding-bottom: 2px;
background-image : url(./icon/td5.gif);
background-color:#c6b697;}

ul li {
list-style: none;
width : 190px;
color : #7d7d7d;
font-size : 10pt;
font-weight : normal;
text-align : left;
margin: 0px 0px 0px 0px;
padding: 3px;
border-bottom : 1px dotted #c6b697;
}
ul li a:link{
color : #7d7d7d;
text-decoration:none;
}
ul li a:visited{
color : #7d7d7d;
text-decoration:none;
}
ul li a:hover{
color : #7d7d7d;
text-decoration:none;
}

#menu1 table {
margin: 15px 0px 15px 0px;
}
#menu2 table {
margin: 15px 0px 15px 0px;
}

/* メイン */
h3{
color : #9aaaab;
font-size : 11pt;
font-weight : bold;
text-align : left;
margin: 10px 10px 10px 10px;
padding-top: 10px;
border-bottom : 1px dotted #e1d2b7;
height:35px;
}

p.title2{
color : #aea198;
font-size : 10pt;
font-weight : bold;
text-align : left;
margin: 15px 10px 5px 10px;
background-image : url(icon/h3.gif);
background-repeat: no-repeat;
background-position: left;
padding-left : 15px;
}

#main table {margin: 5px 0px 10px 0px;}
#main td { padding: 3px; }

/* フッター */
#foot{
width : 700px;
clear:both;
font-size:7pt;
text-align : right;
}
