
/* ページ全体の背景・文字・スクロールバー */

BODY,TD{
font-size : 10px;
color: #617357;
font-family : Verdana,Osaka;
line-height : 16px;
background-color:#ffffff;
scrollbar-face-color:#d2f0c4;
  scrollbar-track-color:#ffffff;
  scrollbar-arrow-color:#d2f0c4;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#d2f0c4;
  scrollbar-darkshadow-color:#ffffff;
  
}

/* テキストエリア */
INPUT,TEXTAREA{
  border:1px solid #d2f0c4;
  font-size : x-small;
  font-family : Verdana,Osaka;
  color : #008000;
  background-color:#ffffff;
  scrollbar-face-color:#d2f0c4;
  scrollbar-track-color:#ffffff;
  scrollbar-arrow-color:#d2f0c4;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  cursor : w-resize;
  width : 15cm;
  height : 5cm;
  line-height : 3mm;
  text-align : left;
  letter-spacing : normal;
}

/* サイトタイトル文字 */
.a{
font-size : 30px;
color: #617357;
font-family : "Times New Roman","Verdana";
font-style : italic;
  line-height : 4mm;
}

/* リンク */
a:link {
  color:#617357;
  text-decoration:none;
  cursor: e-resize;
}
a:visited {
  color:#617357;
  text-decoration:none;
  cursor: e-resize;
}
a:hover {
  color:#ffffff;
  text-decoration:none;
  cursor: e-resize;
  position:relative;
  top:2px;
  left:2px;
}
a:active {
  color:#617357;
  text-decoration:none;
  cursor: e-resize;
}

/* ページ全体のテーブル枠 */
.ta1{
width : 700px;
height : 500px;
border : 1px solid #d2f0c4;
}

/* 背景写真のテーブル枠 */
.ta2{
width:30%;
height:500px;
background-repeat: no-repeat;
background-attachment: fixed ;
background-position: 0% 0%;
background-image : url(file:///H:/恵みの湯HP/恵みの湯HP/素材置き場/TM_pwh3/TM_pwh3/img/画像url);
border: 0px;
}

/* 左のテーブル枠 */
.ta3{
width : 5%;
height : 500px;
border : 0px;
background-color : #d2f0c4;
}

/* 右のテーブル枠 */
.ta4{
width : 15%;
height : 500px;
border : 0px;
background-color : #d2f0c4;
}

/* インラインフレームのテーブル枠 */
.ta5{
width : 50%;
height : 500px;
border : 0px;
}

/* 各コンテンツページのタイトル枠 */
.ta6{
border : 0px;
background-color : #d2f0c4;
}
.box1{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-top-color : #d2f0c4;border-left-color : #d2f0c4;border-right-color : #d2f0c4;border-bottom-color : #d2f0c4;
  height : 50px;
}
