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


/* ----------------------------------------------------------------------------------------------------
	リセット
---------------------------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,p,blockquote{
	margin:0;padding:0;
}
/*
table{
	border-collapse:collapse;border-spacing:0; font-size:100%;
}
*/
img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
ul li,ol li { list-style:none; } 
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
a img{border:none;}

/* ----------------------------------------------------------------------------------------------------
	各ページ共有セレクタ
---------------------------------------------------------------------------------------------------- */

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff8dc;	
}

a{
	color: #000000;
	text-decoration: none;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.logo{
	height: 120px;
	width: 446px;
	float: left;
	margin: 0px;
	display: block;
}

.user_navi{
	height: 120px;
	width: 554px;
	float: left;
	margin: 0px;
	text-align: right;
}

.user_navi li{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	height: 22px;
	width: 22px;
	float: left;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	overflow: hidden;
	border-radius: 13px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 13px;
	/*Firefox用*/
	-moz-border-radius: 13px;
	background-color: #A6A6A6;
}

.pos {
	vertical-align: top;
	margin: 4px 0px 0px;
	padding: 0px;
	position: relative;
}

/*  WEBスペース（メイン）*/
.main_contents {
	margin: 20px auto;
	padding: 0px;
	border-width: 1px;
	border-color: #778899;
	border-style: solid;
	top: 20px;
	right: auto;
	bottom: 20px;
	left: auto;
	width: 1000px;
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	-moz-box-shadow: 5px 5px 3px #778899;
	-webkit-box-shadow: 0px 0px 5px 0px #778899;
	box-shadow: 0px 0px 5px 0px #778899;
	border-radius: 30px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 30px;
	/*Firefox用*/
	-moz-border-radius: 30px;
}

.header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 1000px;
	display: block;
}

.contents_image {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 1000px;
	height: 100px;
}

