@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background-color: #E6F1FF;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color: #D1E6FF;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#FFFFFF;
	border-top:3px solid #0330FF;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト */
/*#menu-bottom-area {
	margin-top: 350px;
}*/

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #668FFF;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	font-weight: bold;
	color:#0330FF;
	border-left:7px solid #0330FF;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	font-weight: bold;
	border-bottom:1px dotted #999999;
	color: #668FFF;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/5375_1/ico1.png) left center no-repeat;
}

/* trisection 画像調整 */
#contents-area .box .trisection {
	margin-top: 1em;
	margin-bottom: 3em;
}

#contents-area .box .trisection p {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
}

/* 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;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/5375_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 #668FFF;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color: #323A60;
	background-color: #D4DCFF;
	width: 150px;
}

/* 「About Us」追加設定 */
#contents-area #menu-bottom-area .box.about {
	width: auto!important;
	float: none;
}

#contents-area #menu-bottom-area .box table {
	width: 900px;
}

/* ウィンドウが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/5375_1/ico_dt.gif) left center no-repeat;
}

#contents-area #menu-bottom-area .box table {
	width: auto;
}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#FFFFFF;
}

#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;
}










