/* CSS Document トップページ・共通部分*/

/* ボディ部分 */
body {
	background-color:#000000;
  background-repeat : repeat-x;
  background-attachment : fixed;
font-size: 80%;
color: #FFFFFF;
	
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", "Osaka", sans-serif;
	}


a {
	color: #FFFFFF;
	}
	

a:hover {
	color: #FF0000;
	}

/* ボディ部分終了 */




/* コンテナー部分 */
#container {
	width: 800px;
	text-align: center;
		
	margin-left: auto;
	margin-right: auto;
	}
	
/* コンテナー部分終了 */


/* ヘッダー部部分 */
#header {
	width: 800px;
	text-align: center;

	padding-bottom: 10px;
	}

	
/* ヘッダー部分終了 */	

/* コンテンツ部分 */	
#content {
	width: 800px;
	padding-bottom: 10px;
	clear: both;
	}
	
	
/* コンテンツ部分終了 */
	

	
/* フッター部分 */
#footer {
	clear: both;
}

#bottomline {
	border-bottom: #009900 double 3px;
}

.redstar { 
color:#FF0000;
}

.copylight {
color:#666666;
}

#menu {
margin-bottom: 5px;
}


/* フッター部分終了 */


/* 説明 */
.dmu {
color:#FFFFFF;
font-size: 140%;
font-weight:bold;
}

.dmu a {
color:#FFFFFF;
}

.dmu a hover {
color:#FFFFFF;
}