@charset "Shift_JIS";



/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #1c1c1c url(../image/back.jpg) no-repeat left top fixed; /* 全体の背景（グラデーション） */
color: #a0a0a0; /* 全体の文字色 */
font-size: 75%; /* 全体の文字サイズ */
font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

/* --- ヘッダとフッタのリンクテキスト --- */
a:link { color: #afafaf; }
a:visited { color: #afafaf; }
a:hover { color: #499190; }
a:active { color: #ffd451; }
a { text-decoration: none; }

/* --- コンテンツ内のリンクテキスト --- */
#content a:link { color: #499190; }
#content a:visited { color: #499190; }
#content a:hover { color: #ffd451; }
#content a:active { color: #fcfcfc; }
a { text-decoration: none; }

/* --- コンテナ --- */
#container {
width: 894px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../image/pageback_880_gray.png) repeat-y center top; /* コンテナの背景（両サイドの影） */
}

/* --- ページ --- */
#page {
width: 878px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background-color: transparent; /* ページの背景色 */
border-left: 1px #505050 solid; /* ページの左境界線 */
border-right: 1px #505050 solid; /* ページの右境界線 */
}


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

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin-bottom: 12px; /* ヘッダの下マージン */
padding: 15px 0 8px; /* ヘッダのパディング（上、左右、下） */
background-color: #252525; /* ヘッダの背景色 */
border-bottom: 1px #4b4b4b solid; /* ヘッダの下境界線 */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 19px 7px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
color: #eee8aa; /* サイトタイトルの文字色 */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

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

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

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
width: 840px;
margin: 0 auto 2px; /* オープニングエリアのマージン（上、左右、下） */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 834px; /* ヘッダメニューの幅 */
margin: 0 auto; /* センタリング */
padding: 0;
background: transparent url(../image/hor_menu5_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border: #202020 solid; /* ヘッダメニューの境界線（色、スタイル） */
border-width: 2px 3px; /* ヘッダメニューの境界線の太さ（上下、左右） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 139px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 13px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border: 1px solid; /* リンクエリアの境界線（太さ、スタイル） */
border-color: #acacac #707070 #606060 #707070; /* リンクエリアの境界線色（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #ffffff; /* 文字色 */
}
/* 英字部分 */
#header ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #499190; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
background: #b6a57f url(../image/hor_menu5_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
color: #ffffff; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.nl li a:hover span.en,
#header ul.nl li.active span.en {
color: #ffd451; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
width: 830px;
margin: 4px auto 0; /* トピックパスのマージン（上、左右、下） */
padding: 6px 5px; /* トピックパスのパディング（上下、左右） */
background-color: 3f3f3f; /* トピックパスの背景色 */
list-style-type: none;
color: #999999; /* トピックパスの文字色 */
}
/* リスト項目 */
#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; /* 表示形式（なし） */
}

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


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

/* --- コンテンツ --- */
#content {
width: 840px; /* コンテンツの幅 */
margin: 0 auto; /* センタリング */
padding-top: 20px; /* コンテンツの上パディング */
background-color: #252525;
}


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

/* --- メインカラム --- */
#main {
float: right;
width: 630px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
margin: 0 20px 15px; /* 見出しエリアのマージン（上、左右、下） */
padding: 23px 15px; /* 見出しエリアのパディング（上下、左右） */
background: #ffffff url(../image/heading_back4.gif) repeat-x top; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
font-size: 160%; /* 見出しの文字サイズ */
line-height: 100%;
}


/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 20px 3em; /* セクションのマージン（上、左右、下） */
}

/* --- セクション（サイトマップ） --- */
#main div.sectionsite {
margin: 30px 20px 10px; /* セクションのマージン（上、左右、下） */
}
/* サイトマップ見出し */
#main div.sectionsite h1 {
font-size: 140%; /* 見出しの文字サイズ */
}

/* サイトマップ見出し */
#main div.sectionsite p {
font-size: 90%; /* 見出しの文字サイズ */
float: right;
color: #a5a5a5;
}

/* --- セクション2（共通設定） --- */
#main div.section2 {
margin: 0px 20px 0px; /* セクションのマージン（上、左右、下） */
width: 520px;
}



