@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 128%;
	color: #0059B2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 18px;
	background-color: #fff;
 	background-image: url(../img/bg.png); 
	background-position: center top;
}
	a {
	text-decoration: none;
	color: #0059B2;
}
	a:hover {
	text-decoration: underline;
	color: #0059B2;
}
	a:visited {
	text-decoration: none;
	color: #0059B2;
}
a:link {
	color: #0059B2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0059B2;
}
.txt {
	font-size: 135%;
	line-height: 135%;
}
.wave {
}
.br {
	display: none;
}
img {
	border: none;
}
#contents {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#titlearea {
	position: relative;
	top: 13px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: auto;
	z-index: 200;
}
#logo {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#main {
	position: relative;
	top:-10px;
	background-color: #fff;
	width:1000px;
	height: auto;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	padding-top:10px
}
#mainphotobase {
	position: relative;
	width: 842px;
	height: auto;
	margin: 10px auto;
	padding: 11px;
	text-align: center;
	z-index: 90;
	text-align: center;
 	background-image: url(../img/photobase.png); 
}
#mainphoto {
	position: relative;
	top: 0px;
	left:0px;
	width:840px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#oadate {
	position: relative;
	top:-120px;
	z-index: 200;
}
#info {
	position: relative;
	top: -30px;
	margin: 0 auto;
	padding: 0;
/*	padding-left: 20px;
	padding-right: 20px;
*/	width: 90%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	font-size: 18px;
	line-height: 22px;
}
#backnumber {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 30px;
}
#lefticon {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	height: auto;
	text-align: center;
}
#gaiyo_upper {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 45px;
	width: 690px;
	height: auto;
	text-align: left;
	font-size: 100%;
	line-height: 140%;
}
#gaiyo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	width: 600px;
	height: auto;
	text-align: left;
/*	font-size: 100%;
	line-height: 120%;*/
}
#members {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 35px;
	width: 134px;
	height: 371px;
	text-align: center;
	overflow: hidden;
}

#footer {
	position: relative;
	top:-30px;
	width: 100%;
	height: auto;
	margin: 20px auto;
	background-color: #fff;
}
#copyright {
	margin: 0 auto;
	width:90%;
	font-size: 90%;
	line-height: 110%;
	margin-top: 15px;
	padding-bottom: 20px;
}
#copyright a {
	text-decoration: underline;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
