@charset "Shift_JIS";

/* --- タイプ3 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #f9f9f9; /* 全体の背景色 */
color: #404040; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #c07100; }
a:active { color: #c07100; }

/* --- コンテナ --- */
#container {
width: 950px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* コンテナの背景色 */
border-left: 1px #c0c0c0 solid; /* コンテナの左境界線 */
border-right: 1px #c0c0c0 solid; /* コンテナの右境界線 */
}

/* --- ページ --- */
#page {
width: 930px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 5px 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header t.siteTitle0,
#header p.siteTitle {
margin: 0 0 0; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header t.siteTitle0 img,
#header h1.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header h1.siteTitle {
font-size: 13px;
line-height: 20px;
font-weight: normal; /* 文字の太さ（ノーマル） */
position: absolute; /* 絶対配置 */
top: 15px; /* 上からの距離 */
left: 260px; /* 右からの距離 */
margin: 0;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- キャッチフレーズ --- */
#header h2 {
font-size: 13px;
line-height: 20px;
font-weight: normal; /* 文字の太さ（ノーマル） */
position: absolute; /* 絶対配置 */
top: 35px; /* 上からの距離 */
left: 250px; /* 右からの距離 */
margin: 0;
}

/* --- ガイドメニュー --- */
#header ul.guide {
background: url(../image/shokunin001.jpg) no-repeat right;
height:100px;
position: absolute; /* 絶対配置 */
top: 8px; /* 上からの距離 */
right: 5px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0px 80px 0 10px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
padding: 0px 10px 0 1px;
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
/* --- メニュー5 開始 --- */
div.nav5 {
width: 100%; /* ナビゲーションの幅 */
background: #ffc040 url(../image/hor_menu4_back5.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #c68600 solid; /* 上境界線 */
border-bottom: 1px #ffd680 solid; /* 下境界線 */
margin: 5px 0;
font-size: 100%;
}
div.nav5 ul.nl {
width: 100%; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #ffc040 url(../image/hor_menu4_back5.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #c68600 solid; /* メニューの左境界線 */
border-right: 1px #ffd680 solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}
div.nav5 ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}
div.nav5 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ffd680 solid; /* リンクエリアの左境界線 */
border-right: 1px #c68600 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
div.nav5 ul.nl li a:link {
color: #000000;
}
div.nav5 ul.nl li a:visited {
color: #000000;
}
div.nav5 ul.nl li a:hover {
color: #ffffff;
}
div.nav5 ul.nl li a:active {
color: #ffffff;
}
/* --- メニュー5 終了 --- */

/* --- 注目情報（トップページ） --- */
#header ul.spotlight {
margin: 2px 0 0; /* 注目情報のマージン（上、左右、下） */
padding: 3px; /* 注目情報のパディング */
background-color: #ffffdd; /* 注目情報の背景色 */
list-style-type: none;
text-align: center;
}
/* リスト項目 */
#header ul.spotlight li {
display: inline;
padding: 0 25px 0 11px; /* 項目のパディング（上右下左） */
}
/* リンクエリア */
#header ul.spotlight li a {
color: #333333; /* リンクの文字色 */
}

/* --- トピックパス（下層ページ） --- */
#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(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ（3カラム用） --- */
#content {
float: left;
width: 680px; /* コンテンツの幅 */
margin-bottom: 10px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
/* --- （2カラム用） --- */
#main {
float: left;
width: 680px; /* メインカラムの幅 */
margin-bottom: 10px; /* メインカラムの下マージン */
}
/* --- （3カラム用） --- */
#content #main {
float: right; /* （上書き） */
width: 460px; /* メインカラムの幅（上書き） */
margin-bottom: 0; /* メインカラムの下マージン（上書き） */
}

/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
padding: 7px 10px; /* 見出しエリアのパディング（上下、左右） */
background: #4d4d4d url(../image/heading_back6.gif) repeat-x top; /* 見出しエリアの背景 */
}
/* --- （2カラム用） --- */
#main div.pageTitle {
margin: 0 15px 15px 0; /* 見出しエリアのマージン（上右下左） */
}
/* --- （3カラム用） --- */
#content #main div.pageTitle {
margin: 0 15px 15px; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
font-size: 150%; /* 見出しの文字サイズ */
color: #f0f0f0; /* 見出しの文字色 */
line-height: 100%;
}

