
body {
	margin: 0;
	padding: 0;
	background-color: #000033;/*ページ背景色*/
	color:#FFFFFF;
	font-size: medium;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-size: medium;
	line-height: normal;
	margin: 0;
	padding: 0;
}

a:link {
	outline: none;
	text-decoration:none;
	color:#CCFFFF;
}

a:visited {
	outline: none;
	text-decoration:none;
	color:#CCFFFF;
}

a:active {
	outline: none;
	text-decoration:none;
	color:#CCFFFF;
}

a:hover {
	outline: none;
	text-decoration:underline;
	color:#FFCCFF;
	
}

a img {
	outline: none;
	border: none;
}

a:hover img {
	outline: 1px dotted #ffffff;
}

p {
	margin: 0;
	padding: 0;
}



/*親BOX*/
#content {
	text-align: center;
	margin: 20px auto 1000px ;
	width: 800px;
	padding: 0px;
	background-color: #6699FF;

	/*border-top: 5px #ffffff solid;
	border-left: 5px #ffffff solid;
	border-right: 5px #ffffff solid;
	border-bottom: 5px #ffffff solid;*/
}

/*ヘッダ部分*/
#header {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding: 0 0;
	background-color: ;
}

#header iframe {
	width: 790px;
	height: 560px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	border: none;
}



#lineuplist {
	clear: both;
	width: 790px;
	height: 325px;
	text-align: left;
	margin: 5px auto;
	padding: 0px;
	background-color: #669966;
	overflow-x: hidden;
	overflow-y: hidden;
}

#lineuplist iframe {
	width: 790px;
	height: 325px;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}



#footer {
	margin: 0 auto;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	width: 790px;
	height: 30px;
	padding:  0;
	line-height: 30px;
	background-color: 6699FF;

}

#footer span {
	font-style: normal;
	font-weight: bold;
	letter-spacing: ;
}

div.sponsor {/*スポンサードリンク*/
	margin: 0 auto;
	padding: 5px;
	width: 780px;
	height: px;
	text-align: center;
	font-size: ;
	background-color: #6699FF;

}

.center {
	width: auto;
	text-align: center;
}



.size95 {
	font-size: 95%;
}

.br5 {
	line-height: 50%;
}

.br2 {
	line-height: 20%;
}

.white {
	color: white;
}

.red {
	color: red;
}

.right {
	width: auto;
	text-align: right;
}