/**************************************************************************
	五輪パッキング
		スタイルシート
**************************************************************************/


/* 全タグ */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* ページボディ */
body {
	background: #fff;
	text-align: center;
}

/* フォントサイズ基本 */
body, th, td, caption {
	font-size: 84%;
}


/* リンク設定 */
a:link {
	text-decoration: none;
	color: 0050e6;
}

a:visited {
	text-decoration: none;
	color: 00a0c6;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited::active {
	text-decoration: underline;
	color: #f00;
}

/* 画像 */
img {
	border: none;
}

/* 段落 */
p{
	margin: 0 0 0.5em 0;
}

/* テーブルヘッダ */
th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}


/*-----------------------------------------*/

/* 全体枠決め */
#body {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

/* フッタ */
#footer {
	margin-bottom: 10px; 
	padding: 4px;
	width: 752px;
	_width: 760px;
	height: 14px;
	_height: 22px;
	background: #07083b;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

/* パンくず */
#crumbsNavi {
	font-size: 11px;
}

/* トップページ スローガン */
textarea.topread {
	padding: 0.5em;
	width: 550px;
	height: 90px;
	font-size: 0.9em;
	line-height: 1.25;
	border: 1px solid #777;
}


/*----------------------------
	コンテンツ
------------------------------*/

#contents {
	padding: 0 0 15px 6px;
	vertical-align: top;
}

#contents li {
	margin: 0 0 0.5em 2.2em;
}

#contents .contentsBody {
	margin: 0 0 0 66px;
	width: 468px;
}

#contents .contentsBody h2 {
	margin: 12px 0 10px;
}

#contents .contentsBody table.itemTable td {
	padding: 0 0 7px;
}

#contents .contentsBody table.itemTable a:link:hover,
#contents .contentsBody table.itemTable a:link:active,
#contents .contentsBody table.itemTable a:visited:hover,
#contents .contentsBody table.itemTable a:visited::active {
	background: #ffeee5;
}

#contents .contentsBody table.recruitTable .r_box {
	padding: 5px;
	width: 215px;
	_width: 228px;
	border: 1px solid #7fa4c9;
	text-align: left;
}

#contents .contentsBody table.recruitTable .r_box h3 {
	padding-bottom: 7px;
	text-align: center;
}

#contents .contentsBody table.recruitTable .r_box li {
	margin: 0.2em 0 0 0.5em;
	list-style-type: none;
}

#contents .contentsBody table.rex th {
	border-right: 5px solid #0c0;
}

#contents .contentsBody table.rex th,
#contents .contentsBody table.rex td {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 2px 15px 2px 0;
}

#contents .contentsBody #iso h3 {
	margin: 10px 0 5px;
	font-size: 1.05em;
	color: #000080;
}

#contents div.sign {
	margin: 1em 0;
	text-align: right;
}

#contents #detail {
	margin: 25px 0 0 35px;
}

#contents #sitemap {
	margin: 20px 80px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../../img/map_bg.gif) no-repeat 50% 50%;
}

#contents #sitemap li {
	list-style-type: none;
	/*margin: 15px 0;
	padding: 5px 0 5px 10px;
	border: 1px solid #ccf;
	border-left: 15px solid #000080;*/
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 0 15px 40px;
	background: url(../../img/tree_line.gif) no-repeat 0 50%;
}

#contents #sitemap li.last {
	background: url(../../img/tree_line_last.gif) no-repeat 0 50%;/**/
}

#contents #sitemap li li {
	background: none;
}

#contents #inquiry {
	margin: 25px 15px;
	font-size: 1.3em;
}

#contents #inquiry table {
	font-size: 1.15em;
}

#contents #inquiry table th {
	border-right: 5px solid #09f;
}

#contents #inquiry table table th {
	border-right: 5px solid #0c9;
}

#contents #policy {
	margin: 25px 50px;
	font-size: 1.1em;
}

#contents #policy p {
	margin: 0 0 1.2em 0;
}

#contents #important {
	margin: 25px 50px;
	font-size: 1.1em;
}

#contents #important h3 {
	margin: 0 0 0.5em 0;
}

#contents #important h4 {
	margin: 1em 0 0.3em 0;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	background: #0066cc;
	color: #fff;
}

#contents table.materials {
	border-collapse: collapse;
	border: 0px solid #999;
}

#contents table.materials th,
#contents table.materials td {
	padding: 0.3em 0.4em;
	border: 1px solid #ddd;
	border-width: 0 1px;
}

#contents table.materials th {
	background: #202090;
	white-space: nowrap;
	text-align: center;
	color: #fff;
}








