@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background-color:#000000;
	background:url(../p-img/2318_1/2318_1_bg.jpg) top center repeat-y fixed;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#000000;
}

/* ぱんくずカラー */
#breadcrumb {
	color: #EFEFEF;
}

#breadcrumb .login a, #breadcrumb .bc a {
	text-decoration: none;
}

#breadcrumb .login a:link, #breadcrumb .login a:visited,
#breadcrumb .bc a:link, #breadcrumb .bc a:visited {
	color: #F1C736;
}

#breadcrumb .login a:active, #breadcrumb .login a:hover,
#breadcrumb .bc a:active, #breadcrumb .bc a:hover {
	color: #E32828
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color: #DCDCDC;
	border-top:3px solid #af8912/*#808080*/;
}

#header-area h1 img {
	width: auto;
	margin-right: 1em;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト */
/*#menu-bottom-area {
	margin-top: 350px;
}*/

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #af8912;
}

#today-area h2 {
	font-size: 100%;
	color:#684b10;
	border-bottom: 1px dotted #B8B8B8;
	margin: 0.3em 0.3em 1em 0.3em;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	font-weight:bold;
	color:#684b10;
	border-left:7px solid #af8912;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #999999;
}

/* company_pr */
#contents-area .box#company_pr {
	margin-top: 0;
	margin-bottom: 10px;
}

/* big_banner */
#contents-area .box#big_banner {
	padding: 0;
	background: #000000;
}

#contents-area .box#big_banner p {
	padding: 0;
	margin: 0;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/000000/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#CCCCCC;
	border: 1px solid #999999;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	padding: 0.3em;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/000000/ico_dt.gif) left center no-repeat;
}

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: 1px solid #edc468;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#684b10;
	background-color:#f9e39a;
}

/* ウィンドウが640px未満時の「About Us」のカラー */
@media screen and (max-width:640px){

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: none;
}

#contents-area #menu-bottom-area .box table th{
	color:#443102;
	background:transparent url(../p-img/000000/ico_dt.gif) left center no-repeat;

}

#contents-area .box .table-set {
	margin:20px 10px 0;
}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#DCDCDC;
}

#footer-area .link {
	border-bottom:1px solid #efefef;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #999999;
}