.side_navi{
	color: #000000;
	margin: 0px;
	padding: 0px 10px;
	height: 60px;
	width: 980px;
	/* Firefox */
	background: -moz-linear-gradient(top center, #fff 0%, #999 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#999));
	/* 共通 */
	background: linear-gradient(top center, #fff 0%, #999 100%);
}

a .slide_button1{
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 40px;
	width: 196px;
	display: block;
}

a .slide_button2{
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 40px;
	width: 196px;
	display: block;
}

a .slide_button1:hover{
	color: #DC143C;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 40px;
	width: 196px;
	display: block;
	/* Firefox */
	background: -moz-linear-gradient(top center, #999 0%, #fff 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#999), to(#fff));
	/* 共通 */
	background: linear-gradient(top center, #999 0%, #fff 100%);
}

a .slide_button2:hover{
	color: #DC143C;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 40px;
	width: 196px;
	display: block;
	/* Firefox */
	background: -moz-linear-gradient(top center, #999 0%, #fff 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#999), to(#fff));
	/* 共通 */
	background: linear-gradient(top center, #999 0%, #fff 100%);
}

.content{
	text-align: center;
	margin: 5px 20px 10px;
	padding: 0px;
}

.content_title {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px;
	padding: 0px 0px 0px 15px;
	width: 945px;
	background-image: url('../images/title_top.png');
	background-repeat: repeat-y;
	background-position: left center;
}

.footer {
	font-size: 0.8em;
	margin: 0px;
	padding: 10px 0px 30px;
	border-top-width: 3px;
	border-top-color: #000000;
	border-top-style: dotted;
	height: 60px;
	width: 1000px;
	display: block;
}

.footer_link{
	margin-bottom: 30px;
	padding-right: 400px;
	padding-left: 400px;
	clear: none;
	width: 200px;
	display: block;
}

.footer_comm{
	text-align: center;
	width: 1000px;
	display: block;
}

.footer a li {
	color: #000000;
	float: left;
	width: 100px;
}

.footer a li:hover {
	color: #DC143C;
	font-style: italic;
	float: left;
	width: 100px;
}

/*　チーム紹介　*/

#map_canvas {
	width: 780px;
	height: 600px;
}

.information{
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 760px;
}

.info_l{
	margin: 0px 0px 10px;
	padding: 5px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	float: left;
	height: 155px;
	width: 363px;
	display: block;
}

.info_r{
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	float: left;
	height: 155px;
	width: 363px;
	display: block;
}

.kyocho {
	font-weight: bold;
}

a .b_btn {
	text-align: center;
	margin-top: 10px;
	margin-right: 280px;
	margin-left: 280px;
	padding: 5px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	height: 25px;
	width: 200px;
	background-color: #CCCCCC;
	display: block;
}

a .b_btn:hover {
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 280px;
	margin-left: 280px;
	padding: 5px;
	height: 25px;
	width: 200px;
	background-color: #DC143C;
	display: block;
}

a .b_btn3 {
	text-align: center;
	margin-top: 30px;
	margin-right: 190px;
	margin-left: 190px;
	padding: 5px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
	height: 25px;
	width: 240px;
	background-color: #CCCCCC;
	display: block;
}

a .b_btn3:hover {
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	margin-right: 190px;
	margin-left: 190px;
	padding: 5px;
	height: 25px;
	width: 240px;
	background-color: #DC143C;
	display: block;
}

.form_area {
	text-align: left;
	margin-right: 79px;
	margin-left: 79px;
	padding: 0px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: none;
	height: 470px;
	width: 800px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 20px;
	/*Firefox用*/
	-moz-border-radius: 20px;
}

.form_area1 {
	text-align: center;
	margin-right: 79px;
	margin-left: 79px;
	padding: 200px 0px 0px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: none;
	height: 270px;
	width: 800px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 20px;
	/*Firefox用*/
	-moz-border-radius: 20px;
}

.form_area2 {
	text-align: left;
	margin-right: 79px;
	margin-left: 79px;
	padding: 10px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: none;
	height: 1300px;
	width: 780px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 20px;
	/*Firefox用*/
	-moz-border-radius: 20px;
}

.form_area3 {
	text-align: left;
	margin-right: 79px;
	margin-left: 79px;
	padding: 0px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: none;
	height: 1000px;
	width: 800px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 20px;
	/*Firefox用*/
	-moz-border-radius: 20px;
}

.form_area4 {
	text-align: left;
	margin-right: 79px;
	margin-left: 79px;
	padding: 0px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: none;
	height: 1865px;
	width: 800px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	/*Safari、Chrome用*/
	-webkit-border-radius: 20px;
	/*Firefox用*/
	-moz-border-radius: 20px;
}

.form_area4 table {
	margin: 0px;
	padding: 0px;
}

td#midasi {
	color: #FFFFFF;
	text-align: center;
	background-color: #DC143C;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}

td#naiyo {
	background-color: #FFF8DC;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
}

td#midasi0 {
	color: #FFFFFF;
	text-align: center;
	background-color: #DC143C;
}

td#naiyo0 {
	background-color: #FFF8DC;
}

.form_area li .item {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 10px 10px 5px;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	float: left;
	height: 30px;
	width: 130px;
	background-color: #DC143C;
	display: block;
}

.form_area li .ans {
	text-align: left;
	margin: 0px;
	padding: 10px 10px 5px;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	float: left;
	height: 30px;
	width: 630px;
	background-color: #FFF8DC;
	display: block;
}

.form_area li .item_l {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 10px 10px 5px;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	float: left;
	height: 180px;
	width: 130px;
	background-color: #DC143C;
	display: block;
}

.form_area li .ans_l {
	text-align: left;
	margin: 0px;
	padding: 10px 10px 5px;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	float: left;
	height: 180px;
	width: 630px;
	background-color: #FFF8DC;
	display: block;
}

.form_area li .item0 {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	float: left;
	height: 50px;
	width: 800px;
	display: block;
}

.left_area {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 630px;
	display: block;
}

.right_area {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	display: block;
}

.act_list li{
	margin-left: 30px;
	list-style-type: disc;
}

.calender {
margin-right: 79px;
margin-left: 79px;
height: 600px;
width: 642px;
display: block;
}

.qr_code{
text-align: left;
margin-right: 79px;
margin-left: 79px;
height: 90px;
width: 642px;
display: block;
}

/*swapimage*/
.navigation-container{
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	height: 265px;
	width: 800px;
}

div.slideshow-container {
	margin: 0px;
	padding: 19px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	float: left;
	position: relative;
	height: 227px;
	width: 302px;
	display: block;
}

.slideshow-container img {
border-width: 1px;
border-color: #000000;
border-style: solid;
}

div.menu-container {
	padding: 20px;
	float: left;
	height: 225px;
	width: 300px;
	display: block;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
}

/*画像固定*/
div.slideshow span.image-wrapper {
display: block;
position: absolute;
top: 20px;
left: 15px;
}

div.slideshow img {
border-style: solid;
border-width: 1px;
}

.menu_container li a.thumb{
margin: 0px;
padding: 0px;
border-width: 1px;
border-color: #336666;
border-style: solid;
height: 50px;
width: 200px;
background-color: #33CC00;
display: block;
}

/*車椅子バスケットボール*/
.main_img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	height: 225px;
	width: 300px;
	display: block;
	overflow: hidden;
}

#photo_ttl {
	font-weight: bold;
}

td.archives a:hover{
	color: #FF0066;
	padding-left: 10px;
}

/* 追記2020.08.10 */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 1;
    opacity: 1;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}