/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading {
margin-bottom: 5px; /* 見出しエリアの下マージン */
padding: 2px 2px; /* 見出しエリアのパディング（上下、左右） */
}

/* --- 3画像 --- */
#main div.normal div.heading3 {
margin: 0 3em 5px 5px; /* 見出しエリアの下マージン */
padding: 0; /* 見出しエリアのパディング */
width: 200px;
float: right;
}

/* --- 講師説明 --- */
#main div.normal div.heading4 {
margin: 0 2em 5px 0; /* 見出しエリアのマージン */
padding: 0; /* 見出しエリアのパディング */
width: 300px;
float: right;
}


/* 見出し */
#main div.normal div.heading h2 {
margin: 1em 0 0;
padding: 2px 0 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #ff0000 solid; /* 見出しの左境界線 */
font-size: 120%; /* 見出しの文字サイズ */
color: #f5f5f5;
line-height: 100%;
}
/* 段落 */
#main div.normal p {
margin: 10px 15px 10px; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
color: #f5f5f5; /* 段落の文字色 */
}

/* --- リストエリア --- */
ul.list {
margin: 1em 0 0 1em;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.list li {
line-height: 150%;
font-size: 90%; /* 見出しの文字サイズ */
color: #f5f5f5;
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-top: 20px;
padding: 0px 5px 0; /* セクションのパディング（上、左右、下） */
height: 225px; /* サイドバーの幅 */
width: 580px; /* サイドバーの幅 */
border: 1px #d8c89d dotted; /* セクションの境界線 */
background: transparent url(../image/contest.jpg) no-repeat top; /* 見出しエリアの背景 */
}

#main div.emphasis2 {
margin-top: 20px;
padding: 0px 5px 0; /* セクションのパディング（上、左右、下） */
height: 225px; /* サイドバーの幅 */
width: 580px; /* サイドバーの幅 */
border: 1px #d8c89d dotted; /* セクションの境界線 */
background: transparent url(../image/los.jpg) no-repeat top; /* 見出しエリアの背景 */
}

#main div.emphasis3 {
float: right;
margin: 0 45px 10px 0;
}

#main div.emphasis4 {
margin: 0 0 10px 10px;

}

#main div.emphasis5 {
margin-top: 20px;
padding: 0px 5px 0; /* セクションのパディング（上、左右、下） */
}

/* --- 強調セクション段落 --- */
#main div.emphasisin {
padding: 45px 5px 0; /* セクションのパディング（上、左右、下） */
width: 300px; /* サイドバーの幅 */
float: right;
}

#main div.emphasisin2 {
padding: 55px 15px 0 0; /* セクションのパディング（上、左右、下） */
width: 275px; /* サイドバーの幅 */
}

#main div.emphasisin3 {
padding: 5px 40px 0 0; /* セクションのパディング（上、左右、下） */
margin-bottom: 5px;
width: 350px; /* サイドバーの幅 */
height: 186px;
float: right;
}

 /* 見出し */
#main div.emphasisin h2 {
margin: 25px 1em 0px; /* 見出しのマージン（上、左右、下） */
font-size: 120%; /* 見出しの文字サイズ */
color: #8ddd25; /* 見出しの文字色 */
}

 /* 見出し2 */
#main div.emphasis h3 {
margin: 5px 1em 5px; /* 見出しのマージン（上、左右、下） */
font-size: 150%; /* 見出しの文字サイズ */
color: #f0f0f0; /* 見出しの文字色 */
letter-spacing: 0.3em;
}

 /* 見出し3 */
#main div.emphasis h4 {
margin: 0;
padding: 34px 0 0;
background: transparent url(../image/pick_bg2.png) no-repeat top; /* 見出しエリアの背景 */
}

 /* 段落 */
#main div.emphasis p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
color: #f5f5f5; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

 /* 段落 */
#main div.emphasis2 p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
color: #f5f5f5; /* 段落の文字色 */
line-height: 150%; /* 行の高さ */
}

 /* 段落 */
#main div.emphasisin3 p {
margin: 0 5px 5px; /* 段落のマージン（上、左右、下） */
color: #f5f5f5; /* 段落の文字色 */
line-height: 120%; /* 行の高さ */
}

 /* 段落 */
#main div.emphasisin5 p {
color: #499190;
}


