body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	margin: 0;
	padding: 0;
}
div#frame{
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
table{
	border-collapse:collapse;
	font-size: 12px;
	line-height: 130%;
}
form{
	margin: 0;
}
img{
	border-width:0px;
}
.c_both{
	clear: both;
}
.link{
	color: #3333FF;
	cursor: pointer;
	text-decoration: underline;
}
p{
	margin: 0;
}
/*トップ画像*/
img#top{
	margin-bottom: 10px;
}
/*メンバー情報*/
table#menber{
	width: 380px;
	border: solid 1px #ffffff;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0099, endColorStr=#000000);
	color: #ffffff;
	 
}
table#menber th.info{
	font-size: 14px;
	height: 30px;
	padding: 5px;
	border: solid 1px #ffffff;
	background-image: url(images/gold.jpg);
	color: #ffffff;
	font-weight: normal;
}
table#menber td{
	border: dashed 1px #ffffff;
	text-align: center;
	width: 25%;
	vertical-align: middle;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0099, endColorStr=#000000);
}
table#menber td.mov{
	border: solid 1px #ffffff;
	text-align: left;
	width: 25%;
	vertical-align: middle;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#FF0099, endColorStr=#000000);
}
table#menber td img{
	display: block;
	margin: 0 auto;
}


/*エントリー1*/
table#entry1{
	width: 350px;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
}
table#entry1 td{
	border: solid 1px #ffffff;
	padding: 3px;
	text-align: left;
}
table#entry1 td.item{
	text-align: right;
	width: 100px;
}

/*流れ*/
table#flow{
	width: 800px;
	border: solid 1px #ffffff;
	text-align: center;
	margin-bottom:10px;
}
table#flow th{
	height: 30px;
	font-size: 16px;
	letter-spacing: 0.5em;
	color: #FF0000;
	border-bottom: dashed 1px #ffffff;
	line-height: 130%;
}
table#flow td{
	padding-top: 5px;
}

/*左カラム*/
div.left{
	float: left;
}
div.right{
	float: right;
}
table.point{
	margin-bottom:10px;
	width: 395px;
	border: solid 1px #ffffff;
}
table.point th{
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	text-align: center;
}
table.point td{
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}
table.point td.img{
	width: 130px;
	height: 160px;
}
table.point td p.ti{
	background-color: #999999;
	font-size: 14px;
	color: #FFFFFF;
	border: double 3px #ffffff;
	height: 25px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

/*エントリーフォームその2*/
div#entry2{
	background-image: url(images/entry2_bck.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 360px;
	padding: 1px;
	margin-bottom: 10px;
}
div#entry2 table{
	width: 390px;
	height: 270px;
	color: #000000;
	margin: 60px 20px 10px 400px;
}
div#entry2 table td{
	padding: 3px;
	text-align: left;
}
div#entry2 table td.item{
	text-align: right;
	width: 100px;
}
/*フッター*/
p.copyright{
	font-size: 10px;
}
