body {
	width:auto;
	height:auto;
	margin: 0;
}
a{
	outline:none;
	text-decoration:none;
}
img { border-width: 0px; }
a:link{ 
	outline:none;
	text-decoration:none; }
.whole{
	width:1024px;
	height:auto;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	color: #333;
	margin: 0 auto;
	padding: 0;
}

.logo {
	color: rgba(255, 255, 255, 0.9);
	font-size: 4em;
	font-weight: bold;
	margin: 0;
	position:relative;
	top: 60px;
	left: 60px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.button{
	margin-bottom:20px;
}
.obi{
	margin-bottom:30px;
}


/*　タイトルバー　*/

.ttlbar{
	background-color:;
	width:1024px;
	height:40px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	border-bottom: 0px solid rgba(0, 0, 0, 0.8);
}
.ttlbar td{
	border:solid 0px #000000;
	border-right: 0px solid rgba(255, 255, 255, 0.3);	
}
.ttlbar_left{
	width:222px;
	line-height: 50%;
	text-align:center;
	color:#dcdcdc;
	font-size:14px;
}
.ttlbar_middle{
	width:580px;
	line-height: 50%;
	text-align:center;
	color:#dcdcdc;
}
.ttlbar_right{
	width:222px;
	line-height: 50%;
}


.se{
	font-size:20px;
}
.sem{
	font-size:24px;
}

/*　トップパート　*/

#ttl {
	background: url("image/toppic2020_2.jpg") 50% 0 no-repeat;
	width:1024px;
	height:524px;
}
.content_1{
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	color: #333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}


/*　メニューバー　*/


.menubar{
	width:1024px;
	height:40px;
	background-color:;
	color:#191970;
	font-size:12px;
	font-family:"century gothic", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	text-align:center;	
	border-top: 0px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0px solid rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)inset;
	margin: 0 auto
}
.menubar td{
	border:solid 0px #000000;
	border-right: 1px solid rgba(255, 255, 255, 0.3);	
}
.menubar a{
	text-decoration:none;
	color:#191970;
}
.menubar a:hover{
	text-decoration:none;
	color:#191970;
	text-shadow: 0 0 8px rgba(0, 191, 255, 0.8);
	border-bottom: 1px solid #191970;
}
.menubar a:link{
	text-decoration:none;
	color:#191970;
}
.menubar a:visited{
	text-decoration:none;
	color:#191970;
}

.menubar_b1{
	width:120px;
	line-height: 50%;
}
.menubar_b2{
	width:120px;
	line-height: 50%;
}
.menubar_pr{
	width:110px;
	line-height: 50%;
}
.menubar_au{
	width:120px;
	line-height: 50%;
}
.menubar_cu{
	width:120px;
	line-height: 50%;
}
.menubar_bl{
	width:100px;
	line-height: 50%;
}

/*　トップ　*/

#info {
	background: url("") 50% 0 no-repeat;
	width:1024px;
	height:auto;
}
.content_i{
	border-top: 0px solid rgba(0, 0, 0, 0.4);
	border-bottom: 0px solid rgba(0, 0, 0, 0.4);
	color: #333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	text-align:center;
}
#info img{
	margin-top:30px;
}

/*　１号２号　*/
.monkeys{
	width:640px;
	height:auto;
	margin:0px auto;
	border-collapse:collapse;
}
.monkeys td{
	width:320px;
	border:solid 0px #ffffff;
	line-height: 50%;
}

/*　アイコン　*/

.icons{
	width:320px;
	height:0px;
	margin:0px auto;
	border-collapse:collapse;
}
.icons td{
	border:solid 0px #000000;
	margin:0px auto;
}


/*　インフォメーション　*/

#o_board{
	width:1024px;
	height:auto;
	background:#;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
	color:#696969;
	font-size:16px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;	
	-moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
	visibility:visible;       /* hidden */      /* visible */
}

	
#o_board a{
	text-decoration:none;
	color:#696969;
}
.hiniti{
	font-size:14px;
}
.str{
	font-size:22px;
	color:#ff4500;
}
.click{
	font-size:14px;
}

/*　トップページへボタン　*/

.topt{
	margin-bottom:20px;
}