/* -----------------------------------------------
 * メイドイン城崎用　（2003.10.27）
 * ----------------------------------------------- */
a:link{ text-decoration:none; color:#003399; }
a:visited{ text-decoration:none; color:#475682; }
a:active{ text-decoration:underline; color:#990000; }
a:hover{ text-decoration:underline; color:#CC0000; }
body{ font-size:100%; color:#222222; background-color:#FFFFFF; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

/* -----------------------------------------------
 * TOPページ用
 * ----------------------------------------------- */



/* -----------------------------------------------
 * 共通
 * ----------------------------------------------- */

.x-large{ font-size:150%; }
.large{ font-size:120%; line-height: 1.2; }
.mid{ 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: 140%; font-weight: bold; }
.shop-name {  font-size: 100%; font-weight: bold; color:#FFFFFF; }


.copyright{ font-size:75%; color:#333333; }


/* ---------------------------
FORM
--------------------------- */

form.form{
  margin: 0px;
}

TEXTAREA {
  width: 100%;
}

/* ---------------------------
TABLE：背景色あり
--------------------------- */
TABLE.td-main-color{
  background: #FFFFCB;      /* 背景色 */
}


/* -----------------------------------------------
 * admin用
 * ----------------------------------------------- */

.admin-large{ font-size:150%; line-height: 1.2; }
.admin-mid{ font-size:120%; line-height: 1.3; }
.admin-normal{ font-size:100%; line-height: 1.3; }
.admin-small{ font-size:84%; line-height: 1.2; }
