﻿@charset "utf-8";

/* Template CSS layout */

/* container */
#container {
	width: 1000px;
	margin: 0px auto 0px auto;
/*	text-align: left;	*/
}


/* header */
#masthead {
	height: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E5ECF6;
}
#masthead img {
	border: 0;
}
/* header LOGO */
#header_left {
	float: left;
	width: 350px;
	height: 85px;
}
#masthead h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* header information */
#header_right {
	float: right;
	width: 470px;
	height: 85px;
}
#header_info {
	float: left;
	width: 300px;
	height: 85px;
	margin-right: 0px;
}
#header_info ul {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 30px;
	margin-top: 5px;
}
#masthead li {
	float: left;
	width: 150px;
	margin: 0px;
	list-style-type: none;
}
#header_inex {
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
}
.clearfix{
	clear: both;
}


/* menu */
#top_nav {
	height: 40px;
	color: #000080;
	background-color: #E5ECF6;
	border-top-style: solid;		/* 上の枠線 */
	border-top-width: 1px;
	border-top-color: #003366;
	background-image: -moz-linear-gradient(top, #A4C6FF 0%, #CAE3FF 50%, #D9E5FF 50%, #BAD3FF 100%);
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align: center;
	list-style-type: none;	/* リストのマークを無効 */
	font-size: 0;	/* これを入れないとメニューの左の隙間が消えない */
	margin-left: 15px;
	margin-right: 15px;
}
#top_nav li {
	font-size: 14px;
	font-weight:bolder;		/* li aに設定する？ */
	float: left;
/*	display: inline-block;	/* inline-blockだとIEの互換表示で崩れる */
/*	/display: inline;	/* IE用ハック */
/*	/zoom: 1;			/* IE用ハック */
	line-height: 40px;
	width: 120px;
	border-right-style: solid;	/* 右の枠線 */
	border-right-width: 1px;
	border-right-color: #003366;
}
#top_nav li:last-child {
	border-right: 0px;			/* 一番右のメニューは右の枠線なし */
}
#top_nav li a {
	width: 120px;
	font-weight: bolder; /*bold*/
	margin: 0px;
	color: #000080;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	text-shadow: 0 1px 0px #D9E5FF;
	background: #E5ECF6;
	background-image: -moz-linear-gradient(top, #BAD3FF 0%, #D9E5FF 50%, #CAE3FF 50%, #A4C6FF 100%);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset, 3px 3px 3px rgba(255, 255, 255, .2) inset, -3px -3px 3px rgba(0, 0, 0, .2) inset;
}
#top_nav li a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: white;
	text-shadow: 0 1px 0px #999999;
	border: none;
	background: #2C7CFF;
	background-image: -moz-linear-gradient(top, #005FFF 0%, #136FFF 50%, #2C7CFF 50%, #136FFF 100%);
}
#top_nav ul li a:active{
	position: relative;
	top: 1px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset, 3px 3px 3px rgba(255, 255, 255, .1) inset, -3px -3px 3px rgba(0, 0, 0, .1) inset;
}

/* main image */
#mainimage {
	position: relative;
	display: block;
	float: left;
	text-align: center;
}
.disp {
	position: relative;
	height: 290px;
	border-spacing: 0px;
	padding: 0px;
	font-family: arial,"メイリオ",helvetica,sans-serif;
	text-align:center;
	color: gray;
	background-color: white;
	overflow: hidden;
}
#img1 {
	display: inline;
	position: relative;
	width: 1000px;
	height: 290px;
	opacity: 1;
	z-index: 0;
	border:	0;
}
#img2 {
	display: inline;
	position: relative;
	top: -297px;
	width: 1000px;
	height: 290px;
	opacity: 0.5;
	z-index: 1;
	border:	0;
}

#img3 {
	float:right;
    border:none;
    background:none;
	display: inline;
	position: relative;
	top: -475px;
	width: 100px;
	height: 100px;
	opacity: 0.5;
	z-index: 2;
}
#img4 {
	float:left;
    border:none;
    background:none;
	display: inline;
	position: relative;
	top: -475px;
	width: 100px;
	height: 100px;
	opacity: 0.4;
	z-index: 2;
}


