p {  font-size: 90%; line-height: 1.3;}


/*　空室管理・予約システム用　*/
body{
  font-size:100%;
  color:#FFFFFF;
  background-color:#222222;
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
}

a:link{ text-decoration:none; color:#A1A483; }
a:visited{ text-decoration:none; color:#A1A483; }
a:active{ text-decoration:underline; color:#999999; }
a:hover{ text-decoration:underline; color:#000000; }

a.pm-button:link{ text-decoration:none; color:#FFFFFF; }
a.pm-button:visited{ text-decoration:none; color:#FFFFFF; }
a.pm-button:active{ text-decoration:underline; color:#FFFFFF; }
a.pm-button:hover{ text-decoration:none; color:#A1A483; }



/*　基本フォントサイズ　*/
.x-large{ font-size:150%; }
.large{ font-size:120%; line-height: 1.2; }
.middle{ font-size:100%; line-height: 1.3; }
.normal{ font-size:84%; line-height: 1.3; }
.small{ font-size:75%; line-height: 1.3; }
.x-small{ font-size:60%; line-height: 1.2; }

.midasi {  font-size: 120%; font-weight: bold; }
.midasi2 {  font-size: 105%; font-weight: bold; }
.midasi3 {  font-size: 95%; font-weight: bold; }
.date { font-size:100%; color:#666666; }
.uetuki{ font-size:50%; vertical-align: super;}
.copyright{ font-size:75%; color:#666666; }


/*　FORM　*/
form.form {
    margin-top: 0em;
    margin-bottom: 0em;
}

TEXTAREA {
  width: 100%;
  background-color:#FFFFFF;
  border:1px solid;
}



/*　プラン・客室紹介用　*/
.pm-pankuzu{ 
	width: 562px;
	text-align: left;
	font-size:75%; 
	color:#FFFFFF; 
	padding-bottom: 4px;
}

.pm-footer {
	text-align: center;
	font-size: 1%;
	color:#333333;
}

.footer-text{
　　　　 color:#FFFFFF;
         font-size:75%;
}

.copyright{
         color:#FFFFFF;
         font-size:75%;
}


/*　プラン　リストページ　*/
.pm-plan-list-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #A1A483;
	border-color: #A1A483;
	padding: 4px 5px 1px 7px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
}

.pm-plan-list-tit-text {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFFFFF;
}

.pm-plan-list-tit-kikan {
	text-align: left;
	font-size: 80%;
	color:#111111;
}

.pm-plan-list-img {
	text-align: center;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.pm-plan-list-text-waku {
}

.pm-plan-list-text {
	text-align: left;
	font-size: 90%;
	color:#FFFFFF;
	line-height: 1.4; 
}

.pm-plan-list-price-text {
	text-align: left;
	font-size: 70%;
	color:#FFFFFF;
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
}

.pm-plan-list-price {
	text-align: left;
	font-size: 100%;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
}

.pm-plan-list-b-s {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 94px;
	height: 28px;
	padding-top:7px;
	background: url("../img/b_yellow_s.gif") no-repeat;
	float:right;
}

.pm-plan-list-b-l {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 28px;
	padding-top:8px;
	float:right;
	background-color: #444444;
}



/*　プラン詳細　*/
.pm-plan-detail-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #A1A483;
	border-color: #A1A483;
	padding: 4px 5px 3px 7px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
}

.pm-plan-detail-tit-text {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFFFFF;
}


/*　下の料金表　*/
.pm-plan-detail-pricelist-waku {
	width:584px;
	padding:8px;
	background-color:#666666;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
}

.pm-plan-detail-pricelist-tit {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 4px;
}

.pm-plan-detail-pricelist-kikan {
	color:#9E0000;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.5;
	text-align: center;
	padding:4px 5px;
	background-color:#F6EFE8;
	border-color:#AB621E;
	border-width:1px 0px 2px 0px;
	border-style:solid;
}

/*　客室名　*/
.pm-plan-detail-pricelist-room {
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 1;
	color:#9E0000;
	padding-top: 5px;
	padding-bottom: 4px;
}


/*　料金表　*/
.pm-table-price-list { 
	border-collapse: collapse; 
	border: 1px #999999 double; 
}

.pm-table-price-list TH { 
	text-align: center; 
	padding: 3px; 
	font-size:84%;
}

.pm-table-price-list TD { 
	border: 1px #999999 solid; 
	text-align: center; 
	padding: 3px; 
	font-size:84%;
}

TD.pm-table-price-color01-tit { 
	background-color: #A1A483; 
}

TD.pm-table-price-color01 { 
	background-color: #A1A483; 
}

TD.pm-table-price-color02-tit { 
	background-color: #FFFFFF; 
	color:#CC0000;
	font-weight: bold;
} 

TD.pm-table-price-color02 { 
	background-color: #FFFFFF; 
	color:#CC0000;
	font-weight: bold;
} 

.pm-weekday { 
	color:#006699;
	font-weight: normal;
} 

.pm-holiday { 
	color:#FF3300;
	font-weight: normal;
} 




/*　予約の照会・取消し　*/
.pm-plan-detail-cancel-waku {
	width:584px;
	padding:8px;
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}

TD.pm-plan-detail-cancel-item-tit { 
	background-color: #E6E6E6; 
	text-align: center; 
	font-size:84%;
	color:#222222;
	font-weight: normal;
} 

TD.pm-plan-detail-cancel-item { 
	font-size:84%;
	color:#222222;
	font-weight: normal;
} 



/*----------------------------------　客室　リストページ　------------------------------------*/
.pm-room-list-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #A1A483;
	border-color: #A1A483;
	padding: 4px 5px 1px 7px;
	border-style: solid;
	border-width: 0px 0px 1px 5px;
}

.pm-room-list-tit-text {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFFFFF;
}

.pm-room-list-tit-text2 {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color:#000000;
}

.pm-room-list-img {
	text-align: center;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.pm-room-list-text-waku {
}

.pm-room-list-text {
	text-align: left;
	font-size: 90%;
	color:#FFFFFF;
	line-height: 1.4; 
}

.pm-room-list-b-s {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 28px;
	padding-top:9px;
	float:right;
	background-color: #444444;
}




/*　客室　詳細ページ　*/
.pm-room-detail-tit {
	text-align: left;
	line-height: 1.4; 
	background-color: #A1A483;
	border-color: #A1A483;
	padding: 4px 5px 1px 7px;
	border-style: solid;
	border-width: 0px 0px 1px 5px;
}

.pm-room-detail-tit-text {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.5;
	color:#FFFFFF;
}

.pm-room-detail-img {
	text-align: center;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.pm-room-detail-text-waku {
}

.pm-room-detail-text {
	text-align: left;
	font-size: 90%;
	color:#222222;
	line-height: 1.4; 
}

.pm-room-detail-text2 {
	text-align: left;
	font-size: 90%;
	color:#FFFFFF;
	line-height: 1.4; 
}

.pm-plan-detail-pricelist-text {
	text-align: left;
	font-size: 90%;
	color:#222222;
	line-height: 1.4; 
}




/*　区切り線　*/
.pm-plan-list-line {
	display:none;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif")
}

.pm-plan-detail-pricelist-line {
	display:none;
	margin-top: 30px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif")
}

.pm-room-list-line {
	display:none;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif")
}

.pm-room-detail-line {
	display:none;
	margin-top: 30px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif")
}

.pm-room-detail-pricelist-line {
	display:none;
	margin-top: 30px;
	height: 19px; 
	background-image:url("../plan/img/d_comment_line.gif")
}


/*　カレンダー用フォントサイズ　*/
.cal-tit { font-size: 130%; font-weight: bold; color:#FFFFFF; }
.cal-tit-s { font-size: 100%; color:#FFFFFF; }
.cal-day-tit { font-size: 10px; font-weight: bold; color:#FFFFFF; }
.cal-date { font-size: 84%; }
.cal-mark { font-size: 130%; font-weight: bold; }



