@charset "UTF-8";

*{margin:0;padding:0;}

/*-----------------------------------------------------------*/
	
/*ボディ部分*/	

body{
	text-align:center;
	margin:0 auto;
	background-image: url(../img/back_space.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#000000;
	width:800px;
}

/*-----------------------------------------------------------*/
/*リンク部分*/
a:link {
	color: #FF0000;
	text-decoration:none;
	
}

a:visited {
	color: #CC33FF;
	text-decoration:underline;
}

a:hover {
	color: #00FFFF;
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}


/*-----------------------------------------------------------*/
/*全体のくくり*/
#main{
	width:800px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	}	
/*-----------------------------------------------------------*/
	
/*TOPアニメ*/	
#anime{
	width:570px;
	height:350px;
	margin:0px 115px 0px 115px;
	text-align:center;
	}	

/*-----------------------------------------------------------*/

/*テーブルで組んでしまったメニューボタン*/
#menu{
	width:190px;
	height:190px;
	margin:0px 305px 40px 305px;
	padding:0px;
	text-align:center;
	border:none;
	}	
	
/*-----------------------------------------------------------*/

/*メニューボタンのほんとはいけないテーブル*/	
table{
	margin:0 auto;
	text-align:center;
	float:left;

	}
			
/*-----------------------------------------------------------*/

/*メールのpost*/
#post{
	width:30px;
	height:30px;
	margin:35px 0px 0px 30px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	
	}

/*-----------------------------------------------------------*/

	
/*注意書き*/
p span{
	font-size: x-small;
}	

/*-----------------------------------------------------------*/
/*ウルトラッパのボタン部分*/
#ultrappa{
	width:453px;
	height:49px;
	float:left;
	text-align:right;
	display: inline;/*IE6対策*/
	margin-bottom:35px;
	}
	
	


/*リンクとメールのボタン部分*/
#link_mail{
	width:347px;
	height:49px;
	float:left;
	text-align:center;
	margin-bottom:35px;
	}	

/*-----------------------------------------------------------*/
/*左揃えのPのクラス*/
.p{
	text-align:right;
	margin-right:120px;
	}


/*-----------------------------------------------------------*/

/*イメージのボーダーは無し*/
img{
	border:0px;
	}
	
	
#oshirase{
	width:800px;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
	font-weight:bold;
	line-height:3;
	}



#schedule{
	width:800px;
	height:100px;
	text-align:center;
	}	
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*新着情報*/
#overflow{
	overflow:scroll;
	width:750px;
	height:200px;
	border:none;
	margin:0 auto;
	padding:7px;
	font-size:0.8em;
	text-align:left;
	background-color:#ffffcc;
	}
	
	
/*-----------------------------------------------------------*/
	
		
/*フッター*/
#footer{
	width:100%;
	background-color:#000000;/*くろ*/
	color:#ffffff;/*文字ホワイト*/
	margin:35px 0px 0px 0px;
	padding:0px;
	clear:both;
	font-size: small;


	}
	
	
/*下に固定のフッター
	div#footer{
	width:100%;
	width:800px;
	position:absolute;
	bottom:0px;
	height:50px;
	background:#000000;/*くろ*/
	/*color:#ffffff;/*文字ホワイト*/
	/*font-family: "Times New Roman", Times, serif;*/
/*	}*/	
	
	
