.font1    {font-size:12px;color:#3F3F3F;line-height:130%;font-family:Verdana;}  /*通常のテキストのサイズ色の指定*/  
.font2    {font-size:13px;color:#FFFFFF;line-height:130%;font-family:Verdana;}  /*少し大きい文字の指定*/
.font3     {font-size:12px;color:#FFFFFF;}       /* 左白文字テキストの指定*/ 

  /*テキストリンクの色*/
  /*訪問済みのリンクの色*/ 
   /*クリック時のリンクの色*/
  /*マウスの上にカーソルがあるときのリンクの色*/

  /*メニュー・テキストリンクの色*/
   /*メニュー・訪問済みのリンクの色*/
   /*メニュー・クリック時のリンクの色*/
   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.color1     {background-color:#A86363;
  font-size : 15px;
}   /*画面内濃いワイン色の背景色　上のメニュー帯*/
.color2     {background-color:#A86363;}   /*画面内薄いワイン色の背景色*/
.color3     {background-color:#FFFFFF;}   /*画面内ホワイト部分の背景色*/
.color4     {background-color:#FFE6E3;}   /*画面右セル背景色*/

body { 
scrollbar-base-color:#EAD1D8; 
scrollbar-arrow-color : #9C1519; 
scrollbar-darkshadow-color : #9C1519;
scrollbar-face-color : #EAD1D8; 
scrollbar-highlight-color : #9C1519;
scrollbar-track-color: #E7B9C4;
scrollbar-shadow-color : #9C1519;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(map/bg1.gif);
  color : #ffffff;
  background-repeat : repeat;
}
<style type="text/css">
body {
	font-size: 10px;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
#inquiry {
	width: 600px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 12px;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry TH.must {
	border-left-color: #D90000;
  color : black;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
  color : black;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
A{
  color : white;
}

-->