/* --- セクション（共通設定） --- */
/* --- （2カラム用） --- */
#main div.section {
margin: 0 15px 2em 0; /* セクションのマージン（上右下左） */
}
/* --- （3カラム用） --- */
#content #main div.section {
margin: 0 15px 1.4em; /* セクションのマージン（上書き） */
}

/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 6px 8px 5px; /* 見出しエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#main div.normal div.heading h2 {
margin: 0;
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
padding: 0em 15px 0em; /* セクションのパディング（上、左右、下） */
background: #f0e7ce url(../image/fitness.gif) repeat-x top; /* セクションの背景 */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.3em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #ffffff; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 5em 0 0.5em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
font-weight:bold;
}

/* --- トピックス（タブボックス） --- */
/* タブエリア */
#main div.topics ul.tabs {
width: 448px; /* タブエリアの幅（メインカラム（3カラム用）の幅から32px引いた値） */
margin: 0;
padding: 0;
background: #f9f9f9 url(../image/tab_gen.gif) repeat-x top; /* タブエリアの背景 */
border: 1px #c0c0c0; /* タブエリアの境界線（太さ、色） */
border-style: solid solid none; /* タブエリアの境界線スタイル（上、左右、下） */
list-style-type: none;
}
#main div.topics ul.tabs li {
position: relative;
z-index: 1;
width: 89px; /* タブの幅 */
margin-bottom: -1px; /* タブの下マージン */
text-align: center;
line-height: 100%;
float: left;
}
/* 最初の項目と最後の項目 */
#main div.topics ul.tabs li.first,
#main div.topics ul.tabs li.last {
width: 89px; /* タブの幅（上書き） */
}
/* リンクエリア */
#main div.topics ul.tabs li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #c0c0c0 solid; /* リンクエリアの右境界線 */
outline: none; /* アウトライン（なし） */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#main div.topics ul.tabs li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}
/* 最後のリンクエリア */
/* タブを幅いっぱいに並べる場合は次の設定を有効にする（現在有効になっています） */
/* 幅いっぱいに並べない（右側に余白が残る）場合は次の設定を削除する */
#main div.topics ul.tabs li.last a {
border-right: none; /* 右境界線なし */
}

/* --- アクティブなタブ --- */
#main div.topics ul.tabs li.active {
z-index: 3;
background: #ffffff url(../image/tab_act.gif) repeat-x top; /* アクティブタブの背景 */
font-weight: bold; /* 太字 */
}
#main div.topics ul.tabs li.active a {
color: #000000; /* アクティブタブの文字色 */
}
/* ポイント時の設定 */
#main div.topics ul.tabs li.active a:hover {
text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
#main div.topics div.topicArea {
position: relative;
z-index: 2;
height: 11em; /* 本文領域の高さ */
overflow: auto; /* はみ出た場合はスクロールで表示 */
padding: 10px 15px 0; /* 本文領域のパディング（上、左右、下） */
background-color: #ffffff; /* 本文領域の背景色 */
border: 1px #c0c0c0 solid; /* 本文領域の境界線 */
}
#main div.topics div.topicArea div.topic {
padding-top: 0.7em; /* JavaScriptがオフの場合の設定 */
border-bottom: 1px #c0c0c0 solid; /* JavaScriptがオフの場合の設定 */
}
/* 段落 */
#main div.topics div.topicArea p {
margin: 0 0 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
/* リストエリア（このサンプルでは「タブ説明4、5」） */
#main div.topics div.topicArea ul {
margin: 0 0 0.7em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#main div.topics div.topicArea ul li {
padding: 0 0 1px 12px; /* 項目のパディング（上右下左） */
background: url(../image/square.gif) no-repeat 3px 0.4em; /* 項目の背景（マーカー） */
line-height: 120%; /* 行の高さ */
}
/* 写真の配置（このサンプルでは「タブ説明5」） */
/* 写真エリア（右ボックス） */
#main div.topics div.topicArea div.catch {
float: right;
width: 150px; /* 写真エリアの幅 */
margin-bottom: 0.7em; /* 写真エリアの下マージン */
padding-top: 5px; /* 写真エリアの上パディング */
background-color: #f9f9f9; /* 写真エリアの背景色 */
border: 1px #c0c0c0 solid; /* 写真エリアの境界線 */
text-align: center;
}
#main div.topics div.topicArea div.catch p {
margin: 0 10px 5px; /* キャプションのマージン（上、左右、下） */
}
#main div.topics div.topicArea div.catch img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* テキストエリア（左ボックス） */
#main div.topics div.topicArea div.text {
margin-right: 165px; /* テキストエリアの右マージン（「写真エリアの幅」に15px加えた値） */
}

