@charset "utf-8";

/* --- 本巣トップ --- */


/* --- 全体の背景・テキスト --- */
body {
min-width: 880px; /* 全体の最小幅 */
margin: 0;
padding: 0;
background-color: #cfdce3; /* 全体の背景色 */
color: #404040; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; } /* ブルー */
a:visited { color: #000090; } /* ネイビー */
a:hover { color: #0099FF; } /* 水色 */
a:active { color: #0099FF; } /* 淡水色 */

a img { border: none; }

/* --- サイドバーリンクテキスト --- */
.inner h2 a:link { color: #333333; } /* グレー */
.inner h2 a:visited { color: #003366; } /* ネイビー */
.inner h2 a:hover { color: #FF9933; } /* オレンジ */
.inner h2 a:active { color: #666666; } /* グレー */
.inner h2 a:link, .inner a:visited {text-decoration: underline;}
.inner h2 a:hover, .inner a:active { text-decoration: underline; }

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定 --- */

/* --- ヘッダ --- */
#header{
padding-bottom: 1px; /* ヘッダの下パディング */
background-color: #ffffff; /* ヘッダの背景色 */
}

/* --- トップエリア --- */
#header div.top {
margin-bottom: 2px; /* トップエリアの下マージン */
padding: 15px 0 8px; /* トップエリアのパディング（上、左右、下） */
background: url(../../image/top_back1.gif) repeat-x top; /* トップエリアの背景 */
border-bottom: 1px #e0e0e0 solid; /* トップエリアの下境界線 */
}
#header div.top div.container {
position: relative; /* 相対配置（ガイドメニューのために設定） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 5px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 7px 0 13px; /* 項目のパディング（上右下左） */
background: url(../../image/menu_tr1_box.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
}

/* --- ヘッダメニュー --- */
#header div.nl {
background: #4e83b3 url(../../image/hor_menu6_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border-top: 2px #84aed2 solid; /* ヘッダメニューの上境界線 */
border-bottom: 2px #2c5170 solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
margin: 0;
padding: 0;
border-left: 1px #2c5170 solid; /* メニュー本体の左境界線 */
border-right: 1px #84aed2 solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li {
width: 219px; /* 項目の幅 */
float: left;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
width: 220px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 2px 11px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #84aed2 solid; /* リンクエリアの左境界線 */
border-right: 1px #2c5170 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
}
/* 英字部分 */
#header div.nl li a span.en {
display: block;
margin-top: 1px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
background: #5e91bd url(../../image/hor_menu6_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
background-color: #cfdce3; /* トピックパスの背景色 */
}
#header div.topicPath ol {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li {
display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../../image/topic_path_gr.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}
/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
padding: 35px 0 10px; /* コンテンツのパディング（上、左右、下） */
background: #ffffff url(../../image/content_back1.gif) repeat-x 0 -5px; /* コンテンツの背景 */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
width: 660px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
padding: 0 5px; /* ページタイトルのパディング（上下、左右） */
font-size: 180%; /* ページタイトルの文字サイズ */
color: #4075a5; /* ページタイトルの文字色 */
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}

/* --- オープニングエリア（トップページ） --- */
#main div.opening {
padding: 0px; /* オープニングエリアのパディング（上下、左右） */
margin: 0px 0px 20px 19px;
border-bottom: 1px #eef7fe solid; /* オープニングエリアの下境界線 */
}
/* オープニングエリア内の見出し */
#main div.opening h2 {
margin: 0;
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
background: #ebf0f3 url(../../image/heading_back5_6.gif) repeat-y right; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.normal h2 {
margin: 0;
padding-left: 16px; /* 見出しの左パディング */
background: url(../../image/heading_square11.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
}
/* 段落 */
#main div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 3em; /* セクションの下マージン（上書き） */
padding: 0.8em 10px 0; /* セクションのパディング（上、左右、下） */
background: url(../../image/emphasis_back2.gif) no-repeat top; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.5em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼メインカラム内の追加設定開始 --- */

/* 画像の右上フロート */
#main p.flr img {
border: none;
float:right;
margin: 20px 0 20px 20px;
}
/* 画像の左上フロート */
#main p.fll img {
border: none;
float:left;
margin: 20px 20px 20px 0;
}
/* 画像のセンター */
#main div.ct {
border: none;
text-align:center;
margin: 10px auto 20px;
}
/* 文字の右寄せ */
#main p.alrgt {
	text-align:right;
}

