/* CSS Document */
/* ボディ設定
---------------------------------------------------- */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

/* ｈ１設定
---------------------------------------------------- */
h1 { font-size: 12px; line-height: 18px; display: inline; font-weight: normal; text-decoration: none; }

/* リンク
---------------------------------------------------- */
a:link { color:#0000FF; text-decoration: none; }
a:visited { color:#0000FF; text-decoration: none; }
a:active { color:#444444; text-decoration: none; }
a:hover {color:#ff6600; text-decoration: none; }

/* フッタナビゲーション
---------------------------------------------------- */
#footnavi a:link { color:#FFFFFF; text-decoration: none; }
#footnavi a:visited { color:#FFFFFF; text-decoration: none; }
#footnavi a:active { color:#FFFFFF; text-decoration: underline; }
#footnavi a:hover {color:#FFFFFF; text-decoration: underline; }

/* テキスト設定
---------------------------------------------------- */
.fontsize10-10 { font-size: 10px; line-height: 10px; color: #333333; }
.fontsize10-12 { font-size: 10px; line-height: 12px; color: #333333; }
.fontsize10-14 { font-size: 10px; line-height: 14px; color: #333333; }
.fontsize10-16 { font-size: 10px; line-height: 16px; color: #333333; }
.fontsize10-18 { font-size: 10px; line-height: 18px; color: #333333; }
.fontsize12-12 { font-size: 12px; line-height: 12px; color: #333333; }
.fontsize12-14 { font-size: 12px; line-height: 14px; color: #333333; }
.fontsize12-16 { font-size: 12px; line-height: 16px; color: #333333; }
.fontsize12-18 { font-size: 12px; line-height: 18px; color: #333333; }
.fontsize12-20 { font-size: 12px; line-height: 20px; color: #333333; }
.fontsize14-14 { font-size: 14px; line-height: 14px; color: #333333; }
.fontsize14-16 { font-size: 14px; line-height: 16px; color: #333333; }
.fontsize14-18 { font-size: 14px; line-height: 18px; color: #333333; }
.fontsize16-16 { font-size: 16px; line-height: 16px; color: #333333; }
.fontsize16-18 { font-size: 16px; line-height: 18px; color: #333333; }

/* フォーム設定
---------------------------------------------------- */
/* ボタン小さいサイズ(削除ボタンなど) */
.btn1 { padding: 2px 0 1px 0; }	
/* ボタン標準サイズ */
.btn2 { width: 100px; padding: 2px 0 1px 0; }

/* テキストフィールドサイズ(シングルライン) */
.field1-ac { width: 50px; font-size: 12px; ime-mode: active; }
.field1-in { width: 50px; font-size: 12px; ime-mode: inactive; }
.field2-ac { width: 70px; font-size: 12px; ime-mode: active; }
.field2-in { width: 70px; font-size: 12px; ime-mode: inactive; }
.field3-ac { width: 160px; font-size: 12px; ime-mode: active; }
.field3-in { width: 160px; font-size: 12px; ime-mode: inactive; }
.field4-ac { width: 260px; font-size: 12px; ime-mode: active; }
.field4-in { width: 260px; font-size: 12px; ime-mode: inactive; }
.field5-ac { width: 450px; font-size: 12px; ime-mode: active; }
.field5-in { width: 450px; font-size: 12px; ime-mode: inactive; }
/* テキストフィールドサイズ(マルチライン) */
.field-m-ac { width: 450px; font-size: 12px; ime-mode: active; }
.field-m-in { width: 450px; font-size: 12px; ime-mode: inactive; }

/* NEWS詳細ページ背景用 */
.bg1 { width: 30px; height: 270px; background-image: url(../news/img/n019.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg2 { width: 259px; height: 270px; background-image: url(../news/img/n020.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg3 { width: 19px; height: 270px; background-image: url(../news/img/n021.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg4 { width: 163px; height: 270px; background-image: url(../news/img/n022.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg5 { width: 19px; height: 270px; background-image: url(../news/img/n023.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg6 { width: 163px; height: 270px; background-image: url(../news/img/n024.jpg);
		background-repeat: no-repeat; background-position: top; }
.bg7 { width: 27px; height: 270px; background-image: url(../news/img/n025.jpg);
		background-repeat: no-repeat; background-position: top; }

/* 進路topページ背景用 */
.bg8 { width: 705px; height: 544px; background-image: url(../way/img/w020.jpg);
		background-repeat: no-repeat; background-position: top; }