/* --- 新着情報（トップページ） --- */
#main div.update {
padding-bottom: 15px; /* セクションの下パディング */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出しエリア */
#main div.update div.heading {
margin: 0 0 0.5em; /* 見出しエリアのマージン（上書き） */
border-style: none none solid; /* 見出しエリアの境界線スタイル（上書き） */
}
/* 新着情報エリア */
#main div.update dl {
width: 410px; /* 新着情報の幅（「メインカラム（3カラム用）の幅」から50px引いた値） */
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%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー(A)内の設定開始 --- */
/* このサンプルでは左サイドバー（3カラム用） */

/* --- サイドバー(A) --- */
#nav {
float: right;
width: 220px; /* サイドバー(A)の幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
padding: 2px; /* セクションのパディング */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 3px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 130%;
}
/* 段落 */
#nav div.section p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e5e5e5; /* 見出しの背景色 */
color: #666666; /* 見出しの文字色 */
}

/* --- 標準セクション2（グレー2） --- */
#nav div.normal2 {
background-color: #fffef4; /* セクションの背景色 */
}
/* 見出し */
#nav div.normal2 h2 {
background: #f9f9f9 url(../image/heading_orange.gif);
color: #333333; /* 見出しの文字色 */
}

#nav div.normal2 ul {
margin: 0 3px 0.3em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}

/* リスト項目 */
#nav div.normal2 ul li {
padding: 0 0 10px 15px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6_box.gif) no-repeat 0 0.3em; /* 項目の背景（マーカー） */
line-height: 150%; /* 行の高さ */
}

/* --- サブメニュー --- */
#nav div.subMenu {
background: #f9f9f9 url(../image/box_back_gray4.gif); /* サブメニューの背景 */
}
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 10px; /* 見出しのマージン（上書き） */
background: #f9f9f9 url(../image/heading_orange.gif); /* 見出しの背景色 */
color: #333333; /* 見出しの文字色 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0 0 2px; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
padding: 0 2px 10px 14px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6.gif) no-repeat 2px 0.15em; /* 項目の背景（マーカー） */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
text-decoration: underline; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
text-decoration: none; /* テキストの下線（あり） */
}

#nav div.normal ul {
margin: 0 10px 0.3em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#nav div.normal ul li {
padding: 0 0 8px 15px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6_box.gif) no-repeat 0 0.3em; /* 項目の背景（マーカー） */
line-height: 150%; /* 行の高さ */
}

/* --- ▲サイドバー(A)内の設定終了 --- */


/* --- 罫線（3カラム用） --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼サイドバー(B)内の設定開始 --- */
/* このサンプルでは右サイドバー */

/* --- サイドバー(B) --- */
#aside {
float: left;
width: 250px; /* サイドバー(B)の幅 */
margin-bottom: 10px; /* サイドバー(B)の下マージン */
}

/* --- セクション（共通設定） --- */
#aside div.section {
margin-bottom: 10px; /* セクションの下マージン */
padding: 2px; /* セクションのパディング */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#aside div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 3px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#aside div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
/* 見出し */
#aside div.normal h2 {
background-color: #e5e5e5; /* 見出しの背景色 */
color: #666666; /* 見出しの文字色 */
}
/* リストエリア */
/* クラス名を変更（strong、normal）することで他のセクションでも使用可能 */
#aside div.normal ul {
margin: 0 10px 0.3em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#aside div.normal ul li {
padding: 0 0 8px 15px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6_box.gif) no-repeat 0 0.3em; /* 項目の背景（マーカー） */
line-height: 130%; /* 行の高さ */
}

