@charset "Shift_JIS";

body {
    background-color: #0b142f;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1;
	width: 100%;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}

.main {
	margin: -17px 0 0;
	padding: 0 0;
	text-align: center;
	font-size:14px;
	overflow: hidden;
}

.main p {
	margin: 10px;
	padding: 0 0;
	}
	
.social {
	width:90%;
	position: absolute;
	top: 8px;
	right: 8px;
	text-align: right;
	z-index: 1;
}

.social p {
	display: inline;
	margin: auto 2px;
}

.table {
	margin: 0 0;
	padding: 10px 10px;
	text-align: center;
	font-size:14px;
	position:relative;
	overflow:hidden;
	color: #fff;
	line-height: 1.4;
}

.info {
	background: #0b142f url(../img/photobg.jpg) top center repeat;
	background-size:100%;
	margin: 0 0 15px;
	padding: 20px 10px 0;
	text-align: center;
	font-size:12px;
	position:relative;
	overflow:hidden;
	color: #fff;
	line-height: 1.4;
}

footer {
	color: #500000;
	font-size: 11px;
	margin: 20px 0 0;
	padding: 0;
}

footer p {
	text-align: center;
	margin: 20px 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer ul {
	text-align: right;
	margin: auto 5px 0 0;
}

footer img {
	margin: 0 5px;
}

#CopyRight {
    color: #fff;
    font-size: 8px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

/***********************************************/
