 @charset "utf-8";

/* --- 全体の背景・テキスト --- */
body {
	min-width: 1000px; /* 全体の最小幅 */
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; /* 全体の背景色 */
	color: #404040; /* 全体の文字色 */
	font-size: 14px; /* 全体の文字サイズ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #000000;
}
a:visited { color: #000090; }
a:hover {
	color: #3975fc;
}
a:active {
	color: #00FFFF;
}

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header{
padding-bottom: 1px; /* ヘッダの下パディング */
background-color: #ffffff; /* ヘッダの背景色 */
margin left:auto;
margin right:auto;
}

/* --- トップエリア --- */
#header div.top {
	margin-bottom: 2px; /* トップエリアの下マージン */
	padding: 15px 0px 2px; /* トップエリアのパディング（上、左右、下） */
	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 0px 0px 20px; /* サイトタイトルのマージン（上、左右、下） */
	font-size: 18px; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0px 0px 0px 5px;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}
/* ========HEADIMAGE CUSTOMIZE======== */
#headImage {
	width: 940px;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}

#headImage2 {
	width: 940px;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
   background:#fff;
   margin:0;
   padding:0;
}

/* --- ガイドメニュー --- */

#header ul.guide {
	position: absolute; /* 絶対配置 */
	top: 10px; /* 上からの距離 */
	right: 7px; /* 右からの距離 */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 300px;
}
/* メニュー項目 */
#header ul.guide li {
	display: inline;
	padding: 0px 7px 0px 13px;
	text-decoration: none; /* 項目の背景（マーカー） */
}

#header ul.guide li a{
text-decoration: none;
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
    padding: 0px 0px; /* オープニングエリアのパディング（上下、左右） */
    background-repeat: repeat-x;
    background-position: top;
    background-image: url(../image/opening_back11.gif);
    background-color: #C4C5C5; /* オープニングエリアの背景 */
    border-bottom: 1px #eef7fe solid;
	textcolor: black;
	font-size: 10pt;
    margin-right: auto;
    margin-left: auto;
}
#header div.opening a {
	text-decoration: none;
	textcolor: black;
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
	margin: 0px;
}

/* --- ヘッダメニュー --- */
#header div.nl {
	background: #4e83b3 url(../image/hor_menu7_off.gif) repeat-x top; /* ヘッダメニューの背景 */
	border-top: 2px #84aed2 solid; /* ヘッダメニューの上境界線 */
	border-bottom: 2px #2c5170 solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul {
	list-style-type: none;
	text-align: center;
	margin: 2px 0px 1px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* メニュー項目 */
#header div.nl li {
	width: 166px; /* 項目の幅 */
	float: left;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
	width: 141px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a {
	display: block;
	position: relative; /* リンクエリアのパディング（上、左右、下） */
	border-left: 1px #84aed2 solid; /* リンクエリアの左境界線 */
	border-right: 1px #84aed2 solid; /* リンクエリアの右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff;
}
/* 英字部分 */
#header div.nl li a span.en {
display: block;
margin-top: 0px; /* 英字部分の上マージン */
font-size: 11px; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
	background: #5e91bd url(../image/hor_menu7_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: 0px;
	padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
	background-color: #FEDCDC; /* トピックパスの背景色 */
}
#header div.topicPath ol {
margin: 0px;
padding: 0px;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li {
display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
text-decoration:none;
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */
topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-20px;
   margin-top:20px;
   margin-bottom:20px;
   clear:both;
}

* html .topNavi {
   height:1em;
   overflow:visible;
}

.topNaviColumn {
	display: inline;
	width: 300px;
	float: left;
	margin-left: 22px;
	border-color: #FFF;
	border: solid 1px #777777;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mainNaviColumn {
	display: block;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	border-color: #090;
	border-style: solid;
	margin-bottom: 5px;
	border-width: 1.5px;
}
/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	float: left;
	width: 325px;
	margin-top: 20px;
}

/* --- セクション（共通設定） --- */
#nav div.section {
	margin-bottom: 10px;
}
/* 見出し */
#nav div.section h2 {
text-decoration:none;
margin: 0px 0px 10px; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
font-size: 14px; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
	margin: 0px 4px 7px; /* 段落のマージン（上、左右、下） */
	line-height: normal; /* 行の高さ */
	font-size: 12px;
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
	padding: 2px; /* セクションのパディング */
	background-color: #f9f9f9; /* セクションの背景色 */
	border: 1px #e0e0e0 solid; /* セクションの境界線 */
	height: auto;
	clear: both;
}
/* 見出し */
#nav div.normal h2 {
	text-decoration: none;
	background-color: #339900; /* 見出しの背景色 */
	color: #FFF;
	text-align: center;
	margin-left: 20px;
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis div.inner {
	padding: 5px; /* 内部の背景 */
}
/* 見出し */
#nav div.emphasis h2 {
	text-decoration: none;
	background-color: #375CFE; /* 見出しの背景色 */
	color: #FFF;
	font-weight: bold;
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
}
/* 見出し */
#nav div.strong h2 {
	background-color: #339900; /* 見出しの背景色 */
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: #339900;
}