/* --- 強調セクション1（オレンジ） --- */
#aside div.strong {
background-color: #fffef4; /* セクションの背景色 */
}
/* 見出し */
#aside div.emphasis h2 {
background-color: #fb894b; /* 見出しの背景色 */
color: #ffffff; /* 見出しの文字色 */
}
/* リストエリア */
/* クラス名を変更（strong、normal）することで他のセクションでも使用可能 */
#aside div.emphasis ul {
/*background: url(../image/bg_beginner.gif) no-repeat 14em 9.5em;*/
margin: 0 10px 0.3em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#aside div.emphasis ul li {
padding: 0 0 8px 15px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6_box.gif) no-repeat 0 0.3em; /* 項目の背景（マーカー） */
line-height: 130%; /* 行の高さ */
}

/* --- 強調セクション2（薄こげ茶） --- */
/* 見出し */
#aside div.strong h2 {
background-color: #b3a98c; /* 見出しの背景色 */
color: #ffffff; /* 見出しの文字色 */
}
/* 項目内容（写真の配置用） */
/* クラス名を変更（emphasis、normal）することで他のセクションでも使用可能 */
#aside div.strong dl {
width: 228px; /* 項目内容の幅（「サイドバー(B)の幅」から22px引いた値） */
margin: 0 auto 0.7em; /* 項目のマージン（上、左右、下） */
}
/* 写真エリア */
#aside div.strong dl dt {
width: 75px; /* 写真エリアの幅（掲載する写真の幅+15px程度） */
float: left;
}
#aside div.strong dl dt img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* キャプションエリア */
#aside div.strong dl dd {
margin: 0 0 0 75px; /* キャプションエリアのマージン（上右下左） */
/* ↑左マージンは「写真エリアの幅」に合わせる */
line-height: 150%; /* 行の高さ */
}

/* --- ピックアップリスト（小豆色） --- */
#aside div.pickup {
background-color: #fbf8f1; /* セクションの背景色 */
}
/* ピックアップリスト内の見出し */
#aside div.pickup h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #bd6a4b; /* 見出しの背景色 */
color: #ffffff; /* 見出しの文字色 */
}
/* リストエリア */
#aside div.pickup ul {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#aside div.pickup ul li {
padding: 10px 8px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #b3a98c solid; /* 項目の下境界線 */
}
/* 最後の項目 */
#aside div.pickup ul li.last {
border-bottom: none; /* 最後の項目は下境界線なし */
}
/* 項目内容 */
#aside div.pickup ul dl {
width: 100%;
margin: 0;
}
/* 写真エリア */
#aside div.pickup ul dt {
width: 75px; /* 写真エリアの幅（掲載する写真の幅+15px程度） */
float: left;
}
#aside div.pickup ul dt img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* キャプションエリア */
#aside div.pickup ul dd {
margin: 0 0 0 75px; /* キャプションエリアのマージン（上右下左） */
/* ↑左マージンは「写真エリアの幅」に合わせる */
line-height: 130%; /* 行の高さ */
}

/* --- お問い合わせ --- */
#aside div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#aside div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}

/* フォームへのリンク */
#aside div.contact p.form {
width: 15em; /* ボックスの幅（内容（文字数）に合わせて幅を調整してください） */
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#aside div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #978e75 url(../image/form_back3_off.gif) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#aside div.contact p.form a:hover {
background: #a59d85 url(../image/form_back3_on.gif) repeat-x top; /* ポイント時の背景 */
}

/* --- 罫線 --- */
#aside hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲サイドバー(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(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer p {
font-style: normal;
text-align: center;
line-height: 180%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */

/* --- 表全体 --- */
table.example {
width: 430px; /* 表の幅 */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 120%;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
width: 50%;
padding: 5px 5px; /* セルのパディング（上下、左右） */
border: 1px #e6e6e6 solid; /* セルの境界線 */
}

/* --- 奇数列 --- */
table.example col.odd {
background-color: #f0f8ff; /* 奇数列の背景色 */
}

/* --- 偶数列 --- */
table.example col.even {
background-color: #fff2e6; /* 偶数列の背景色 */
}

/* --- 見出しセル --- */
table.example thead th {
text-align: center;
}
table.example thead th.odd {
padding: 5px 5px;
background: #f9f9f9 url(../image/bg_thead_sat.gif);
text-align: center;
}
table.example thead th.even {
padding: 5px 5px;
background: #f9f9f9 url(../image/bg_thead_sun.gif);
text-align: center;
}