/* side menu */
#left_col {
	width: 210px;
	float: left;
	margin-top: 20px;	/* メインイメージとの間隔 */
}
#left_col ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#left_col li {
	margin-bottom: 20px;	/* 下のメニューとの間隔 */
}
#left_col li a {
	line-height: 0px;
	width: 100%;
	font-weight: bolder;
	color: #000080;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 -1px 0px #D9E5FF;
 	background: #A4C6FF;
	background-image: -moz-linear-gradient(top, #A4C6FF 0%, #CAE3FF 50%, #D9E5FF 50%, #BAD3FF 100%);
	border-top: 2px #003366 solid;		/* メニューの上境界線 */
 	border-bottom: 2px #003366 solid;	/* メニューの上境界線 */
 	border-left: 2px #003366 solid;		/* メニューの左境界線 */
 	border-right: 2px #003366 solid;	/* メニューの右境界線 */
}
#left_col li a:hover {
	line-height: 0px;
	width: 100%;
	font-weight: bolder;
	color: #FADCE9;
	text-shadow: 0 1px 0px #999999;
	background: #2C7CFF;
	background-image: -moz-linear-gradient(top, #005FFF 0%, #136FFF 50%, #2C7CFF 50%, #136FFF 100%);
	border: 2px red solid;
	opacity: 0.6;
}
#left_col li a image {
	vertical-align: bottom;
}
#left_col ul table td {
	color: #000080;
}
/* What's New */
#whats_new {
	font-size: 12px;
}
#whats_new h5 {
	margin: 0;
	padding: 0;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px dotted #aaa;
}
dl.update {
	height: 200px;
	width: 200px;
	margin-top: 5px;
	overflow: auto;   /* スクロールバー表示 */ 
	border: #d0d0d0 double 3px;
}
dl.update dt {
	font-weight: bold;
	background-color: #E5ECF6;
	text-align: left;
}
dl.update dd {
	margin: 0 0 0 15px;
	text-align: left;
	line-height: 20px;
}
#whats_new dl.update dd a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000080;
	font-weight: bolder;
	background: none;
	line-height: 20px;
}
#whats_new dl.update dd a:hover {
	color: #FF0000;
	font-weight:bolder;
	line-height: 20px;
	text-shadow: none;
	background: none;
	border: none;
	opacity: 1.0;
}

/* カレンダー */
table#cal_t, table#cal_t1, table#cal_t2 {
	background: #ffffff;
	color: #303030;
	border-collapse: collapse;
	font-size: 80%;
	width: 200px;
	border: 1px solid #909090;
	empty-cells: show;
}
/* カレンダー各セル */
#cal_t td, #cal_t th, #cal_t1 td, #cal_t1 th, #cal_t2 td, #cal_t2 th {
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #909090;
}
/* 月タイトル */
#cal_t #mtitle, #cal_t1 #mtitle1, #cal_t2 #mtitle2 {
	width: auto !important;
}
/* 日 */
#cal_t .sunday, #cal_t1 .sunday, #cal_t2 .sunday {
	background-color: #FF6666;
}
/* 土 */
#cal_t .saturday, #cal_t1 .saturday, #cal_t2 .saturday {
	background-color: #FF6666;
}
/* 休日 */
#cal_t .holiday, #cal_t1 .holiday, #cal_t2 .holiday {
	background-color: #FF6666;
}
/* 曜日 */
#cal_t tr:nth-child(2), #cal_t1 tr:nth-child(2), #cal_t2 tr:nth-child(2) {
	background-color: #CCCCCC;
}
span.red {
	color: #FF6666;
}

/* to_top */
div.go_to_top p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
	color: red;
}
div.go_to_top img {
	width: 12px;
	height: 12px; 
	vertical-align: middle;
}


/* footer */
#footer {
	clear: both;	/* floatの回りこみを解除*/
	width: 100%;
	background-color: #E5ECF6;
	text-align: center;
	padding: 20px 4px 10px;
}
#footer ul {
	font-size: 14px;
	margin:0px;
	padding:0px;
	list-style-position:inside;
	list-style-type: none;
	text-align:center;
}
#footer li {
	display:inline;
}
#footer p {
	margin-top: 10px;
	text-align: center;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
