@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#333333;
	/* 背景色 */
	background-color:#fffbdf;
	background:url(../p-img/5589_1/bg0.jpg) repeat fixed;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#f79552;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#fffbdf;
	border-top:3px solid #825a54;
	color::#825a54;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 編集後にコメントアウト */
/*#menu-bottom-area {
	margin-top: 350px;
}
*/
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #af8912;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#825a54;
	border-left:7px solid #825a54;
	font-weight:bold;
	font-size:130%;
	line-height:130%;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #825a54;
	color:#825a54;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/5589_1/ico1.png) left center no-repeat;
}

/* 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/5589_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;
}

#contents-area .box .trisection .left {
	padding:5px;
	width:195px;
	background-color:#D8F7CE;
	margin-left:20px;
	float:left;
}

#contents-area .box .trisection .center {
	padding:5px;
	width:195px;
	background-color:#D8F7CE;
	margin:0 21px;
	float:left;
}

#contents-area .box .trisection .right {
	padding:5px;
	width:195px;
	background-color:#D8F7CE;
	margin-right:20px;
	float:left;
}
.linkcolor{
	font-size:20px;
	color:red;
}
.linkcolor a {text-decoration: none;}
.linkcolor a{ color:#CC0C0F; }
.linkcolor a:link { color:#CC0C0F; }
.linkcolor a:hover { color:#F07306;}

.text{
	font-size:16px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	color:#825a54;
	font-weight:bold;
}
.text1{
	font-size:16px;
	color:#333333;
}
/* ウィンドウが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/5589_1/ico_dt.gif) left center no-repeat;
}

#contents-area .box .trisection .left {
	width:100%;
	margin-left:0px;
	float:none;
	margin-top:10px;
}

#contents-area .box .trisection .center {
	width:100%;
	margin:0px;
	float:none;
	margin-top:10px;
}

#contents-area .box .trisection .right {
	width:100%;
	margin-right:0px;
	float:none;
	margin-top:10px;
}


}

/* -----------------------------------------------------------------------------
 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;
}










