@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
min-width: 880px; /* 全体の最小幅 */
margin: 0;
padding: 0;
background-color: #ffffff; /* 全体の背景色 */
color: #555555; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #62a43b; }
a:visited { color: #62a43b; }
a:hover { color: #00741b; }
a:active { color: #00741b; }

a img {
border: 0;
}

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}


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

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

/* --- トップエリア --- */
#header div.top {
margin-bottom: 2px; /* トップエリアの下マージン */
padding: 15px 0 8px; /* トップエリアのパディング（上、左右、下） */
background: url(../images/top_back.gif) repeat-x top; /* トップエリアの背景 */
border-bottom: 1px #e0e0e0 solid; /* トップエリアの下境界線 */
}
#header div.top div.container {
position: relative; /* 相対配置（ガイドメニューのために設定） */
}

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

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0;
text-align: right;
}
#header p.catch {
font-weight: bold; /* 文字の太さ（太字） */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
padding: 0 0 8px; /* オープニングエリアのパディング（上、左右、下） */
background: #dcdcdc url(../images/opening_back.gif) repeat-x top; /* オープニングエリアの背景 */
border-bottom: 1px #ffffff solid; /* オープニングエリアの下境界線 */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header div.nl {
background: #555555 url(../images/hor_menu_off.gif) repeat-x top; /* ヘッダメニューの背景 */
border-top: 2px #cfcfcf solid; /* ヘッダメニューの上境界線 */
border-bottom: 2px #6e6e6e solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
margin: 0;
padding: 0;
border-left: 1px #6e6e6e solid; /* メニュー本体の左境界線 */
border-right: 1px #cfcfcf solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li {
width: 146px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
width: 147px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 14px 2px 12px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #cfcfcf solid; /* リンクエリアの左境界線 */
border-right: 1px #6e6e6e solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #555555; /* 文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
background: #5e91bd url(../images/hor_menu_on.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
}

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

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

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


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

/* --- コンテンツ --- */
#content {
padding: 20px 0 10px; /* コンテンツのパディング（上、左右、下） */
background: #ffffff url(../images/content_back.gif) repeat-x 0 -5px; /* コンテンツの背景 */
}


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

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

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

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
background: #ebf0f3 url(../images/heading_back.gif ) repeat-y right; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.normal h2 {
margin: 0;
padding-left: 16px; /* 見出しの左パディング */
background: url(../images/heading_square.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
}
/* 段落 */
#main div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 1em; /* セクションの下マージン（上書き） */
padding: 14px 10px 5px; /* セクションのパディング（上、左右、下） */
background: url(../images/emphasis_back.gif) no-repeat top; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #555555; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
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 ul.outline {
width: 640px; /* 業務内容エリアの幅 */
margin: 0 auto;
padding: 0;
list-style-type: none;
}

/* --- 業務内容項目 --- */
#main ul.outline li {
padding: 10px 10px; /* 業務内容項目のパディング（上下、左右） */
border-bottom: 1px #999999 dotted; /* リスト項目の下境界線 */
}

/* --- 項目内容 --- */
#main ul.outline dl {
width: 100%;
margin: 0;
font-size: 100%;
}

/* --- 写真エリア --- */
#main ul.outline dt {
width: 160px; /* 写真エリアの幅 */
float: right;
text-align: right;
}
#main ul.outline dt img {
border: 1px #cccccc solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
#main ul.outline dd {
margin: 0 160px 0 0; /* キャプションエリアのマージン（上右下左） */
line-height: 150%;
}

/* 英字部分 */
#main h2 span.en {
font-size: 75%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #555555; /* 英字の文字色 */
}

/* --- 制作実績エリア --- */
#main ul.works {
width: 100%; /* 制作実績エリアの幅 */
margin: 0;
padding: 5px 0 2em; /* 制作実績エリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- 制作実績項目 --- */
#main ul.works li {
width: 210px; /* 項目の幅 */
/* height: 110px; */ /* 項目の高さ（li要素の高さを指定する場合） */
float: left;
margin-bottom: 15px; /* 項目の下マージン */
text-align: center;
}

/* --- 制作実績画像 --- */
#main ul.works img {
border: 1px #cccccc solid; /* 写真の境界線 */
}

/* --- テーブル --- */
#main .company table {
width: 638px;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
margin: 0 auto; /* センタリング */
}

#main .company td {
border: 1px #c0c0c0 solid;
padding: 8px 8px;
text-align: left;
}

#main td.yellow {
background-color: #fffce7;
}

#main .recruit table {
width: 638px;
border: 1px #c0c0c0 solid;
border-collapse: collapse;
margin: 0 auto; /* センタリング */
}

#main .recruit td {
border: 1px #c0c0c0 solid;
padding: 8px 8px;
text-align: left;
}

#main td.blue {
background-color: #deefff;
width: 22%;
}

/* --- 採用情報エリア --- */
#main ul.list {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- 採用情報項目 --- */
#main ul.list li {
padding: 0 0 5px 18px; /* 項目のパディング（上右下左） */
background: url(../images/disc.gif) no-repeat 5px 0.4em; /* マーカー画像 */
line-height: 130%;
}

#main span.bold {
font-weight: bold; /* 文字の太さ（太字） */
}

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


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

/* --- サイドバー --- */
#nav {
float: right;
width: 220px; /* サイドバーの幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}

/* --- 標準セクション --- */
#nav div.normal p {
padding: 0; /* セクションのパディング */
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #cccccc solid; /* セクションの境界線 */
}

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


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

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


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

/* --- フッタ --- */
#footer {
padding: 20px 0; /* フッタのパディング（上下、左右） */
background: #cfdce3 url(../images/foot_back.gif) repeat-x top; /* フッタの背景 */
border-top: 1px #bdcfd9 solid; /* フッタの上境界線 */
border-bottom: 7px #336797 solid; /* フッタの下境界線 */
}

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

/* --- アドレス・コピーライト --- */
#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;
}

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