/* -----------------------------------------------
 * 200305城崎まんきつガイド用
 * ----------------------------------------------- */
a:link{ text-decoration:none; color:#CC3300; }
a:visited{ text-decoration:none; color:#975E4B; }
a:active{ text-decoration:underline; color:#FF470A; }
a:hover{ text-decoration:underline; color:#8A2200; }
body{ font-size:84%; color:#111111; background-color:#FFFFFF; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

.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; }

.copyright{ font-size:75%; color:#666666; }
.date{ color: #00398F; }

.midasi {  font-size: 150%; font-weight: bold; }

.menu{ font-size:84%; line-height: 1.2; }


.f6 { font-size: 150%;}
.f5 { font-size: 120%;}
.f4 { font-size: 100%;}
.f3 { font-size: 84%;}
.f3honbun { font-size: 84%px; line-height: 16px;}
.f2 { font-size: 75%px;}
.f2honbun { font-size: 75%; line-height: 13px;}
.f1 { font-size: 9px;}

.title {  font-size: 14px;  font-weight: bold; }
.column {  font-size: 12px;  color:#000000; line-height: 150%; }
.msg { font-size: 12px;  color:#aaaaaa; }

.name { font-size: 10px; color: #aaaaaa }


H1 { font-size:84%; font-weight: bold; margin-top:0pt; margin-bottom:0pt; line-height: 120%; }
H2 { font-size:84%; font-weight: normal; margin-top:0pt; margin-bottom:0pt; line-height: 130%; }
H3 { font-size:84%; font-weight: normal; margin-top:0pt; margin-bottom:0pt; line-height: 1.2; }
H4 { font-size:90%; font-weight: normal; margin-top:0pt; margin-bottom:0pt; color:#333333; line-height: 1.2; }




/* ---------------------------
FORM：フォーム
--------------------------- */

form.form { margin: 0px; }

select {
  width: 180px;
  font-size:   12px;


/* ---------------------------
TABLE：ヘッド
--------------------------- */
TABLE.head{
  background:#765E76;  /* カラー */
}

/* ---------------------------
TABLE：左メニュー（SECOND）（境界線）
--------------------------- */
TABLE.menu-second{
  background: #F6EFF6;      /* 背景色 */
  border-color: #9C9AB8;    /* 境界線の色 */
  border-style: solid;      /* 境界線のスタイル */
  border-width: 1px;        /* 境界線の幅 */
}