/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading2 {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 6px 8px 5px; /* 見出しエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#main div.normal div.heading2 h2 {
margin: 0;
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main div.normal2 p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}


/* --- ▼ブックマーク --- */

#regist-bookmark .title{
line-height:18px;
vertical-align:top;
margin-right:5px;
}
#regist-bookmark p{
display:inline;
margin-left:5px;
}
#regist-bookmark img{
border:none;
}

/* --- ▲ブックマーク --- */


/* --- ▼メニュー３ --- */
/* --- 見出しエリア --- */
div.heading3 {
width: 680px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding: 6px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}

/* --- 見出し --- */
div.heading3 h3 {
margin: 0;
padding: 3px 0 0 16px; /* 見出しのパディング（上右下左） */
background: url(../image/heading_square1.gif) no-repeat 0 0.2em; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* --- ▲メニュー３ --- */

/* --- ▼メニュー4 --- */
/* --- 見出しエリア --- */
div.heading4 {
width: 300px;
height: 34px;
padding-top: 10px;
text-align: center;
font-weight: bold;
background: #ffffff url(../image/title2.gif) no-repeat;
}
/* --- ▲メニュー4 --- */

/* --- ▼メニュー250 --- */
/* --- 見出しエリア --- */
div.heading250 {
width: 244px;
height: 26px;
padding-top: 8px;
text-align: center;
font-weight: bold;
color: #FFFFFF;
background: #ffffff url(../image/gear-right250.gif) no-repeat;
}
/* --- ▲メニュー250 --- */

/* --- ▼メニュー250 --- */
/* --- 見出しエリア --- */
div.heading2501 {
width: 244px;
height: 26px;
padding-top: 8px;
text-align: center;
font-weight: bold;
color: #FFFFFF;
background: #ffffff url(../image/gear-right2501.gif) no-repeat;
}
/* --- ▲メニュー250 --- */

/* --- ■リストエリア■ --- */
ol.qa {
margin: 0;
padding: 0;
border-top: 1px #c0c0c0 dotted; /* リストエリアの上境界線 */
list-style-type: none;
font-size: 100%;
}

/* --- リスト項目 --- */
ol.qa li {
padding: 20px 5px 14px; /* リスト項目のパディング（上、左右、下） */
border-bottom: 1px #c0c0c0 dotted; /* リスト項目の下境界線 */
}

/* --- 項目の内容 --- */
ol.qa dl {
margin: 0;
}

/* --- Questionエリア --- */
ol.qa dt {
margin: 0;
padding: 5px 0 12px 30px; /* Questionエリアのパディング（上右下左） */
background: url(../image/q6.gif) no-repeat left top; /* Questionエリアの背景 */
font-weight: bold;
line-height: 120%;
}

/* --- Answerエリア --- */
ol.qa dd {
margin: 0;
padding: 2px 0 6px 30px; /* Answerエリアのパディング（上右下左） */
background: url(../image/a5.gif) no-repeat left top; /* Answerエリアの背景 */
line-height: 150%;
}

/* ------------ twitter facebook google ------------ */
.buttons_box{
	width:479px;
	top:380px;
	height:24px;
	left:400px;
	padding-bottom:5px;
}

.twfb{
	width:354px;
	float:left;
}

.b{
	width:66px;
	float:left;
}

.tw{
	width:112px;
	float:left;
}

.gp1{
	width:66px;
	float:left;
}

.fb{
	width:110px;
	float:right;
}

.yh{
	width:125px;
	float:right;
}

ul.check_list{
	width:635px;
	padding:10px 0 0 10px;
}

ul.check_list li{
	display: block;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 22px;
	background: url(../image/li_check.gif) no-repeat left 3px;
}

.ex{
	width:635px;
	margin:10px 0;
	padding:5px 7px;
	background:#F7EED9;
}

/* --- ランキングエリア --- */
div.ranking {
width: 242px;
font-size: 100%;
}

/* --- ランキングリスト --- */
div.ranking ol {
margin: 0;
padding: 0 0 5px; /* ランキングリストのパディング（上、左右、下） */
border-top: 1px #c0c0c0 dotted;
list-style-type: none;
}

/* --- リスト項目 --- */
div.ranking li {
padding: 10px 0 10px 50px; /* 項目のパディング（上右下左） */
background-repeat: no-repeat;
background-position: 3px 4px;
border-bottom: 1px #c0c0c0 dotted;
line-height: 120%;
}

/* --- マーカー画像 --- */
div.ranking li.rank1 {
background-image: url(../image/librarymenu1.jpg);
}
div.ranking li.rank2 {
background-image: url(../image/librarymenu2.jpg);
}
div.ranking li.rank3 {
background-image: url(../image/librarymenu3.jpg);
}
div.ranking li.rank4 {
background-image: url(../image/librarymenu4.jpg);
}
div.ranking li.rank5 {
background-image: url(../image/librarymenu5.jpg);
}

/* --- マーカー画像 --- */
div.ranking li.food1 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/29af211ac60c29575618c92c05d294ab_s.jpg);
background-size:42px 38px;
}
div.ranking li.food2 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/IMG_2501-718x539.jpg);
background-size:42px 38px;
}
div.ranking li.food3 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/86186ce0a9293f158d8b8528bb17f089_s.jpg);
background-size:42px 38px;
}
div.ranking li.food4 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/1830051cc4f5e378629c2cd35671f52a_s.jpg);
background-size:42px 38px;
}
div.ranking li.food5 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/IMG_2427-718x539.jpg);
background-size:42px 38px;
}
div.ranking li.food6 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/IMG_2424-1024x768.jpg);
background-size:42px 38px;
}
div.ranking li.food7 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/6b613f145b597dc9f508fd0fbbe5b263_s.jpg);
background-size:42px 38px;
}
div.ranking li.food8 {
background-image: url(http://www.training-craftsman.com/woman/wp-content/uploads/2016/07/db62dbbc297ae358b8b6c88ab4bc2753_s.jpg);
background-size:42px 38px;
}

/* --- ボックス --- */
div.section_menu {
width: 667px;
padding-bottom: 5px;
margin-bottom: 10px;
background: #ffffff url(/image/maru3_700_bottom.gif) no-repeat bottom;
font-size: 100%;
color: #000000;
}

/* --- 見出し --- */
div.section_menu h3 {
margin: 0;
padding: 1em 0px 0 20px;
background: #ffffff url(/image/maru3_700_top.gif) no-repeat top;
font-size: 120%;
font-weight: bold;
color: #999999;
}

/* --- ボックス内の段落 --- */
div.section_menu p {
margin: 1em 0px 1.5em 20px;
}

/* --- ボックス3 --- */
div.section_menu3 {
width: 667px;
padding-bottom: 5px;
margin-bottom: 10px;
background: #ffffff url(/image/maru3_700_bottom.gif) no-repeat bottom;
font-size: 100%;
color: #000000;
}

/* --- 見出し3 --- */
div.section_menu3 h3 {
margin: 0;
padding: 5px 0px 5px 20px;
background: #ffffff url(/image/maru4_700_top.gif) no-repeat top;
font-size: 120%;
font-weight: bold;
color: #999999;
}

/* --- ボックス内の段落3 --- */
div.section_menu3 p {
margin: 1em 0px 1.5em 20px;
}

div.section_menu_big {
width: 635px;
border: solid 1px #ccc;
border-radius: 10px;
padding: 10px;
box-shadow: 2px 2px 3px #CCC;
margin: 0px 0px 10px 3px;
}

div.section_menu_big h3 {
margin: 0;
padding: 5px 0px 0 5px;
font-size: 120%;
font-weight: bold;
color: #999999;
}

/* --- ボックス内の段落 --- */
div.section_menu_big p {
padding-left:5px;
padding-right:5px;
}
p.line {
width: 390px;
padding: 5px;
background: #EDF4F8;
font-weight: bold;
}

/* --- training list --- */
div.training ol {
padding: 10px 0 5px 40px;
list-style-type: none;
}

/* --- training list --- */
div.training li {
padding: 0px 0 10px 15px;
background: #ffffff url(/image/triangle3.gif) no-repeat;
font-size: 120%;
}
/* dot */
div.dot{
	width:620px;
	height:7px;
	background: url("/image/wn_dotline.gif") no-repeat;
	margin-bottom:10px;
	height:7px;
}
