body {
  line-height: 150%;
  font-size : 12px;
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  scrollbar-arrow-color:#DE006B;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-highlight-color:#DE006B;
  scrollbar-shadow-color:#DE006B;
  scrollbar-track-color:#ffffff;
  background-image : url(images/back.gif);
}

/* TABLEの指定-----------------------------------*/
table {
font-size : 12px;
}
.maintable {
  width: 800px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  line-height: 150%;
}
.top {                                             /* 上枠 */
  background-color: #FFFFFF;
  padding: 0px;
  text-align: left;
}
.td1 {　　　　　　　　　　　　　　　　　　　　　　/* 左上枠 */
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #FFCCCC;
  height: 0px;
}
.td2 {　　　　　　　　　　　　　　　　　　　　　/* 中身枠 */
  background-color: #FFFFFF;
  text-align: left;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  width: 80%;
  vertical-align: top;
  color: #000000;
}
.td3 {                                         /* メニュー枠 */
  background-color: #FFCCCC;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
.td4 {                                         /* 下段（白） */
  background-color: #FFFFFF;
  text-align: left;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: center;
}
.td5 {                                        /* 段枠(ピンク) */
  color: #000000;
  background-color: #FFCCCC;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}
.td6 {
  border-spacing: 6px;
  font: 12px;
  border:outset 1px #ff99dd;
}

/* Ｈの指定-----------------------------------*/

H1 {
  font-size: 100%;
  font-weight: normal;
  line-height:1em;
  margin: 1;
  color : #b02d62;
  margin-left: auto;
  margin-right: auto;
　text-align: center
}}
H2 {
  font-size: 100%;
  font-weight: normal;
  line-height:1em;
  margin: 1;
}
H3 {
  font-size: 100%;
  font-weight: normal;
  line-height:1em;
  margin: 1;
}
H4 {
  font-size: 100%;
  font-weight: normal;
  line-height:1em;
  margin: 1;
}

/* リンクの指定-----------------------------------*/

A{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
  color : #b02d62;
}
A:HOVER{
  color : #db0000;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}
/* その他の要素-----------------------------------*/
strong{
  font-size : 100%;
  font-weight : normal;
  text-decoration : none;
}

.button {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  margin-right: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #FFFFFF;
  border-top: 0px dotted #DC006E;
  border-right: 0px dotted #DC006E;
  border-bottom: 2px dotted #DC006E;
  border-left: 10px solid #DC006E;
}
/* 寄せと回り込み---------------------------------*/
.image1 {
	float: right;
	clear: both;
	margin-left: 10px;
}

/* 料金表-----------------------------------*/

.table-r{
	background-color: #333333;
	margin: 0px 0px 20px 20px;
	width: 520px;
        line-height: 150%;
}

.table-r td{
	padding: 5px;
}

.ta-r-t{
	background-color: #CCCCCC;
	text-align: center;
}

.ta-r-t2{
	background-color: #FFFFFF;
	text-align: left;
}

.ta-r-txt{
	background-color: #FFFFFF;
}