/* --- Ｂカテゴリートップ --- */
div.bcate {
	width:620px;
	text-align:left;
	margin:0 auto;
}
#main div.bcate dl {
	width:580px;
	font-size:120%;
	margin-left:30px;
	line-height:1.2em;
}
#main div.bcate dt {
	text-align:left;
	float:left;
	width:10em;
	padding:10px 0 3px 1.2em;
	background:#FFFFFF url(../../image/sq15x13.gif) no-repeat 0 0.8em; 
}
#main div.bcate dd {
	text-align:left;
	padding:10px 0 3px 0;
	margin-left:12em;
}
/* --- PTAカテゴリートップ --- */
div.ptacate {
	width:620px;
	text-align:left;
	margin:0 auto;
	line-height:1.2em;
}
div.ptatxt {
	width:540px;
	margin:0 auto;
	text-align:left;
	line-height:1.5em;
}
#main div.ptacate dl {
	width:500px;
	font-size:120%;
	margin-left:30px;
	line-height:1.2em;
}
#main div.ptacate dt {
	text-align:left;
	float:left;
	width:16em;
	padding:10px 0 3px 1.2em;
	background:#FFFFFF url(../../image/sq15x13.gif) no-repeat 0 0.8em;
	clear:both;
}
#main div.ptacate dd {
	text-align:left;
	padding:10px 0 3px 0;
	margin-left:18em;
}
#main div.ptacate dd.pdficon {
	text-align:left;
	padding:7px 0 3px 0;
	margin-left:18em;
}

/* --- 卒業生カテゴリートップ --- */
div.almcate {
	width:620px;
	text-align:left;
	margin:0 auto;
	line-height:1.2em;
}
#main div.almcate dl {
	width:580px;
	font-size:120%;
	margin-left:30px;
	line-height:1.2em;
}
#main div.almcate dt {
	text-align:left;
	float:left;
	width:9em;
	padding:10px 0 3px 1.2em;
	background:#FFFFFF url(../../image/sq15x13.gif) no-repeat 0 0.8em;
	clear:both;
}
#main div.almcate dd {
	text-align:left;
	padding:10px 0 3px 0;
	margin-left:11em;
}
#main div.almcate ul {
	list-style:disc;
	margin:0;
	padding-left:1em;
}
#main div.almcate ul li {
	text-align:left;
	line-height:1.5em;
}

/* 本巣ＮＯＷトップ */
#main div.now {
	width:600px;
	margin:0 auto;
}
/* --- 年間テーブル --- */
#main table.nowlist {
	width: 600px;
	line-height: 1.5em;
	margin:0px auto 10px;
	border-collapse:collapse;
	border:1px #CCCCCC solid;
	text-align:center;
}

#main table.nowlist td,
#main table.nowlist th {
	width:198px;
	text-align:center;
	vertical-align:top;
	line-height:1.5em;
	border:1px #CCCCCC solid;
	padding:3px 5px;
	text-align:left;
}
#main table.nowlist th {
	background-color:#fac24b;
	text-align:center;
}
#main table.nowlist td {
	height:80px;
}
/* --- 横2枚用画像テーブル --- */
#main div.now table.photo {
	width: 600px;
	line-height: 1.5em;
	margin:0px auto 6px;
	border-collapse:collapse;
	border:none;
	text-align:center;
}
#main div.now table.photo td {
	width:50%;
	padding:4px 6px	10px;
	line-height:2em
}

/* 日程トップ */
/* --- 大枠 --- */
#main div.yearlist {
	width:600px;
	margin:0 auto 20px;
}

/* --- 左リスト --- */
#main div.yearevent {
	float:left;
	width:160px;
	padding-left:20px;
}
/* --- 右側年間イメージ画像 --- */
#main table.yearph {
	float:right;
	width:406px;
	line-height: 1.5em;
	margin:0px auto 6px;
	border-collapse:collapse;
	border:none;
	text-align:center;
}
#main table.yearph td {
	width:50%;
	padding:0 0 6px 6px;
	text-align:center;
}