/* --- バックトップセクション --- */
#main div.emphasisin4 {
padding: 0; /* セクションのパディング（上、左右、下） */
float: right;
margin: 10px 20px 20px 0;
}


/* --- 他講義セクション --- */
#main div.emphasisin5 {
padding: 0; /* セクションのパディング（上、左右、下） */
margin: 20px 0 20px 20px;
border-left: 1px #499190 solid; /* 見出しの左境界線 */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 580px; /* 新着情報の幅（メインカラムの幅から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%; /* 行の高さ */
}

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


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
width: 200px; /* サイドバーの幅 */
padding-left: 10px; /* サイドバーの左パディング */
}

/* --- セクション（共通設定） --- */
#nav div.section {
padding-bottom: 5px; /* セクションの下パディング */
background-color: #ececec; /* セクションの背景色 */
}

#nav div.section2 {
padding-bottom: 10px; /* セクションの下パディング */
background-color: transparent; /* セクションの背景色 */
}


#nav div.section3 {
padding-bottom: 5px; /* セクションの下パディング */
padding-top: 0px;
margin-bottom: 10px;
background-color: #ececec; /* セクションの背景色 */
}


/* 見出しエリア */
#nav div.heading {
margin: 0 0 0.7em; /* 見出しエリアのマージン（上、左右、下） */
padding: 5px; /* 見出しエリアのパディング */
background: #3f3f3f url(../image/heading_back_gray3.gif) repeat-x top; /* 見出しエリアの背景 */
}


/* 学生作品メニュー */
div.studentmenu {
margin: 0px 0px 5px 0px;
padding: 3px 2px 3px 2px; /* 本文エリアのパディング（上右下左） */
background: #ffffff url(../image/makebg.gif) repeat-x top; /* 見出しエリアの背景 */
}


/* 学生作品 */
div.studentworks {
float: right;
}

/* グローバル */
div.global {
float: left;
}



/* 見出し */
#nav div.section h2 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px solid; /* 見出しの左境界線（太さ、スタイル） */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}


/* 見出し2 */
#nav div.section3 h2 {
margin: 0px;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px solid; /* 見出しの左境界線（太さ、スタイル） */
font-size: 100%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}

/* 段落 */
#nav div.section p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
color: #5f5f5f;
}

/* 段落2 */
#nav div.section3 p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
color: #5f5f5f;
}

/* --- 標準セクション（青） --- */
/* 見出し */
#nav div.normal h2 {
border-left-color: #0cc1b6; /* 左境界線の色 */
}

/* --- 強調セクション2（黄色） --- */
/* 見出し */
#nav div.strong2 h2 {
border-left-color: #fccc4e; /* 左境界線の色 */
}

/* --- 強調セクション3（オレンジ） --- */
/* 見出し */
#nav div.strong h2 {
border-left-color: #fe6400; /* 左境界線の色 */
}

/* --- サブメニュー --- */
/* 見出しエリア */
#nav div.subMenu div.heading {
margin: 0; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#nav div.subMenu h2 {
border-left-color: #add8e6; /* 左境界線の色 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 1px 0 0; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
border: 1px #666666 solid; /* メニューエリアの境界線 */
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-top: 1px #808080 solid; /* 項目の上境界線 */
border-bottom: 1px #ffffff solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 10px; /* リンクエリアのパディング（上下、左右） */
background: #3f3f3f url(../image/ver_menu4_off.gif) repeat-x top; /* リンクエリアの背景 */
color: #e0e0e0; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #505050 url(../image/ver_menu4_on.gif) repeat-x top; /* ポイント時の背景 */
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: transparent 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: #ffffff url(../image/form_back1_on.gif) repeat-x top; /* ポイント時の背景 */
}

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


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

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


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

/* --- フッタ --- */
#footer {
padding: 50px 0 20px; /* フッタのパディング（上、左右、下） */
background: transparent url(../image/content_bottom_gray.png) no-repeat top; /* フッタの背景 */
}

/* --- フッタメニュー --- */
#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 address {
font-style: normal; /* 文字のスタイル（ノーマル） */
color: #808080; /* 文字色 */
text-align: center;
line-height: 140%; /* 行の高さ */
}

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


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

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

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




