@charset "utf-8";



/*----ページ全体----*/
body {
	background-color: #ffffff;
}



/*----タイトルロゴ----*/
.logo_title {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	
	text-shadow:	2px 2px 1px #00ff00,
				-2px 2px 1px #00ff00,
				2px -2px 1px #00ff00,
				-2px -2px 1px #00ff00;
}



/*----リンク一覧----*/

/*テーブル*/
.contents_table {
	margin: auto;
	
	border: solid 1px #000000;
	border-spacing: 1px;
	background-color: #000000;
}

/*見出し*/
.contents_head {
	padding: 8px;
	
	text-align: center;
	
	font-weight: bold;
	
	background-color: #808080;
}

/*リンク*/
.contents_link {
	width: 400px;
	height: 40px;
	
	text-align: center;
	
	font-size: 24px;
	font-weight: bold;
	
	background-color: #ffffff;
}

/*日付*/
.contents_date {
	width: 110px;
	
	text-align: center;
	
	background-color: #ffffff;
}



/*----更新履歴----*/

/*テーブル*/
.change_table {
	margin: auto;
	
	border: solid 1px #000000;
	border-spacing: 1px;
	background-color: #000000;
}

/*見出し*/
.change_head {
	padding: 8px;
	
	text-align: center;
	
	font-weight: bold;
	
	background-color: #80c080;
}

/*日付*/
.change_date {
	width: 110px;
	
	text-align: center;
	
	background-color: #c0ffc0;
}

/*内容*/
.change_desc {
	width: 700px;
	
	padding-top: 8px;
	padding-bottom: 8px;
	
	background-color: #c0ffc0;
}