#nav div.emphasis2 {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis2 div.inner {
	padding: 5px;
}
/* 見出し */
#nav div.emphasis2 h2 {
	background-color: #FF6600; /* 見出しの背景色 */
	color: #FFF;
}

#nav div.emphasis3 {
	border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis3 h2 {
	background-color: #FF0000; /* 見出しの背景色 */
	color: #FFF;
}
#nav div.emphasis3 div.inner {
	padding: 5px;
}

#nav div.emphasis4 {
	border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis4 h2 {
	background-color: #CC66CC; /* 見出しの背景色 */
	color: #FFF;
}
#nav div.emphasis4 div.inner {
	padding: 5px;
}
/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
	margin: 0px 0px 2px; /* 見出しのマージン（上書き） */
	padding: 5px 9px 6px; /* 見出しのパディング（上書き） */
	border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
	font-size: 16px;
	background-color: #06F;
	color: #FFF;
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0px;
padding: 0px;
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; /* リンクエリアの背景 */
	color: #666666; /* 文字色 */
	text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
	text-decoration: underline;
}

/* --- お問い合わせ --- */
#nav div.contact {
	padding-bottom: 6px; /* セクションの下パディング */
	}
/* 段落 */
#nav div.contact p {
	margin-bottom: 6px; /* 段落の下マージン（上書き） */
	text-align: center;
}
/* 電話番号 */
#nav div.contact p.tel {
	margin-bottom: 2px; /* 段落の下マージン（上書き） */
	font-size: 20px; /* 電話番号の文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #666666; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
	margin-top: 15px; /* 段落の上マージン（上書き） */
	padding: 3px 3px 3px 20px; /* 段落のパディング（白フチの幅） */
	background-color: #ffffff; /* 段落の背景色（白フチの色） */
	border: 1px solid; /* 段落の境界線（太さ、スタイル） */
	border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
	font-size: 14px;
	text-align: center;
	line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3;
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_back11_on.gif) repeat-x top; /* ポイント時の背景 */
}


#nav .sidebana1 {
	float: left;
	display: block;
	margin-bottom: 2px;
	margin-left: 22px;
	background-color: #FFF;
}

#nav .sidebana1 h4{
	text-align: right;
	margin-top: 60px;
	margin-right: 5px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	text-shadow: 2px 2px 2px #333;
}
/* --- ▲サイドバー内の設定終了 --- */



/* --- ▼コンテンツ内の設定開始 --- */
/* --- コンテンツ --- */
#content {
	padding-top: 6px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


/* 見出し */
#content h2 {
	padding-left: 0px; /* 見出しの左パディング */
	font-size: 18px; /* 見出しの文字サイズ */
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-decoration: none;
	color: #09F;
	margin: 15px 0px 0px 40px;
}



/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	width: 648px;
	float: left;
}

/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
	margin: 5px 0px 10px 20px; /* ページタイトルのマージン（上右下左） */
	padding: 15px 0px 4px 0px; /* ページタイトルのパディング（上下、左右） */
	font-size: 16px; /* ページタイトルの文字サイズ */
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* --- セクション（共通設定） --- */
#main div.section {
	margin: 0px 0px 15px 20px;
	clear: both;
}
/* --- セクション（トップページ設定） --- */
#main div.sectop {
	margin: 20px 0px 0px 20px;
	/* セクションのマージン（上右下左） */
	clear: both;
}
#main div.sectop p .hidari {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px; /* 写真の回り込み */
	padding-right: 15px;
	padding-top: 10px;
}

#main div.sectop p .migi {
	float: right;
	margin-right: 6px;
	margin-bottom: 3px;
	padding-left: 10px; /* 写真の回り込み */
	padding-top: 10px;
}

#main div.sectop2 {
	margin: 20px 0px 10px 20px;
	padding-left: auto;
	padding-right: auto;
	/* セクションのマージン（上右下左） */
	text-align:center;
	clear: both;
}
/* --- 見出しエリア --- */
#main div.sectop div.heading {
	margin: 0px 0px 2px; /* 見出しエリアのマージン（上、左右、下） */
	padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
	background: #ebf0f3 url(../image/heading_back5_8.gif ) repeat-y right;
}

#main div.sectop2 div.heading2 {
	margin: 0px 0px 2px; /* 見出しエリアのマージン（上、左右、下） */
	padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
	background: #ffffff;
	
}

