@charset "UTF-8";
body {
	overflow-y: scroll;
	width: 100%;
	text-align:center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	line-height:1.6;
	padding: 0px;
	background-color: white;
	font-size: 16px;
	font-family: helvetica, arial, 'メイリオ' , 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif ;
	color: darkslategray;
	-webkit-text-size-adjust: 100%;
}
.foot {
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	border-top:1px solid #008080;
	color:dimgray;
	font-size:14px;
}	
.rootdiv {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
.maindiv {
	display: table;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-collapse: separate;
	border-spacing: 0 0;
}
.left_div {
	display: table-cell;
	width:240px;
	vertical-align:top;
}
.right_div {
	display: table-cell;
	width:750px;
	padding-left:10px;
}
.login_menu {
	width:240px;
	margin-top:0px;
	border:1px solid #008080;
}
.chuui_menu {
	width:240px;
	margin-top:20px;
	border:1px solid crimson;
	background:ivory;
}
.left_menu {
	width:240px;
	margin-top:20px;
	border:1px solid #008080;
}
.tdiv01 {
	color:white;
	font-size:16px;
	background:teal;
	padding-top:8px;
	padding-bottom:8px;

}
.tdiv02 {
	text-align:left;
	font-size:12px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:3px;
}
.tdiv03 {
	background:	ivory;
	font-size:14px;
	color:navy;
	border-bottom:1px solid #008080;
}
.tdiv04 {
	padding:5px;
}
.tdiv05 {
	text-align:center;
	font-size:16px;
	padding:15px;
	border-bottom:1px solid #008080;
	color:crimson;
}
.tdiv06 {
	color:crimson;
	font-size:16px;
	padding-top:15px;
	padding-bottom:20px;
}
.tdiv07 {
	border-top:1px solid #008080;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	text-align:left;
}
.tdiv08 {
	display:table;
	width:235px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:left;
}
.tdiv09 {
	display:table;
	width:235px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	text-align:left;
	border-top:1px solid #008080;
}
.tdiv10 {
	width:240px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #008080;
}
.tdiv11 {
	display:table;
	width:240px;
	padding-top:10px;
	padding-bottom:10px;
}
.tdiv12 {
	display:table;
	width:240px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid crimson;
}
.tdiv13 {
	display:table;
	text-align:left;
	font-size:16px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:0px;
}
.tdiv14 {
	text-align:left;
	padding-top:0px;
	padding-left:24px;
	line-height:1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prefdiv {
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	line-height:1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tdiv14 a {
	color:dimgray;
	font-size:13px;
}
.tdiv15 {
	display:table;
	width:240px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}
.tdiv15_1{
	display:table-cell;
	text-align:center;
	font-size:14px;
	width:80px;
}

.premenu {
	display:table-cell;
	width:25px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}
.lgmenu1 {
	display:table-cell;
	width:25px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}
.lgmenu2 {
	display:table-cell;
	vertical-align:middle;
	padding-left:5px;
}
.lgmenu2 a {
	color:#005654;
	text-decoration: none;
}
.ca {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding-right:2px;
}
.gien {
	background:#f4ffff;
}
.insta {
	width:750px;
	border:1px solid silver;
	margin-bottom:20px;
}
/*ボタン*/
.button {
	border:1px solid #008080;
	width:22px;
	height:16px;
	cursor: pointer;
	outline:none;
 	padding:0px;
	background-color:white;
	color:red;
}

#log_button {
	width:180px;
	height:30px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 30px;
	background-color: #008080;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
}
#log_button:hover {
	background-color: #009980;
	color: #fff;
	cursor: pointer;
}
#log_button:active {
	background-color: #009980;
	color: #fff;
	outline:none;
}
.tbutton {
	width:180px;
	height:30px;
	font-size: 16px;

	padding: 5px 30px;
	background-color: #008080;
	color: #fff;
	border-style: none;
	box-shadow: 2px 2px 3px 1px #666;
		-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
}
.tbutton:hover {
	background-color: #009980;
	color: #fff;
	cursor: pointer;
}
.tbutton:active {
	background-color: #009980;
	color: #fff;
	outline:none;
}
.konshu {
	width:240px;
	text-align:center;
	font-size:12px;
	color:dimgray;
	border-bottom:1px solid silver;
}
/*span*/
#log_err {
	padding-top:10px;
	color:crimson;
	font-size:12px;
	text-align:center;
}
.tspan02 {
	font-size:14px;
	color:gray;
}
.tspan03 {
	font-size:12px;
	color:gray;
}
/*今週の開催*/
.kon {
	display:table;
	text-align:left;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom:1px solid silver;
}
.kon1 {
	display:table-cell;
	width:50px;
	text-align:right;
}
.kon2 {
	display:table-cell;
	display:block;
	width:180px;
	padding-left:5px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kon2 a {
	color:#005654;
	text-decoration: none;
}
.kon2 a:hover {
	color:crimson;
	text-decoration: underline;
}

/*その他*/
#passcheck {
	vertical-align:middle;
}
img {
	vertical-align:middle;
}
.chuui {
	width:18px;
	vertical-align:middle;
}
.ya {
	outline:none;
}

