﻿/* タイトル部分 */
#header
{
	clear: both;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

#header H1 
{
	color: #ff0000;
	margin: 1px;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
}


/* メインコンテンツ＝ナビゲーション＆コンテンツ */
#main
{
	width: 750px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

#main H2
{
	margin: 2px;
	color: Black;
	margin: 2px 0px 5px 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}

#main H4 
{
	color: #0000ff;
}

/* ナビゲーションエリア（左） */
#navigation
{
	float: left;
	width: 150px;
	border: 2px solid;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

#navigation A 
{
	margin: 1px;
	font-size: medium;
}
#navigation A:link	{ text-decoration:none;color:#4169e1;font-weight:bold }
#navigation A:visited { text-decoration:none;color:#4169e1;font-weight:bold }
#navigation A:hover   { text-decoration:none;color:#FF0000;font-weight:bold }

/* メインコンテンツ */
#contents
{
	float: left;
	width: 550px;
	border: 2px solid;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

#contents A 
{
	margin: 1px;
	font-size: medium;
}
#contents A:link	{ color:#4169e1;font-weight:bold }
#contents A:visited { color:#4169e1;font-weight:bold }
#contents A:hover   { color:#FF0000;font-weight:bold }

/* フッター */
#footer
{
	clear: both;
	text-align: right;
	margin: 5px;
	padding: 5px;
}

#footer A 
{
	margin: 1px;
}
#footer A:link	{ text-decoration:none;color:#4169e1;font-weight:bold }
#footer A:visited { text-decoration:none;color:#4169e1;font-weight:bold }
#footer A:hover   { text-decoration:none;color:#FF0000;font-weight:bold }

li
{
	padding: 2px;
}

table#map_table
{
	border: 2px solid;
	border-collapse: separate;
	border-spacing: 10px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

td#map_td
{
	width: 20;
	height: 25;
	font-size: 18;
	font-weight: bold;
	text-align: center;
	color: white;
}

.message
{
	font-weight: bold;
}

.gogun {
	color: #FF0000;
}

.shokugun {
	color: #00FF00;
}

.gigun {
	color: #0000FF;
}

hr{margin:1px ;padding:1px; color:#999999;}