@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	/* color:#515151; */
	color:#0B218B;
	/* 背景色 */
	background-color:#ffffff;
}

/* ページ全体枠のカラー
#wrapper {
	background-color:#efefef;
} */

/* ページ全体のリンクカラー */
a{}
a:link,a:visited{color:#0B218B!important;}
a:hover,a:active{color:#0B218B!important;}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#000D58;
	border-top:3px solid #A4CAFD;
	color: #FFFFFF;

}

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #A4CAFD;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#0B218B;
	border-left:7px solid #0B218B;
	font-weight:bold;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #B00508;
	font-weight:bold;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/100227_1/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#efefef;
	border: 1px solid #999999;
	color:#000000;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	color:#000000;
}

/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#443102;
	background:url(../p-img/100227_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 #0B218B;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#352F2F;
	background-color:#efefef;
}

/* ウィンドウが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:#ffffff;
	background:transparent url(../p-img/100227_1/ico_dt.gif) left center no-repeat;

}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#000D58;
}

#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;
}

@media screen and (max-width:640px){
#footer-area .pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
}
}

/* -----------------------------------------------------------------------------
 Slideshow
----------------------------------------------------------------------------- */
#slideshow {
   position: relative;
   width:  940px; /* 画像の横幅に合わせて記述 */
   height: 500px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
@media screen and (max-width:640px){
#slideshow {
   position: static;
   width: auto;
   height: auto;
}
#slideshow img {
   position: static;
}
#slideshow img.no-active {
	display: none;
}

}









