
@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: white; /* 全体の背景色 */
color: 	#696969; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #483D8B; }
a:visited { color: #483D8B; }
a:hover { color: #008080; }
a:active { color: #008080; }

/* --- コンテナ --- */
#container {
width: auto; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #48D1CC; /* コンテナの背景色 */
border-left: 0px #c0c0c0 solid; /* コンテナの左境界線 なし*/
border-right: 0px #c0c0c0 solid; /* コンテナの右境界線 なし*/
}

/* --- ページ --- */
#page {
width: 640px; /* ページの幅 */
background-color: white; /* ページの背景色 */
margin: 0 auto ;/* センタリング */


}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 20px; /* ヘッダのマージン（上、左右、下） */
padding: 0 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 0; /* サイトタイトルのマージン（上、左右、下） */
padding: 30px 0 10px;/*サイトタイトルのパディング（上　左右　下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
background-color: #48D1CC ;/*サイトタイトルの背景色*/
color: white; /* サイトタイトルの文字色 */
}

/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: white; /* サイトタイトル（リンク）文字色 */
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 0; /* キャッチフレーズのマージン（上、左右、下） */
padding: 0 0 5px;/*キャッチフレーズのパディング（上　左右　下） */
background-color: #48D1CC /*キャッチフレーズの背景色*/}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
color: white;}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 40px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* ガイド文字の表示　*/
#header ul.guide a { 
text-decoration: none; /*　リンク下線無し　*/
color: white;/*　ガイドの文字色　*/
font-size: 10px;
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- キャッチフレーズ 2--- */
#header p.catch2 {
margin: 0 0 0; /* キャッチフレーズ2のマージン（上、左右、下） */
padding: 10px 0; /* のパディング（上下、左右） */
background-color: #48D1CC /*キャッチフレーズ2の背景色*/}
#header p.catch2 strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
color:#48D1CC;/* 文字の色 */}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 0px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 128px; /* 項目の幅 */
float: left;
line-height: 100%;
background-color: #48D1CC /*項目の背景色*/
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px; /* リンクエリアのパディング（上下、左右） */
border: 1px white; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
color: white;/*　メニューの文字色　*/
font-size: 10px;/* fontsize */
line-height:1em;
}
/* 最初のリンクエリア */
#header ul.nl li.first a {
border-left: 1px white solid; /* リンクエリアの左境界線 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: white; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
color: #48D1CC;}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 20px; /* トピックパスのパディング（上下、左右） */
border-bottom: 0px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 100%; /* コンテンツの幅 */
margin-bottom: 20px; /* コンテンツの下マージン */
}

/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: left;
width: 470px; /* メインカラムの幅 */
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 15px 20px; /* セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */
/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 450px; /* 新着情報の幅（メインカラムの幅から20px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
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 div.normal h1 {
color:#000000;/* 見出しの文字色 */
margin: 2em 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
background-color: white; /* 見出しの背景色 */
font-size: 150%; /* 見出しの文字サイズ */
}
/* 見出し2 */
#main div.normal h2 {
color:#000000;/* 見出しの文字色 */
margin: 2em 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 5px 5px; /* 見出しのパディング（上下、左右） */
background-color: white; /* 見出しの背景色 */
font-size: 115%; /* 見出しの文字サイズ */
border-bottom: 10px #48D1CC solid; /* 見出しの下境界線 */
}
/* 見出し3 */
#main div.normal h3 {
color:#000000;/* 見出し2の文字色 */
margin: 3em 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 10px 8px ; /* 見出しのパディング（上下、左右） */
background-color: white; /* 見出しの背景色 */
font-size: 130%; /* 見出しの文字サイズ */
border: 1px #48D1CC solid; /* 見出し2の境界線 */
}
/* 見出し4 小見出し*/
#main div.normal h4 {
color:#000000;/* 見出しの文字色 */
margin: 1em 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 5px 5px; /* 見出しのパディング（上下、左右） */
font-size: 115%; /* 見出しの文字サイズ */
background-color: white; /* 見出しの背景色 */

}
/* 段落 */
#main div.normal p {
margin: 0px 5px 5px; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
padding: 1.1em 15px 0; /* セクションのパディング（上、左右、下） */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: black; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- ▼マルチヒーローの設定開始　--- */