/* --- 年間行事日程年度 --- */
#main div.yearsche h3 {
	font-size:100%;
	margin:0 0 6px;
}
/* --- 年間行事日程 --- */
#main div.yearsche {
width:560px;
margin:0 auto;
}
/* --- メニューエリア --- */
#main div.yearsche ul.nl {
margin: 0 auto 20px;
padding: 0;
list-style-type: none;
text-align: left; /* メニューのセンタリング */
}
/* --- メニュー項目 --- */
#main div.yearsche ul.nl li {
margin: 0 4px; /* 項目のパディング（上下、左右） */
display: inline;
}
/* --- 年間行事日程年度 --- */
#main div.monthsche h3 {
	font-size:100%;
	margin:0 0 6px;
}
/* --- 年間行事日程リスト --- */
#main div.monthsche {
width:560px;
margin:0 auto;
}
/* --- メニューエリア --- */
#main div.monthsche ul.nl {
margin: 0 auto 20px;
padding: 0;
list-style-type: none;
text-align: left; /* メニューのセンタリング */
}
/* --- メニュー項目 --- */
#main div.monthsche ul.nl li {
margin: 0.5em 0 0.5em 1em; /* 項目のパディング（上下、左右） */
}

/* --- 月別日程テーブル --- */
#main div.sch table.month {
	width: 100%;
	line-height: 1.5em;
	margin:0px auto 6px;
	border-collapse:collapse;
	border:1px #CCCCCC solid;
}

#main div.sch table	td,
#main div.sch table	th {
	padding:0.2em 1em ;
	border:1px #CCCCCC solid;
	vertical-align:top;
}
#main div.sch table	th {
	background-color:#ECECEC;
}
#main div.sch table	td {
	text-align:left;
}
#main div.sch table	th.event {
	text-align:center;
}
#main div.sch table	th.day,
#main div.sch table	td.day {
	text-align:center;
	width:4.5em;
}
#main div.sch table	tr.sat {
	background-color:#E6ECF7;
}
#main div.sch table	tr.sun {
	background-color:#FDE8E6;
}

/* 部活動トップ */
/* --- 部活動のボックス --- */
div.clb {
width: 600px; /* ボックスの幅 */
margin: 20px auto; /* ボックスのマージン（上下、左右） */
background-color: #ffffff; /* ボックスの背景色 */
border: none; /* ボックスの境界線 */
font-size: 110%; /* ボックスの文字サイズ */
line-height:1.7em;
text-align:justify;
}
/* --- 部活動エリア --- */
div.clb ul.menu {
text-align:left;
width: 500px; /* メニューの幅 */
margin: 15px auto ; /* メニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- 部活動項目 --- */
div.clb ul.menu li.fm {
width: 50%; /* 項目の幅 */
padding: 0.2em 0 1.5em; /* 項目の下パディング */
background: url(../../jhs/chara.html) no-repeat 0px 0px; /* 項目の背景 */
float: left;
}
div.clb ul.menu li.mf {
width: 50%; /* 項目の幅 */
padding: 0.2em 0 1.5em; /* 項目の下パディング */
background: url(../../pta/b01_clb/img/icon_male_female/icon_mf.gif) no-repeat 0px 0px; /* 項目の背景 */
float: left;
}
div.clb ul.menu li.ml {
width: 50%; /* 項目の幅 */
padding: 0.2em 0 1.5em; /* 項目の下パディング */
background: url(../../pta/b01_clb/img/icon_male_female/icon_mf.gif) no-repeat 0px 0px; /* 項目の背景 */
float: left;
}
/* --- 部活動リンク --- */
div.clb ul.menu li a {
margin-left: 20px; /* リンクエリアの左マージン */
text-decoration:none; /* テキストの下線（なし） */
border-bottom: 1px dotted;
}
/* --- 部活動ポイント時の設定 --- */
div.clb ul.menu li a:hover {
text-decoration:none; /* テキストの下線（なし） */
border-bottom: 1px dotted #999999;
}
/* 各部活動ページ */
/* --- 大枠 --- */
#main div.clb {
	width:580px;
	margin:0 auto 20px;
}
/* --- 学年と成績テーブル --- */
#main div.clb table.class,
#main div.clb table.record {
	width: 100%;
	line-height: 1.5em;
	margin:0px auto 6px;
	border-collapse:collapse;
	border:none;
	text-align:left;
}
#main div.clb table	th,
#main div.clb table	td {
	padding:2px 0px ;
	border:none;
	vertical-align:top;
	text-align:left;
}
#main div.clb table.class th {
	width:10em;
}
#main div.clb table.record th {
	width:16em;
}
/* --- 横2枚用画像テーブル --- */
#main div.clb table.photo {
	width: 600px;
	line-height: 1.5em;
	margin:0px auto 6px;
	border-collapse:collapse;
	border:none;
	text-align:center;
}
#main div.clb table.photo td {
	width:50%;
	padding:3px;
}
/* --- プライバシーポリシー --- */
#main div.pp {
	width:580px;
	margin:0 auto 20px;
}
#main div.pp dl {
	width:100%;
	line-height:1.7em;
}
#main div.pp dt {
	font-weight:bold;
	text-align:left;
	padding:0.3em 0 0;
}
#main div.pp dd {
	text-align:justify;
	padding:0 0 0.4em;
}
/* --- 校歌 --- */
#main div.song {
	width:580px;
	margin:0px auto 20px;
	text-align:left;
}
#main div.song h3 {
	width:580px;
	text-align:left;
	font-size:140%;
}