#main div.sectop h2{
	margin: 0px;
	padding-left: 16px; /* 見出しの左パディング */
	background: url(../image/heading_square12.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
	font-size: 16px; /* 見出しの文字サイズ */
	line-height: 80%; /* 行の高さ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #666;
}

#main div.sectop h3 {
	margin: 10px 0px 5px 0px;
	padding-left: 10px;
	line-height: 20px;
	/* 見出しの左パディング */
	font-size: 16px; /* 見出しの文字サイズ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #009;
}

/* 段落 */
#main div.sectop p {
margin: 0px 10px 1px; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 顔写真対策 --- */
#content .container #main #pageSection #zou {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	float: left;
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#main div.section ul li{
	margin: 0px 0px 10px 10px; /* セクションのマージン（上右下左） */
}


#main div.section h4 {
	font-size: 16px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 30px;
	line-height: 150%;
	text-decoration: none;
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
	margin: 0px 0px 2px; /* 見出しエリアのマージン（上、左右、下） */
	padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
	background: #ebf0f3 url(../image/heading_back5_8.gif ) repeat-y right;
}
/* 見出し */

#main div.normal h2 {
	margin: 0px;
	padding-left: 16px; /* 見出しの左パディング */
	background: url(../image/heading_square12.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
	font-size: 16px; /* 見出しの文字サイズ */
	line-height: 80%; /* 行の高さ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

#main div.normal h3 {
	padding-left: 10px;
	/* 見出しの左パディング */
	font-size: 18px; /* 見出しの文字サイズ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #009;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* 段落 */
#main div.normal p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 10px;
	line-height: 150%;
}


#main div.normal p .hidari {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px; /* 写真の回り込み */
	padding-right: 15px;
}

#main div.normal p .migi {
	float: right;
	margin-right: 6px;
	margin-bottom: 3px;
	padding-left: 10px; /* 写真の回り込み */
	padding-top: 10px;
}

/* --- 強調セクション --- */
#main div.emphasis {
	padding-left: 10px;
}
 /* 見出し */
#main div.emphasis h3 {
	font-size: 130%;
	color: #00C;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding: 20px 0px 5px 0px;
	font-weight: bold;
	clear: both;
	margin-bottom: 0px;
}
 /* 段落 */
#main div.emphasis p {
	margin: 0px 10px 2px; /* 段落のマージン（上、左右、下） */
	line-height: 150%; /* 行の高さ */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main div.emphasis p .hidari {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px; /* 写真の回り込み */
	padding-right: 10px;
}
#main div.emphasis p .migi {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px; /* 写真の回り込み */
	padding-left: 15px;
	padding-top: 20px;
}


#main div.emphasis .text {
  float: left;
  margin-right: 6px;
  margin-bottom: 3px;
 /* 写真の回り込み */
}

#main div.emphasis .text h2{
	color: #FFF;
	background-color: #99F; /* 写真の回り込み */
	padding-left: 10px;
}


#main div.emphasis .photo {
  float: right;
  margin-right: 6px;
  margin-bottom: 3px;
 /* 写真の回り込み */
}

#main div h5 {
	color: #39F;
}

#main .topba {
	margin: 0px　0px　20px　0px;
}

#main .topba h4{
	margin-left: 68px;
	color: #FFF;
	text-shadow: 2px 2px 3px #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 60px;
}

#main .topbana1 {
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .topbana1 a {
	display: block;
    overflow: hidden;
    height: 80px;
    width: 320px;
    background-image: url(../image/bana/edi_off.jpg);
    text-align: center;
}

#main .topbana1 a:hover {
	background-image: url(../image/bana/edi_on.jpg);
}

#main .topbana1 h4{
	text-align: right;
	margin-right:5px;
}

#main .topbana2 {
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
#main .topbana2 a {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 320px;
	background-image: url(../image/bana/hp_off.jpg);
	text-align: center;
}

#main .topbana2 a:hover {
	background-image: url(../image/bana/hp_on.jpg);
}

#main .topbana2 h4{
	text-align: right;
	margin-right:5px;
}

#main .topbana3 {
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .topbana3 a {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 320px;
	background-image: url(../image/bana/pedit_off.jpg);
	text-align: center;
}

#main .topbana3 a:hover {
	background-image: url(../image/bana/pedit_on.jpg);
}

#main .topbana3 h4{
	text-align: right;
	margin-right:5px;
}

#main .topbana4 {
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
#main .topbana4 a {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 320px;
	background-image: url(../image/bana/mcon_off.jpg);
	text-align: center;
}

#main .topbana4 a:hover {
	background-image: url(../image/bana/mcon_on.jpg);
}

#main .topbana4 h4{
	margin-left: 40px;
}

#main .topbana5 {
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
}
#main .topbana5 a {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 320px;
	background-image: url(../image/bana/print_off.jpg);
	text-align: center;
}

#main .topbana5 a:hover {
	background-image: url(../image/bana/print_on.jpg);
}

