@charset "shift_jis";



/************************************************************************************
* up
************************************************************************************/
.imageup{
	width:600px;
}
.imageup img{
	-ms-interpolation-mode: bicubic;
	max-width: 300px;
}
* html body .imageup img {
	width: expression(this.width >= this.height ? "300px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}

/************************************************************************************
* resizeimage
************************************************************************************/
.resizeimage{
	width:600px;
}
.resizeimage img{
	-ms-interpolation-mode: bicubic;
	max-width: 450px;
	max-height: 400px;
}
* html body .resizeimage img {
	width: expression(this.width >= this.height ? "450px" : "auto");
	height: expression(this.width <= this.height ? "400px" : "auto");
}


/************************************************************************************
* tableevent
************************************************************************************/
.tableevent{
	border-collapse: collapse;
	margin: 10px;
}

.tableevent th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #00CCFF;
	border: 1px solid #b9b9b9;
}

.tableevent tr{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
}

.tableevent td{
	padding: 6px;
	vertical-align: middle;
	background-color: #EFEFEF;
	border: 1px solid #b9b9b9;
}



/************************************************************************************
* tablesp
************************************************************************************/
.tablesp{
	width: 580px;
	border-collapse: collapse;
	margin: 5px 5px;
}

.tablesp th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #EFEFEF;
	border: 1px solid #b9b9b9;
}

.tablesp tr{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
}

.tablesp td{
	padding: 6px;
	vertical-align: middle;
	background-color: #EFEFEF;
	border: 1px solid #b9b9b9;
}

.tablesp .a1{
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	width:9%;
}
.tablesp .a2{
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	width:25%;
}
.tablesp .a3{
	background-color: #DFFFFF;
	text-align: center;
	vertical-align: middle;
	width:17%;
}
.tablesp .a4{
	background-color: #FFDFDF;
	text-align: center;
	vertical-align: middle;
	width:17%;
}
.tablesp .a5{
	background-color: #FFF;
	vertical-align: middle;
	width:35%;
}
.tablesp .all{
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}

/************************************************************************************
* tablesp2
************************************************************************************/
.tablesp2{
	width: 920px;
	border-collapse: collapse;
	margin: 10px;
}

.tablesp2 th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #18375A;
	border: 1px solid #b9b9b9;
}

.tablesp2 tr{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
}

.tablesp2 td{
	padding: 6px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
}


/************************************************************************************
* tablesp3
************************************************************************************/
.tablesp3{
	width: 600px;
	border-collapse: collapse;
	margin: 10px;
}

.tablesp3 th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #18375A;
	border: 1px solid #b9b9b9;
}

.tablesp3 tr{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
}

.tablesp3 td{
	padding: 6px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
}



/************************************************************************************
* tablesp4
************************************************************************************/
.tablesp4{
	width: 600px;
	border-collapse: collapse;
	margin: 10px;
}

.tablesp4 th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #18375A;
	border: 1px solid #b9b9b9;
}

.tablesp4 tr{
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #b9b9b9;
}

.tablesp4 td{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
}

.tablesp4 hr{
    border: 0;
    border-bottom: 1px dashed #b9b9b9;
    background: #ffffff;
}



/************************************************************************************
* tablesp5
************************************************************************************/
.tablesp5{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.tablesp5 td{
	padding: 20px;
	text-align: left;
	font-weight: normal;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

/************************************************************************************
* tablesp6
************************************************************************************/
.tablesp6{
	width: auto;
	border-collapse: collapse;
	margin: 10px;
}

.tablesp6 th{
	padding: 6px;
	vertical-align: middle;
	background-color: #FFCC00;
	border: 2px solid #000000;
}


/************************************************************************************
* newsTable01
************************************************************************************/
.newsTable01{
	border-spacing: 0;
	border-collapse: collapse;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
}

.newsTable01 th,
.newsTable01 td{
	padding: 2px;
	text-align: left;
	font-weight: normal;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

.newsTable01 th{
	background-color: #ccc;
}


/************************************************************************************
* newsImgList
************************************************************************************/
.newsImgList{
	float: left;
	width: 200px;
}

.newsImgList .image{
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
}

.newsImgList .caption{
	display: block;
	margin-bottom: 1em;
	text-align: center;
}


.clear{
	clear: both;
}

/************************************************************************************
* newsImgList2
************************************************************************************/
.newsImgList2{
	float: left;
	width: 280px;
}

.newsImgList2 .image{
	display: block;
	margin-bottom: 0.5em;
	text-align: left;
}

.newsImgList2 .caption{
	display: block;
	margin-bottom: 1em;
	text-align: left;
	background-color: #ffffff;
}

.clear{
	clear: both;
}
/************************************************************************************
* newsImgList3
************************************************************************************/
.newsImgList3{
	float: left;
	width: 200px;
}

.newsImgList3 .image{
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
}

.newsImgList3 .caption{
	display: block;
	margin-bottom: 1em;
	text-align: center;
	background-color: #ffffff;
}


.clear{
	clear: both;
}

/************************************************************************************
* img
************************************************************************************/
p.resizeimage img { width: 100%; }

/************************************************************************************
* img
************************************************************************************/
p.resizeimage02 img {
	width:50%;
}