/*----- [multihero] -----*/
img{
	border: 0;
	vertical-align: bottom;
}
#multiHero{
	width: 470px;/* マルチヒーローの幅 */
	font-size: 110%;/* マルチヒーローの文字サイズ */
	text-align: left;/* 文字の位置 */
}
	/* clearfix scheme */
	#multiHero:after{
		height: 0;
		visibility: hidden;/* ボックスの非表示 */
		content: url("/common/images/spacer.gif");
		display: block;/* ブロック要素で表示 */
		clear:both;/* テキストの回りこみ防止 */
	}
	/* hide MacIE \*/
	* html #multiHero {height: 1em;}
	#multiHero {display: block;}
	/* ini */
#multiHeroContents{
	width: 450px;/* フレームの幅 */
	height: 337px;/* フレームの高さ*/
	margin: 0 0 0 20px; /* 画像のマージン（上右下左）*/
	padding: 0;/* 画像のパディング*/
	list-style-type: none;/* リストスタイルの解除 */
}
#multiHeroContents li{
	display: none;/* 画像のテキスト非表示 */
}
#multiHeroControls{
	width: 450px;/* フレームの幅 */
	height: 75px;/* フレームの高さ*/
	margin: 5px 0 0 20px;/* ボタンのマージン（上右下左）*/
	padding: 0;/* ボタンのパディング */
	list-style-type:none;/* リストスタイルの解除 */
	position: relative;/* 相対位置へ配置 */
}
#multiHeroControls li{
	float: left;/* li要素の左フロート */
}

#multiHeroControls li.next,
#multiHeroControls li.back{
	float: right;/* ネクスト バックの右フロート */

}
#multiHeroControls li a{/* ボタンリンク文字の設定 */
	display: block;/* ブロック要素で表示 */
	padding: 3px 3px;/* パディング */
	margin-right:4.5px;/* マージン */
	border: 1px solid #CCCCCC;/* 境界線 （太さ 線種 色）*/
	color: #666666;/* フォントカラー */
	font-size: 70%;/* フォントサイズ */
	font-family: Arial, sans-serif;/* フォントの種類 */
	text-decoration: none;/* リンク文字装飾無し */
	line-height: 75px;/* 行ボックスの最小高 */
}
#multiHeroControls li a:hover{
	background: #CCCCCC;/* ポイント時の背景色 */
}
#multiHeroControls li.thisChild a{
	border-color: #666666;
	background: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
#multiHeroControls li.next a{
	margin: 0;
}


/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 130px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-right: 20px;/*セクションの右マージン*/
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 100%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e0e0e0; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
border: 1px #92c2dc solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #a7dcfc; /* 見出しの背景色 */
}

/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
border: 1px #f4c24d solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffce68; /* 見出しの背景色 */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding: 0 0 0.3em; /* パディング（上、左右、下） */
}
/* お問い合わせ内の段落 */
#nav div.contact p {
margin: 0 10px 0.4em; /* 段落のマージン（上書き） */
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
clear:both; /* float後の回りこみ防止 */
padding: 20px 0 10px; /* フッタのパディング（上、左右、下） */
border-top: 0px #c0c0c0 solid; /* フッタの上境界線(無し） */
background-color: #48D1CC; /* フッタの背景色 */

}

/* --- フッタメニュー --- */
#footer a {
color:white;/*　フッタの文字色　*/
text-decoration: none; /*　リンク下線無し　*/
font-size   : 10px ;
}
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 5px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-size: 12px;
font-style: normal;
text-align: center;
line-height: 100%; /* 行の高さ */
color: white;/*フォントの色*/
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */


