@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #525252;
	text-align: center;
	background: #FFFF66;
	font: 12px/16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*　ページ全体の囲み
-------------------------------------*/

#wrapper {
	background: url(../img/back.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 774px;
	text-align: left;
}

/*　ヘッダー　サブページ用
-------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 774px;
	background: url(../img/header_back.gif) no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 73px;
	top: 28px;
	width: 217px;
}

/* ナビ　サイズ指定　６項目 */
#header #navi {
	height: 20px;
	width: 463px;
	position: absolute;
	left: 268px;
	top: 30px;
}

#header #navi ul {
	list-style: none;
	font: 12px/20px "ＭＳ ゴシック", "Osaka－等幅";
	text-align: center;
}

#header #navi li {
	float: left;
	height: 20px;
	width: 64px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
#header #navi li#nav6 {
	border-right: 1px solid #DDDDDD;
}

#header #navi li a {
	height: 20px;
	width: 64px;
	display: block;
}

/* ナビ　リンクカラー */
#header #navi a:link {
	color: #999999;
	text-decoration: none;
}
#header #navi a:visited {
	color: #999999;
	text-decoration: none;
}
#header #navi a:hover {
	color: #0099FF;
	text-decoration: underline;
	background: #E8E8E8;
}
#header #navi a:active {
	color: #0099FF;
	text-decoration: none;
	background: #E8E8E8;
}


/*　フッター　トップ、サブ共通
-------------------------------------*/
#footer {
	clear: left;
	text-align: center;
	background: url(../img/footer_back.gif) no-repeat;
	height: 62px;
	position: relative;
}
#footer p {
	position: absolute;
	left: 71px;
	top: 17px;
}
#footer img {
	position: absolute;
	left: 641px;
	top: 0px;
}


/*　コンテンツ領域（サブページ用）
-------------------------------------*/

#contents {
	width: 627px;
	margin: 42px 75px 0px 72px;
}

/*　各ページのタイトル　*/
#contents h2 {
	margin: 0px 0px 18px;
}


/*
====================================================
コンテンツ領域（各ページの指定）
====================================================
*/

/*　トップページ
====================================================
*/

#cont-top {
	width: 627px;
	margin: 111px 75px 20px 72px;
}


/* タイトルロゴイメージ */
#cont-top #title-logo {
	margin-bottom: 10px;
}

/* イメージ写真 */
#cont-top #topimage {
	margin-bottom: 20px;
}

#cont-top #block1 {
	width: 210px;
	float: left;
	margin-right: 10px;
}

#cont-top #block1 h1 {
	font-size: 12px;
	width: 210px;
}

#cont-top #block1 #block-navi {
	width: 140px;
	margin-top: 23px;
}

#cont-top #block1 #block-navi h2 {
	width: 140px;
	height: 20px;
	margin-bottom: 6px;
	background: url(../img/top_navi_back.jpg) no-repeat;
	padding-left: 40px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	display: block;
}

/* ナビ部分　リンクの設定 */
#cont-top #block1 #block-navi a:link {
	color: #666666;
	text-decoration: none;
}
#cont-top #block1 #block-navi a:visited {
	color: #9933FF;
	text-decoration: none;
}
#cont-top #block1 #block-navi a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#cont-top #block1 #block-navi a:active {
	color: #0099FF;
	text-decoration: none;
}

#cont-top #block2-news {
	width: 407px;
	float: left;
	margin: 0px;
}

#cont-top #block2-news ul {
	overflow: auto;
	height: 238px;
	border-top: 4px solid #D5D5D5;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 8px 10px 8px 24px;
}

#cont-top #block2-news li {
	list-style: url(../img/top_list_mark.gif) none outside;
	margin-bottom: 8px;
}

/* 空のdivでフロート解除 */
#cont-top #clearfix-box {
	clear: both;
}


/*　会社概要のページ
====================================================
*/

/*　ご挨拶
-------------------------------------*/

/* セル（td）内　『ご挨拶』見出し */
#cont-profile #block1 h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

/* セル（td）内　『ご挨拶』本文
　（文字の指定は default css に body で指定） */
#cont-profile #block1 p {
	line-height: 1.8;
}

/*　テーブルのまわりにパープルのライン　*/
#cont-profile #block1 table {
	margin-bottom: 20px;
	border: 1px solid #9999FF;
}

