﻿/* CSS layout */
body {

	background-color: #293896;
	margin: 0;
	padding: 0;
	//min-width: 720px;

}

#mastheadL {
	position: fixed; 
	z-index: 255;
	background-color: #293896;
	margin-top:0px;
	margin-left:0px;
	width: 20%;
	min-width: 180px;
	height:90px;
	text-align: left;

}

#mastheadC {
	position: fixed; 
	z-index: 255;
	background-color: #293896;
	margin-top:0px;
	margin-left:0px;
	width: 60%;
	//min-width: 360px;
	height:90px;
	text-align: center;
}


#mastheadR {
	position: fixed; 
	z-index: 255;
	background-color: #293896;
	margin-top:0px;
	margin-left:80%;
	width: 20%;
	min-width: 180px;
	height:90px;
	text-align: center;
}




#top_nav {
	position: fixed; 
	z-index: 254;
	background-color: #293896;
	width: 100%;
	//min-width: 720px;
	height:60px;
	top:90px;
	left:0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20%;
	padding-right: 20%;
	list-style: none;
	overflow: hidden;
	text-align: center;

}

#top_nav li {
	background-color: #EEEEff;
	z-index: 253;
	width: 11%;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	border-style: ridge ridge ridge ridge;
	border-color:#8f9efc;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 0%;
	padding-right: 0%;

}


#top_nav li a {
	z-index: 254;
	text-decoration: none;
	color: #293896;
	font-weight: bold;
	text-shadow: 1px 2px 3px #a0a0a0; 
 //padding: 20px;
}




#left_nav {
	position: fixed; 
	z-index: 254;
	background-color: #f0f3ff;
	top:0;
	left:0;
	margin-top: 150px;
	margin-left: 0px;
	padding-left: 5%;
	padding-right: 5%;
	list-style: none;
	overflow: hidden;
	width: 20%;
	height:1500px;

}

#left_nav li {
	background-color: #DDDDff;
	z-index: 253;
	width: 60%;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	border-style: ridge ridge ridge ridge;
	border-color:#8f9efc;
	margin-top: 20px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 50px;
	padding-left: 0%;
	padding-right: 0%;

}


#left_nav li a {
	z-index: 254;
	text-decoration: none;
	color: #293896;
	font-weight: bold;
	text-shadow: 1px 2px 3px #a0a0a0; 
	padding: 20px;
}











#container {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	//min-width: 360px;
	width: 100%;
	height:25600px;
}

#left_col {
	position: fixed;
	background-color: #f0f3ff;
	top:150px;
	left:0px;
	margin-top: 150px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
	width: 20%;
	height:25600px;
	float: left;
}

#right_col {
	position: fixed; 
	background-color: #f0f3ff;
	top:150px;
	left:0px;
	margin-top: 0px;
	margin-left: 80%;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0%;
	list-style: none;
	overflow: hidden;
	width: 20%;
	height:25600px;
	float: right;
}

#page_content {
	position: relative;
	z-index: 200;

	background-color: #f7f9ff;
	top:0px;
	left:0px;
	margin-top:150px;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0%;
	list-style: none;
	overflow: hidden;
	width: 60%;
	height:25600px;
}

#footer {
	z-index: 255;
	background-color: #293896;
	text-align: center;
	color: #fff;
	font-size: large;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding-top:7px;

	}


#footer a.footerlink:link{
	color: #ffffff;
}
#footer a.footerlink:visited{
	color: #ffffff;
}
#footer a.footerlink:hover{
	color: #ffffff;
}
#footer a.footerlink:active{
	color: #ffffff;
}
		




#footer left {
	z-index: 255;
	background-color: #293896;
	text-align: left;
	color: #fff;
	font-size: large;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top:7px;
	}

#footer right {
	z-index: 255;
	background-color: #293896;
	text-align: right;
	color: #fff;
	font-size: large;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top:7px;
	}


.footerlink {
  color: #fff;
  text-decoration:none;
}

a:link {
  color: #fff;
  text-decoration:none;
}


a:visited {
  color: #fff;
  text-decoration:none;
}
a:hover {
  color: #fff;
  text-decoration:none;
}
a:active {
  color: #fff;
  text-decoration:none;
}




.img_slider {
	//width: 240px;
	height: 270px;
	//height: 80%;

	
	
}

.cp_cssslider {
	width: 480px;
	//width: 80%;
	//min-width: 160px;
	//height: 405px;
	height: 270px;
	//max-height: 405px;
	//min-height: 180px;
	//min-height: 90px;
	overflow: hidden;
	margin: 2em auto;
	border: 10px solid #ffffff;
	box-shadow:3px 3px 5px 3px rgba(0,0,0,0.5);
}
.cp_slide_item {
	width: 480px;
	//width: 80%;
	//min-width: 160px;
	//height: 405px;
	height: 270px;
	//max-height: 405px;
	//min-height: 180px;
	//min-height: 90px;
	float: left;
	position: relative;
	z-index: -1;

}
.cp_slidewrapper {
	width: 600%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 30s ease-in-out 5s infinite normal ;
	}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-480px);
	transform: translateX(-480px);
	}
	40% {
	-webkit-transform: translateX(-960px);
	transform: translateX(-960px);
	}
	60% {
	-webkit-transform: translateX(-1440px);
	transform: translateX(-1440px);
	}
	80% {
	-webkit-transform: translateX(-1920px);
	transform: translateX(-1920px);
	animation-timing-function : step-end;
	}
	100% {
	-webkit-transform: translateX(-2400);
	transform: translateX(2400);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-480px);
	transform: translateX(-480px);
	}
	40% {
	-webkit-transform: translateX(-960px);
	transform: translateX(-960px);
	}
	60% {
	-webkit-transform: translateX(-1440px);
	transform: translateX(-1440px);
	}
	80% {
	-webkit-transform: translateX(-1920px);
	transform: translateX(-1920px);
	animation-timing-function : step-end;
	}
	100% {
	-webkit-transform: translateX(-2400);
	transform: translateX(-2400);
	}
}





#nowinfo {
	//background-color: #ffffff;
	height: 300px;
	width: 90%;
	z-index: 250;

	text-align: center;
	top:0px;
	left:0px;
	margin-top:200px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 200px;
	padding-left: 0%;
	padding-right: 0%;
	

	list-style: none;
	overflow: hidden;
}



#infodammy {
	background-color: #ffffff;
	height: 300px;
	width: 90%;
	z-index: 250;

	text-align: center;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	

	list-style: none;
	overflow: hidden;
}



#nowinfo li {
	background-color: #ddddff;
	z-index: 251;
	width: 99%;
	text-align: center;
	float: left;
	height: 40px;
	line-height: 40px;
	border-style: ridge ridge ridge ridge;
	border-color:#8f9efc;
	margin-left: 0%;
	margin-right: 0%;

}








.note2{
  color: #696969;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);
  text-align:left
}
.sen2{
  background-color: #fff;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.sen2 li{
	list-style: normal;
  color: #696969;
  margin: 2em 0;
  font-weight: bold;
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);


};;
		