@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	 /* 背景画像 */
    background: url(../p-img/2677_1/haikei.jpg) repeat;
	/* 背景色 */
	background-color:#002600;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#F8F0E2;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color: #F8F0E2;
	color: #FF0000;
	border-top: 3px solid #FF9900;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #FF9900;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#FF9900;
	border-left:7px solid #FF9900;
	font-size:150%;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #FF9900;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/4436_2/ico1.png) left center no-repeat;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#3E6CBD;
	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 #F8F0E2;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#515151;
	background-color:#F8F0E2;
}

/* ウィンドウが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/000000/ico_dt.gif) left center no-repeat;

}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#F8F0E2;
}

#footer-area .link {
	border-bottom:1px solid #FF9900;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #3E6CBD;
}
