﻿@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background-color:#070F23;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#0D1C3F;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#FFFFFF;
	border-top:3px solid #af8912;
}

/* -----------------------------------------------------------------------------
 Breadcrumbs
----------------------------------------------------------------------------- */
/* 「パンくず・ログイン」エリアのカラー */
#breadcrumb {
	background-color:#FFFFFF;
}



/* -----------------------------------------------------------------------------
 Left Menu
----------------------------------------------------------------------------- */
#menu-bottom-area  img{
	width:25px;	
}

@media screen and (max-width:640px){
	#menu-bottom-area  img{
	width:25px;	
	}
}

/* -----------------------------------------------------------------------------
 Original
----------------------------------------------------------------------------- */
.g_right {
	text-align:right;
	font-weight:bold;
	padding-right: 10px;
}

.b_m{
	font-weight: bold;
	font-size:110%;
}

 .b_con{
	 display: block;
	margin:0 0 20px 40px;
}

 .b_con2{
	 display: block;
	margin:10px 60px;
}


/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト ※ボタン調整時に使用 */
/*#menu-bottom-area {
	margin-top: 600px;
}*/

/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #af8912;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	font-weight: bold;
	color:#684b10;
	border-left:7px solid #af8912;
	border-bottom: 1px solid #7E630D;
	background: #FBF7E7;/*背景色*/
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	font-weight: bold;
	border-bottom:solid 3px #D9BC75;
	padding:10px 10px;
	font-size:110%;
	position: relative;
}



/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/100434_1/ico1.png) left center no-repeat;
	margin-left:10px;
	font-weight: bold;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#D8E4FF;
	border: 1px solid #A5B5E1;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #A5B5E1;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/100434_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 #edc468;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#684b10;
	background-color:#f9e39a;
}

/* ウィンドウが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/100434_1/ico_dt.gif) left center no-repeat;

}

}

/* -----------------------------------------------------------------------------
 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;
}
/* スマホ閲覧時にPageTopボタンを常に右下に固定する場合コメントアウトを外す
@media screen and (max-width:640px){
#footer-area .pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
}
*/






