@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background-color:#FFFFCC;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#EEEEEE;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#C9DCFF;
	border-top:3px solid #3E6CBD;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 完成後コメントアウト */
#menu-bottom-area {
	top: 350px;
}

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #3E6CBD;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color: #3E6CBD;
	border-left: 7px solid #3E6CBD;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #3E6CBD;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/4344_1/ico01.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 #3E6CBD;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#FFFFFF;
	background-color:#9DA7E4;
}

/* ウィンドウが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:#C9DCFF;
}

#footer-area .link {
	border-bottom:1px solid #3E6CBD;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #3E6CBD;
}
