@charset "Shift_JIS";

/* --- タイプ3 レイアウト --- */


/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #f9f9f9; /* 全体の背景色 */
color: #000000; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
line-height: 150%;  /* 全体の行間 */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #b30000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 980px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* コンテナの背景色 */
border-left: 1px #c0c0c0 solid; /* コンテナの左境界線 */
border-right: 1px #c0c0c0 solid; /* コンテナの右境界線 */
}

/* --- ページ --- */
#page {
width: 950px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}


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

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 10px 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 3px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: #000000; /* 文字色 */
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 10px; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 20px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 4px 8px; /* 項目のパディング（上右下左） */
background: url(/aic/image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#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: 158px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header ul.nl li.first,
#header ul.nl li.last {
width: 159px; /* 項目の幅（上書き） */
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px; /* リンクエリアのパディング（上下、左右） */
border: 1px #cccccc; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア */
#header ul.nl li.first a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #ffcfcf; /* 背景色 */
}
/* リンクエリア2 */
#header ul.nl li.second a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #ffd47f; /* 背景色 */
}
/* リンクエリア3 */
#header ul.nl li.third a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #aaff7f; /* 背景色 */
}
/* リンクエリア4 */
#header ul.nl li.fourth a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #7fffd4; /* 背景色 */
}
/* リンクエリア5 */
#header ul.nl li.fifth a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #d3a8ff; /* 背景色 */
}
/* リンクエリア6 */
#header ul.nl li.sixth a {
border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
background-color:  #ff9980; /* 背景色 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- 注目情報（トップページ） --- */
#header ul.spotlight {
margin: 10px 0 0; /* 注目情報のマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* リスト項目 */
#header ul.spotlight li {
display: inline;
padding: 0 25px 0 11px; /* 項目のパディング（上右下左） */
background: url(/aic/image/ver_menu3_on.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(/aic/image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

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

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ（3カラム用） --- */
#content {
float: left;
width: 680px; /* コンテンツの幅 */
margin-bottom: 10px; /* コンテンツの下マージン */
}
/* --- （2カラム用） --- */
#content2 {
float: right;
width: 950px; /* コンテンツの幅 */
margin-bottom: 10px; /* コンテンツの下マージン */
}

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

/* --- メインカラム --- */
/* --- （2カラム用） --- */
#main {
float: left;
width: 680px; /* メインカラムの幅 */
margin-bottom: 10px; /* メインカラムの下マージン */
}
/* --- （2カラム左メニュー用） --- */
#content2 #main {
float: right;
width: 755px; /* メインカラムの幅 */
margin-bottom: 10px; /* メインカラムの下マージン */
}
/* --- （3カラム用） --- */
#content #main {
float: right; /* （上書き） */
width: 500px; /* メインカラムの幅（上書き） */
margin-bottom: 0; /* メインカラムの下マージン（上書き） */
}
/* --- （1カラム用） --- */
#content1 #main {
float: left;
width: 950px; /* メインカラムの幅 */
margin-bottom: 10px; /* メインカラムの下マージン */
}
/* --- ページタイトル（下層ページ） --- */
#main h1.pageTitle {
padding: 8px 10px; /* ページタイトルのパディング（上下、左右） */
background-color: #e0e0e0; /* ページタイトルの背景色 */
font-size: 160%; /* ページタイトルの文字サイズ */
}
/* --- （2カラム用） --- */
#main h1.pageTitle {
margin: 0 15px 15px 0; /* ページタイトルのマージン（上右下左） */
}
/* --- （3カラム用） --- */
#content #main h1.pageTitle {
margin: 0 15px 15px; /* ページタイトルのマージン（上書き） */
}

/* --- セクション（共通設定） --- */
/* --- （2カラム用） --- */
#main div.section {
margin: 0 15px 1.5em 0; /* セクションのマージン（上右下左） */
}
/* --- （3カラム用） --- */
#content #main div.section {
margin: 0 15px 1.5em; /* セクションのマージン（上書き） */
}

/* --- 標準セクション --- */
/* 見出し */
#main div.normal h2 {
margin: 0 0 0.6em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
background-color: #e0e0e0; /* 見出しの背景色 */
font-size: 130%; /* 見出しの文字サイズ */
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#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: #800080; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- ﾌﾌﾓｯｲﾊﾆｱ_ｵｰｵｰｲﾊﾆｱｹﾙﾍ｣､appﾏﾂﾔﾘﾆｽﾌｨ（トップページ） --- */
#main div.update dl {
width: 470px; /* ﾌﾌﾓｯｲﾊﾆｱ_ｵｰｵｰｲﾊﾆｱｹﾙﾍ｣､appﾏﾂﾔﾘﾆｽﾌｨの幅（メインカラム（3カラム用）の幅から30px引いた値） */
margin: 0 auto; /* センタリング */
height:200px;
overflow:scroll;
}
/* 日付エリア */
#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 table.normal {
width: 650px; /* 表の幅 */
margin-bottom: 30px; /* 表の下マージン */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
}
/* --- 表タイトル --- */
#main table.normal caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}
/* --- セル --- */
#main table.normal th,
table.normal td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}
/* --- 見出しセル --- */
#main table.normal thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}
/* --- フッタセル --- */
#main table.normal tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}
/* --- データセル --- */
#main table.normal tbody td {
background-color: #ffffff; /* データセルの背景色 */
}
/* --- 大きな表の設定 --- */
/* --- 表全体 --- */
#main table.large {
width: 930px; /* 表の幅 */
margin-bottom: 30px; /* 表の下マージン */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
}
/* --- 表タイトル --- */
#main table.large caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}
/* --- セル --- */
#main table.large th,
table.large td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}
/* --- 見出しセル --- */
#main table.large thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}
/* --- フッタセル --- */
#main table.large tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}
/* --- データセル --- */
#main table.large tbody td {
background-color: #ffffff; /* データセルの背景色 */
}


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


