@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景色 */
	background-color: #FDFFCD;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color: #FFEFE1;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color: #FFFFFF;
	border-top: 3px solid #af8912;
	background-image: url(../p-img/3650_2/3650_2_top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #af8912;
	margin-top: 20px;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#684b10;
	border-left:7px solid #af8912;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #999999;
}

/* 4並び画像調整 */
#contents-area .box .quadrisection p img {
	margin-bottom: 0;
}

#contents-area .box .quadrisection p {
	text-align: center;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/3650_2/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 {
	width: 90%;
	margin:1em auto;	
}

#contents-area .box table.table-style1 th {
	width: 20%;
	white-space: nowrap;
	background-color: #EFC4C4;
	border: 1px solid #F49EA0;
	padding: 0.2em 0.5em;
}

#contents-area .box table.table-style1 td {
	width: auto;
	background-color:#FFFFFF;
	border: 1px solid #F49EA0;
	padding: 0.2em 0.5em;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/3650_2/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/3650_2/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;
}
