BODY,TD,DIV{font-size : 12px;
font-family : ariel,"ＭＳ Ｐゴシック",Osaka,monospace,sans-serif;
margin : 0px;
color : #333333;
}
BODY{background-color : #fffacd;
}
.header1{
 /*ヘッダー　左端*/
font-size: 12px;
 padding: 0px;
 margin: 5px 0px 5px 20px;
 letter-spacing: 1px;
 text-align: center;
 width: 140px;
 color: #;
}
.header2{/*ヘッダー　中央*/
padding: 0px;
margin: 0px 0px 5px 0px;
letter-spacing: 4px;
text-align: center;
width: 300px;
font-weight:600;
}

A.btn {
  display: block;             
  width: 90px;                
  background-color: #66CC66;  
  border: outset 4px #99CC99;
  margin: 0px;
  padding: 3px 1px 1px 0px;
  line-height: 18px;
  text-align: center;
}
A.btn:hover {
  color: #eeeeee;
  background-color: #66CC66;
  border: inset 2px #99CC99;
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.btn:active { color: #fffff0; }
A.btn:visited { color: #fffff0; }

.header3{
 /*ヘッダー　右端*/
font-size: 13px;
padding: 5px 5px;
margin: 5px 15px;
width: 100px;
text-align: center;
letter-spacing: 1px;
line-height: 18px;
font-weight:700;
}
.title{/*タイトル*/
padding: 1px 40px;
margin: 0px 0px;
background-color: #87ceeb;
font-weight: bold;
font-family: sans-serif;
border-width: 2px 0px;
border-style: solid;
border-color: #d3d3d3;
letter-spacing: 3px;
color: #FEFFE8;
font-weight: 600;
}
.menu{/*メニュー*/
font-size : 12px;
padding : 3px 0px;
margin : 6px 0px 0px 15px;
border-width : 1px 2px 2px 1px;
border-style : solid;
border-color : #cccccc #bbbbbb #bbbbbb #cccccc;
width : 140px;
text-align : center;
letter-spacing : 1px;
}
.box1{/*お問合せ*/
padding : 5px;
margin : 5px 5px 10px 10px;
border : 1px solid #cccccc;
width : 168px;
text-align : left;
line-height : 18px;
}
.box2{/*右側　外枠*/
padding : 5px 0px;
margin : 10px 10px 5px 0px;
border : 1px solid #cccccc;
width : 445px;
text-align : left;
line-height : 15px;
font-size : 12px;
}
.box3{/*右側　内枠*/
font-size : 13px;
padding : 5px 15px;
margin : 10px 25px;
border : 1px solid #cccccc;
width : 250px;
text-align : center;
line-height : 18px;
color : #;
}
.box4{/*右側　外枠2*/
margin : 5px 5px 5px 0px;
width : 445px;
text-align : left;
line-height : 15px;
font-size : 12px;
}
A{/*リンク*/
color : #003399;
text-decoration : none;
}
A:HOVER{/*リンク　マウスオーバー*/
color : #ff3300;
text-decoration : underline;
}
.nw{/* 改行しない */
white-space : nowrap;
}

