@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding: 0;	
	background:url(bg-items.jpg) no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
}
body {
width: 100%;
height: 100%;
position: fixed;
top:0;
left:0;
margin:0;
padding: 0;
background: url(bg-dot_blk50.png) left top repeat;
}
#wrapper{width: 100%;font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;}
table , th , td {
	background-color: rgba(255,255,255,.7);
	border-collapse: collapse;
	border: solid 1px #ccc;
	}
table {
	width: 65%;
	margin: 0px auto 0;
	}
th, td {padding: 15px;}
th {}
tr#summ {
	text-shadow: rgba(0,0,0,.5) 1px 1px 3px;
	background-color: #06F;
	font-size: 1.3em;
	color: #fff;
	}