@charset "utf-8";

/* ページカラー */
body {
    /* 文字色 */
    color:#000099;
    /* 背景画像 */
    background: url(../p-img/4364_2/haikei.jpg) no-repeat;
    /* 背景色 */
    background-color:#ffffff;
}

a { text-decoration:none!important;}
a:link, a:visited {color:#006!important;}
a:hover, a:active {color:#03F!important; text-decoration:underline!important;}
/* ページ全体枠のカラー */
#wrapper {
	background-color: #33ACFF;
	color: #000000;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#CAEAFF;
	border-top:3px solid #000099;
}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 完成後コメントアウト */
#menu-bottom-area {
	top: 300px;
}

/* 「お知らせ」のカラー */
#today-area {
	background-color: #FFFFFF;
	border: 1px solid #000099;
	color: #68CF1E;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#CAEAFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#000099;
	border-left:7px solid #000099;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #000099;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/000000/ico1.png) left center no-repeat;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#000099;
	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:#d2feb1;
}

/* ウィンドウが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;

}

}

/* 左テキスト右画像 */
#contents-area .box .right-img {
	width:200px;
	margin:0 20px 0 0;
	float:right;
}

#contents-area .box .right-img p {
	margin:0;
	padding:0;
}


#contents-area .box .left-txt {
	margin:0px 220px 0 0;
}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#CAEAFF;
}

#footer-area .link {
	border-bottom:1px solid #000099;
}

#footer-area .link a {
	color:#000099;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #000099;
}
