body {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	
}

#header {
	position: relative;
	padding-bottom: 10px;
}

#logo {
	padding-left: 10px;
}

#logo2 {
	position: absolute;
	right: 0;
	top: 0;
}

h1 {
	margin: 0 0 15px;
}


h2 {
	color: #FFFFFF;
	background: #74B1DA;
	margin: 20px 10px;
	padding: 5px 0 5px 15px;
	font-size: 12px;
	font-weight: bold;
}

#content {
	margin: 0 10px 20px;
}

#content table {
	margin: 0 0 20px;
	border-collapse: collapse;
	width: 100%;
}

#content table th {
	background-color: #3BA2E3;
	color: #FFFFFF;
	font-weight: bold;

}

#content table th,table td {
	padding: 7px;
	line-height: 1.35;
	text-align: left;
	vertical-align:top;
}

#content table td.sub {
	background-color: #E7F2FF;
}

#title {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 0 ;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

#copyright {
	width: 100%;
	border-top: #CECECE 10px solid;
	padding-top: 5px;
	text-align: right; 
}

#close {
background:#999999;
text-align:center;
padding:10px 0;
margin: 10px 0 0 0;
}
