@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background:url(../p-img/100385_1/bg.png) repeat fixed;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#C2D7EC;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#FFFFFF;
	border-top:3px solid #00227A;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #00227A;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#FFFFFF;
	border-left:7px solid #00227A;
	font-size: 160%;
	background-color: #00227A;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-left:7px solid #00227A;
	border-bottom:1px solid #00227A;
	padding-left: 10px;
	font-size: 130%;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/100385_1/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 #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:#C2D7EC;
}

#footer-area .link {
	border-bottom:1px solid #00227A;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #00227A;
}

/* -----------------------------------------------------------------------------
 Original
----------------------------------------------------------------------------- */
.smp_ver { display: none; }

@media screen and (max-width:640px){
.pc_ver { display: none; }
.smp_ver { display: block; }

.banner input#bt_mail {
	 width:95%!important;

}

/* tableのカラー */
#contents-area .box table.table-style2 th {
	text-align: right;
	white-space: nowrap;
	padding: 0.3em;
	border-bottom: 1px ridge #999999;
	color:#515151;
}

#contents-area .box table.table-style2 td {
	padding: 0.3em;
	vertical-align: top;
	border-bottom: 1px dashed #999999;
	
}