/* --- ▼サイドバー(A)内の設定開始 --- */
/* このサンプルでは左サイドバー（3カラム用） */

/* --- サイドバー(A) --- */
#nav {
float: left;
width: 180px; /* サイドバー(A)の幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
border: 1px #e0e0e0 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 #ffc0cb solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffc0cb solid; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #a7dcfc; /* 見出しの背景色 */
border: 1px #92c2dc solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0 0 3px; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
background-color: #f9f9f9; /* メニューエリアの背景色 */
border-left: 1px #c0c0c0 solid; /* メニューエリアの左境界線 */
border-right: 1px #c0c0c0 solid; /* メニューエリアの右境界線 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-bottom: 1px #c0c0c0 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- サブメニュー 2 --- */
#nav div.subMenu2 {
background-color: #f9f9f9; /* サブメニューの背景2014年11月変更 */
}
/* サブメニュー内の見出し */
#nav div.subMenu2 h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #e0e0e0; /* 見出しの背景色 */
border: 1px #e0e0e0 solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu2 ul.nl {
margin: 0 0 2px; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu2 ul.nl li {
padding: 0 2px 8px 14px; /* 項目のパディング（上右下左） */
background: url(/aic/image/menu_triangle1.gif) no-repeat 2px 0.15em; /* 項目の背景（マーカー） */
}
/* リンクエリア */
#nav div.subMenu2 ul.nl li a {
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu2 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- ▲サイドバー(A)内の設定終了 --- */

/* --- 罫線（2カラム用） --- */
#content2 hr.clear {
clear: left; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- 罫線（3カラム用） --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

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


/* --- ▼サイドバー(B)内の設定開始 --- */
/* このサンプルでは右サイドバー */

/* --- サイドバー(B) --- */
#aside {
float: left;
width: 270px; /* サイドバー(B)の幅 */
margin-bottom: 10px; /* サイドバー(B)の下マージン */
}

/* --- セクション（共通設定） --- */
#aside div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#aside div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#aside div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}


/* --- 標準セクション（グレー） --- */
#aside div.normal {
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}

/* 見出し */
#aside div.normal h2 {
background-color: #e0e0e0; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#aside div.emphasis {
border: 1px #92c2dc solid; /* セクションの境界線 */
}
/* 見出し */
#aside div.emphasis h2 {
background-color: #a7dcfc; /* 見出しの背景色 */
}

/* --- 強調セクション2（ピンク） --- */
#aside div.strong {
border: 1px #ffc0cb solid; /* セクションの境界線 */
}
/* 見出し */
#aside div.strong h2 {
background-color: #ffc0cb; /* 見出しの背景色 */
}

/* --- ピックアップリスト --- */
/* ピックアップリスト内の見出し */
#aside div.pickup h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #b0d85f; /* 見出しの背景色 */
border: 1px #94b849 solid; /* 見出しの境界線 */
}
/* リストエリア */
#aside div.pickup ul {
margin: 0;
padding: 0;
border-left: 1px #94b849 solid; /* リストエリアの左境界線 */
border-right: 1px #94b849 solid; /* リストエリアの右境界線 */
list-style-type: none;
}
/* リスト項目 */
#aside div.pickup ul li {
padding: 25px 10px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #94b849 solid; /* 項目の下境界線 */
}

/* --- お問い合わせ --- */
#aside div.contact {
padding: 0 0 0.3em; /* パディング（上、左右、下） */
}
/* お問い合わせ内の段落 */
#aside div.contact p {
margin: 0 10px 0.4em; /* 段落のマージン（上書き） */
}

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

/* --- サブメニュー 2 --- */
#aside div.subMenu2 {
background-color: #f9f9f9; /* サブメニューの背景2014年11月変更 */
}
/* サブメニュー内の見出し */
#aside div.subMenu2 h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #e0e0e0; /* 見出しの背景色 */
border: 1px #e0e0e0 solid; /* 見出しの境界線 */
}
/* メニューエリア */
#aside div.subMenu2 ul.nl {
margin: 0 0 2px; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#aside div.subMenu2 ul.nl li {
padding: 0 2px 8px 14px; /* 項目のパディング（上右下左） */
background: url(/aic/image/menu_triangle1.gif) no-repeat 2px 0.15em; /* 項目の背景（マーカー） */
}
/* リンクエリア */
#aside div.subMenu2 ul.nl li a {
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#aside div.subMenu2 ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}
/* --- ▲サイドバー(B)内の設定終了 --- */

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

/* --- フッタ --- */
#footer {
clear: left; /* 左フロートのクリア */
width: 100%;
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}


/* --- フッタメニュー --- */
#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(/aic/image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

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

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


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

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

/* Back to top button  */#back-top {     position: fixed;     bottom: 3%;     right: 3%;} #back-top span {     width: 66px;     height: 60px;     display: block;} 


/* --- ▲その他の設定終了 --- */


--------------------------------------------------------------------------------