#main div.song dl {
	width:500px;
	font-size:120%;
	margin-left:40px;
}
#main div.song dt {
	text-align:left;
	float:left;
	width:2em;
	padding:10px 0 0;
}
#main div.song dd {
	text-align:left;
	margin-left:1em;
	padding:10px 5px 0 0;
}
#main div.song dd dl {
	width:300px;
}
#main div.song dd dt {
	text-align:left;
	float:left;
	width:120px;
	padding:0 0 10px 10px;
}
#main div.song dd dd {
	text-align:left;
	margin-left:150px;
	padding:0 5px 10px 10px;
}
#main div.songmaker {
	width:580px;
	margin:10px auto 0px;
	text-align:center;
}
#main div.songmaker dl {
	width:560px;
	font-size:120%;
	margin-left:20px;
	line-height:1.5em;
}
#main div.songmaker dt {
	text-align:left;
	float:left;
	width:7em;
	padding:10px 0 0;
}
#main div.songmaker dd {
	text-align:left;
	margin-left:8em;
	padding:10px 5px 0 0;
}

/* --- 地域一般トップ --- */
div.pub {
	width:620px;
	font-size:120%;
	text-align:left;
	margin:0 auto;
}
div.pub p {
	text-indent:40px;
}
div.pub p img {
	margin-top:-1px;
	vertical-align:middle;
	border:none;
}
.pub-h3 {
	width:600px;
	text-align:left;
	font-size:120%;
	padding-left:20px;
	margin:20px auto 10px;
}
/* --- 中学生の方へ --- */
#main div.faq {
	width:580px;
	margin:0 auto 20px;
}
#main div.faq dl {
	width:100%;
	line-height:1.7em;
}
#main div.faq dt {
	font-weight:bold;
	text-align:left;
	padding:0.3em 0 0;
	color: #4075a5;
}
#main div.faq dd {
	text-align:left;
	padding:0 0 0.4em;
	text-indent:-1.5em;
}
#main div.faq dd span {
	font-weight:bold;
	color:#FF0000;
}
/* --- 大学入試結果 --- */
#main div.exm {
	width:580px;
	margin:0 auto 20px;
}
#main div.exm table.res-lt,
#main div.exm table.res-rt {
	line-height:1.5em;
	margin:0 auto 10px;
	text-align:center;
	width:280px;
	border-collapse:collapse;
	font-size:100%;
}
#main div.exm table.res-lt {
	float:left;
}
#main div.exm table.res-rt {
	float:right;
}

#main div.exm table.res-lt th,
#main div.exm table.res-rt th {
	background-color:#cfdce3;
}
#main div.exm table.res-lt th,
#main div.exm table.res-rt th,
#main div.exm table.res-lt td,
#main div.exm table.res-rt td {
	padding:0.5em 2em;
	text-align:center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main div.exm table.res-lt th.res-num,