#main .topbana5 h4{
	text-align: right;
	margin-right:5px;
}

#main .topbana6 {
	margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
	width: 320px;
	height: 80px;
	float: left;
	display: block;
	margin-bottom: 20px;
}
#main .topbana6 a {
	display: block;
	overflow: hidden;
	height: 80px;
	width: 320px;
	background-image: url(../image/bana/kens_off.jpg);
	text-align: center;
}

#main .topbana6 a:hover {
	background-image: url(../image/bana/kens_on.jpg);
}

#main .topbana6 h4{
	text-align: right;
	margin-right:5px;
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0px auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 2px; /* 日付エリアの幅 */
float: left;
padding: 7px 0px 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
	margin: 0px;
	padding: 7px 3px 6px 90px; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

/* --- ▲メインカラム内の設定終了 --- */

/* --- 罫線 --- */
#content hr.clear {
clear: left; /* 右フロートのクリア */
margin: 0px;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
	clear: both;
	padding: 20px 20px; /* フッタのパディング（上下、左右） */
	background: #eafecc url(../image/foot_back11.gif) repeat-x top; /* フッタの上境界線 */
	border-bottom: 7px #59B200 solid; /* フッタの下境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle1.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
display: inline;
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 30px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
	min-height: 1px;
	padding-left: 0px;
}

/* --- ▲その他の設定終了 --- */
#main div h5 {
	color: #39F;
	font-size: 16px;
}
#header .top .container .nogaki {
	font-size: 12px;
	color: #999;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}
#content .container #main .section.normal.update .heading2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #3399FF;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content .topmenu {
	clear: both;
	float: left;
	height: auto;
	width: 998px;
}
#content .topmenu .wakugumi h2 {
	font-size: 21px;
	color: #CA6B00;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	width: 250px;
}
.topNaviColumn .topNaviPhoto {
}
#content .container #main p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	width: 570px;
	padding-left: 60px;
	line-height: 130%;
}
#main .soto .uchi {
	height: 201px;
	width: 324px;
	padding-left: 30px;
	padding-right: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	padding-bottom: 20px;
	float: left;
}
#main .soto .uchi2 {
	padding-left: 30px;
	padding-right: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	padding-bottom: 20px;
}

#content .container #main h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 20px;
	color: #666;
	line-height: 18px;
}
#header .top .container .nogaki a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	float: right;
	margin-right: 30px;
}
#content #main ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-left: 30px;
	padding-bottom: 20px;
}
#content #main ul p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
}
#content #main .section.emphasis table {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	text-align: center;
}
#content div #main .mainNaviColumn p {
	padding-left: 10px;
}
#content div #main .mainNaviColumn .mainNaviPhoto img {
	margin-left: 70px;
	margin-top: 5px;
}
#content div #main .mainNaviColumn h2 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #090;
	text-decoration: none;
}
#content #main table {
	margin-left: 20px;
	text-align: center;
	border-collapse: collapse;
}
#content .container #main .soto {
	height: auto;
	width: 618px;
	float: left;
}
#content #main p {
	padding-left: 30px;
	font-size: 14px;
}
#content #main iframe {
	padding-top: 0px;
	padding-left: 0px;
}
#content #main .soto h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#content #main .kankyoPhoto {
	margin-left: 40px;
	width: 200px;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}
.mainColumn {
	display: block;
	width: 300px;
	float: left;
	margin-left: 20px;
	border-color: #999;
	border-style: solid;
	margin-bottom: 15px;
	border-width: 1px;
}
#content #main .mainColumn p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #main .mainColumn h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
}
#content #main .mainColumn h2 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
#content #main .mainColumn .mPhoto img {
	margin-left: 69px;
	margin-top: 5px;
}
#content #container #main .section.normal.update .newinfo {
	float: left;
	height: 417px;
	width: 578px;
	border-color: #999;
	border-style: solid;
	border-width: 1 px;
	padding-top: 0px;
	padding-left: 0px;
}
#content #main .soto .googlemap {
	padding-top: 30px;
	padding-left: 40px;
}
#content #container #main .space {
	height: 20px;
}
#content #main .nagare {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	height: 30px;
	width: auto;
	border: 1px solid #F60;
	padding: 5 px;
	padding-right: 10px;
	padding-left: 10px;
	color: #F60;
}
#content #main .jun {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #F3C;
	float: left;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: right;
}
#content #main table tr th {
	background-color: #FF9;
}
#content #main .prog1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #666;
}
#content #main .prog {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #06F;
}
#content #main .prog2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #F60;
	line-height: 120%;
}
#content #main ul .gaiyo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #666;
}
#content #main .prog2 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #F60;
	line-height: 120%;
}
#content #main .prog a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #06F;
}
#content #main .prog1 a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #666;
}
