@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#CECECE;
	/* 背景色 */
	background-color:#000000;
}
/* ページ全体のリンクカラー [!important]表記必須 */
a {}
a:link, a:visited { color: #FFFFFF!important; }
a:hover, a:active { color: #FFC126!important; }

/* ページ全体枠のカラー */
#wrapper {
	background-color:#000000;
	/*border-left: 1px solid #535353;
	border-right: 1px solid #535353;*/
}

/* 追加内側背景 */
#contents-area {
	background: url(../p-img/4906_1/4906_1_bg.jpg) right bottom no-repeat;	
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#000000;
	border-top:3px solid #8E1A1A;
}

#header-area h1 {
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color: inherit;
	border: none;
	height: auto;
	overflow: visible;
}

/* ノードの背景カラー */
#contents-area .box {
	/*background-color: #FFFFFF;*/
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	margin: 1em 0 0 0;
	border: none;
	border-bottom: 1px solid #CD9439;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	width: auto;
	border: none;
	font-family: 'Times New Roman', Times, serif;
	font-size: 250%;
	color: #bfbee4;
	font-weight: normal;
	text-align: center;
}

#contents-area .box h3 span {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-weight: bold;
	color: #fc3131;
	white-space: nowrap;
}

/* ノード099専用 */
#no_node {
	height: 270px;
}

#node_099 {
	text-align: center;
	font-size: 80%;
	line-height: 120%;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/4906_1/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {}

#contents-area .box table.table-style1 td {}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#3E6CBD;
	background:url(../p-img/4906_1/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 #3E6CBD;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#FFFFFF;
	background-color: none;
}

/* ウィンドウが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:#3E6CBD;
	background:transparent url(../p-img/4906_1/ico_dt.gif) left center no-repeat;

}

#contents-area {
	background: url(../p-img/4906_1/4906_1_bg.jpg) right bottom 4em no-repeat;	
}

#menu-area .menu li {
	width: 87px!important;
	margin-right: 10px!important;
}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color: none;
}

#footer-area .link {
	border-bottom:1px solid #8E1A1A;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #535353;
}