#main div.exm table.res-rt th.res-num,
#main div.exm table.res-lt td.res-num,
#main div.exm table.res-rt td.res-num {
	padding:0.5em 2em;
	text-align:center;
	border-left: 1px solid #CCCCCC;
}
#main div.exm table.career {
	line-height:1.5em;
	margin:0 auto 10px;
	text-align:center;
	width:580px;
	border-collapse:collapse;
	font-size:100%;
}
#main div.exm table.career th,
#main div.exm table.career td {
	padding:0.5em 2em;
	text-align:center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#main div.exm table.career th {
	background-color:#cfdce3;
}
#main div.exm table.career th.cr-rt,
#main div.exm table.career td.cr-rt {
	border-right: none;
}
/* --- サイトマップ全体 --- */
#main div.sitemap {
	width:660px;
	text-align:center;
}
/* --- サイトマップ枠 --- */
ul.stmp {
width: 100%; /* サイトマップ枠の幅 */
margin: 0 0 0 20px;
padding: 0;
font-weight: bold; /* 一旦全ての文字を太字にする */
list-style-type: none;
font-size: 120%;
color: #2b2b2b;
}

/* --- 入れ子にされたリスト用 --- */
ul.stmp ul {
margin: 0;
padding: 0;
list-style-type: none;
}
/* --- 全てのリスト項目 --- */
ul.stmp li {
padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
background: #FFFFFF url(../../image/bar_gy.gif) no-repeat left top; /* 1階層目の背景 */
line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.stmp div.ctnavi {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.stmp ul.listarea {
width: 49.9%; /* セクションの幅 */
float: left;
}
ul.stmp ul.separator {
background: #FFFFFF url(../../image/spcr.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
ul.stmp ul.listarea li {
margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
background: #FFFFFF url(../../image/bar_gy.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
ul.stmp ul.listarea ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.stmp ul.listarea ul li {
margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
background: #FFFFFF url(../../image/tr_or.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
ul.stmp ul.listarea ul li li {
padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
background: #FFFFFF url(../../image/sq.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}


/* --- ▲メインカラム内の追加設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 220px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
padding: 2px; /* セクションのパディング */
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #cfdce3; /* 見出しの背景色 */
}

/* --- 強調セクション1（オレンジ） --- */
#nav div.emphasis {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis div.inner {
padding: 5px; /* 内部のパディング */
background: #fac24b url(../../image/box_back_orange1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- 強調セクション2（ブルー） --- */
#nav div.strong {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
background: #c5c5c5 url(../../image/box_back_gray1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {

margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #4e83b3 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #ebf0f3 url(../../image/ver_menu5_6off.gif) repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #ebf0f3 url(../../image/ver_menu5_6on.gif) repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
font-size: 150%; /* 電話番号の文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(../../image/form_back1_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url(../../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */

/* --- ▼サイドバー内の追加設定開始 --- */

/* --- メニューエリア --- */
div.inner ul.menu1 {
width: 200px; /* メニューの幅 */
margin: 15px 5px 10px; /* メニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
div.inner ul.menu1 li {
width: 50%; /* 項目の幅 */
padding-bottom: 5px; /* 項目の下パディング */
background: url(../../image/menu_tr1_box.gif) no-repeat 1px 0.2em; /* 項目の背景 */
float: left;
}
div.inner ul.menu1 li.longtxt {
width: 100%; /* 項目の幅 */
padding-bottom: 5px; /* 項目の下パディング */
background: url(../../image/menu_tr1_box.gif) no-repeat 1px 0.2em; /* 項目の背景 */
float: left;
}
/* --- リンク --- */
div.inner ul.menu1 li a {
margin-left: 14px; /* リンクエリアの左マージン */
text-decoration: underline; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.inner ul.menu1 li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}


/* --- ▲サイドバー内の追加設定終了 --- */

/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 20px 0; /* フッタのパディング（上下、左右） */
background: #d7dbe9 url(../../image/foot_back1.gif) repeat-x top; /* フッタの背景 */
border-top: 1px #bdcfd9 solid; /* フッタの上境界線 */
border-bottom: 7px #394491 solid; /* フッタの下境界線 */
}



/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 6px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
background: url(../../image/menu_tr1.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
display: inline;
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 20px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
line-height: 1.5em; /* 行の高さ */
}
/* --- ▲フッタ内の設定終了 --- */

/* --- ▼フッタ内の追加設定開始 --- */
/* --- フッターバナーエリア --- */
div.footBn {
width: 130px;
height: 160px;
float: right;
}

/* --- フッターバナー項目 --- */
div.footBn p {
margin: 0px 0px 5px; /* 項目のパディング（上下、左右） */
}

div.footBn img {
border:none;
}

/* --- ▲フッタ内の追加設定終了 --- */

/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */
