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

body {
	background:#fd0;
}


a {
	text-decoration:none;
}

table {
	border-collapse: collapse;
	width:80%;
	margin:auto;
	margin-top:20px;
	font-size:small;
}

table#tt th {
	border: solid 1px #fff;
	color: #ooo;
	/* background: #eee; */
	text-align:center;
	height:40px;
}

th.tp {
	width:30%;
}

table#tt td {
	border: solid 1px #fff;
	color: #000;
	/* background: #eee; */
	text-align:left;
	padding:10px;
	height:40px;
	overflow:hidden;
}

table#mn td {
	color: #000;
	text-align:center;
	padding:5px;
	height:40px;
	width:12%;
}


thead th {
	background: #fe0;
}

tr.nrow th {
	background: #fe0;
}

tr.nrow td {
	background: #ff0;
	color:#600;
	font-size:large;
}



td.ckd {
	background:#fe0;
}

td.prpr {
	background:#fd0;
}

td.jim {
	background:#fe0;
}


.gotop {
	text-align:right;
}


#ust {
	width:920px;
	margin:auto;
	padding:0;
}

#ust iframe {
	float:left;
}



/* SNS */

.sns {
	position:fixed;
	height: 31px;
	margin:0;
	padding:0;
	right:0px;
	top:0px;
	z-index:10;
	float:left;
	}

.sns .btn {
	float:left !important;
	border:0 !important;
	padding:0 4px 0px 0 !important;
	margin:0 !important;
	height:21px !important;
	text-indent:0 !important;
	}

.sns .btn img{
	border:0 !important;
	padding:0;
	margin:0;
	vertical-align:top !important;
	}
	

/* TOP IMG */

.topimg {
	width: 100%;
	min-width: 600px;
	position: relative;
	margin-top:10px;
}

.topimg img {
		width: 100%;
		position: absolute;
}

/* HEAD */

#head {
	position:fixed;
	display:block;
	width:100%;
	background:#fff;
	border-bottom:solid #ddd 1px;
	height: 30px;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
	right:0px;
	z-index:10;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