#cont-profile #block1 td{
	padding: 16px;
}



/*　会社名などのテーブル、主な取引先のテーブル
-------------------------------------------------*/

/*　テーブルの上につく小見出しです。
　　頭の飾りはpaddingでスペースを空けてバック画像で指定しています。　*/
#cont-profile #block2 h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	height: 14px;
	margin-bottom: 10px;
	background: url(../img/komidashi_1.gif) no-repeat;
}

/*　テーブルラインは右、下は各セルに設定。
　　左、上のラインはテーブルに、設定しています。 */

/*　テーブル内見出し　*/
#cont-profile #block2 th {
	text-align: left;
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブル内　各セル　*/
#cont-profile #block2 td {
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブルに左ラインの設定　*/
#cont-profile #block2 table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

/* セル（td）の中のリスト　数字付き
　（数字のつくリストは ol タグを使用） */
#cont-profile #block2 ol {
	padding-left: 20px;
}

/* セル（td）の中のリスト */
#cont-profile #block2 ul {
	padding-left: 16px;
	list-style: disc;
}

/*　セルのバック色はclass属性を使って細かく指定
　　class属性は全てのページで何度でも使用できるので
　　style.css にまとめてあります　*/


/*　採用情報のページ
====================================================
*/


/*　テーブルの上につく小見出しです。
　　頭の飾りはpaddingでスペースを空けてバック画像で指定しています。　*/
#cont-recruit h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	height: 14px;
	margin-bottom: 10px;
	background: url(../img/komidashi_1.gif) no-repeat;
}

/* テーブルのライン設定
　　右、下は各セル（td、th）に設定。
　　左、上は（table）に設定しています。 */

/*　テーブル内見出しセル
　　ここは文字センターあわせ　*/
#cont-recruit th {
	text-align: center;
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブル内その他セル　*/
#cont-recruit td {
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブルに左ラインの設定　*/
#cont-recruit table {
	border-left: 1px solid #CCCCCC;
}

/*　上のラインはテーブルごとに違うので
　　それぞれに設定します　*/
#cont-recruit #block1 table {
	border-top: 4px solid #9999FF;
	margin-bottom: 20px;
}
#cont-recruit #block2 table {
    border-top: 4px solid #339999;
	margin-bottom: 20px;
}
#cont-recruit #block3 table {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
}


/*　セルのバック色はclass属性を使って細かく指定　*/
.bgcolor1 {
	background: #EBECF6;
}
.bgcolor2 {
	background: #DEF6EA;
}
.bgcolor3 {
	background: #F6F6F6;
}


/*　環境のページ
====================================================
*/

/*　テーブル下のスペース　*/
#cont-facility table {
	margin-bottom: 10px;
}

/*　セル（td）にバック画像を入れる　*/
#cont-facility td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	height: 200px;
}

/*　セル内  写真とキャプションをpで囲む　*/
#cont-facility p{
	display: block;
	width: 285px;
}

/*　セル内  写真下のスペース　*/
#cont-facility .facility-photo{
	margin-bottom: 4px;
}


/*　Mapのページ
====================================================
*/

/* 地図部分 */
#cont-map .img-map {
	margin-top: 20px;
	margin-bottom: 30px;
}
#cont-map .img-syuhen {
	margin-bottom: 10px;
}

/* 写真キャプション */
#cont-map p {

}


/*　リンク集のページ
====================================================
*/

/*　テーブルラインは右、下は各セルに設定。
　　左、上のラインはテーブルに、設定しています。 */

/*　テーブル内見出し　*/
#cont-link th {
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブル内　各セル　*/
#cont-link td {
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*　テーブルに左ラインの設定　*/
#cont-link table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

/* リンク先　サイト名 */
#cont-link h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	height: 14px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

/* リンク先　URL */
#cont-link h4 {
	font-size: 12px;
	line-height: 14px;
	display: block;
	height: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}

/* リンク先　バナー */
#cont-link img {
	margin-bottom: 5px;
}

/* リンク先　名前 */
.name1 {
	font-size: 14px;
}

/* リンク先　肩書 */
.name2 {
	font-size: 12px;
}

/* リンク先　名前ルビ */
.rubi {
	font-size: 10px;
	height: 12px;
}

