/* ------------ body ------------ */
body
{
	color: #446699;
	background-color: #ffffff;
	margin: 0;
}
a:link
{
	color: #446699;
	text-decoration: none;
}
a:visited
{
	color: #446699;
	text-decoration: none;
}
a:hover
{
	color: #446699;
	background-color: #e0f0ff;
	text-decoration: underline;
}

/* ----------- border ----------- */
table
{
	border-collapse: collapse;
}
table, th, td, div, h1
{
	border: 0px solid #446699;
}
th
{
	background-color: #e0f0ff;
}

/* ----------- ナビ ----------- */
div.nav
{
	background-color: #e0f0ff;
	margin: 0;
	padding: 0em 0em 0em 1em;
	width: 700px;
}
span.current
{
	font-weight: bold;
}

/* ----------- 汎用 ----------- */
div.general /* 全体 */
{
	text-align: left;
	width: 700px;
	position: static;
}
div.cr /* 奥付 */
{
	text-align: right;
	margin-top: 1em;
	padding-top: 0.5em;
	border-width: 1px 0px 0px 0px;
	width: 700px;
	clear: both;
}

/* ----------- 左メニュー ----------- */
div.menu
{
	width: 155px;
	float: left;
}
ul.menu
{
	line-height: 1.6em;
	list-style-type: square;
	margin: 2.5em;
}

/* ----------- 本文 ----------- */
div.title
{
	margin: 0em;
	padding: 0em;
	width: 540px;
	float: right;
}

/* ----------- 更新履歴 ----------- */
div.history
{
	border-width: 1px;
	text-align: center;
	margin: 1em;
	padding: 0.3em 1em;
	width: 500px;
	float: right;
}
span.title
{
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1em;
}
p.date
{
	text-align: left;
	margin: 0.5em 1em 0.2em 1em;
}
span.date
{
	font-size: 0.9em;
	text-decoration: underline;
}
ul.history
{
	text-align: left;
	margin: 1em 1em 0.2em 3em;
	line-height: 1.3em;
	list-style-type: square;
}

/* ----------- 予定 ----------- */
table.schedule_year
{
	text-align: center;
	vertical-align: middle;
	margin-top: 2em;
	width: 540px;
	float: right;
}
caption.schedule_year
{
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5em;
}
th.month
{
	border-width: 1px 0px;
	width: 10%;
}
th.event
{
	border-width: 1px 0px;
	width: 40%;
}
th.comment
{
	border-width: 1px 0px;
	width: 50%;
}
td.month
{
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
}
td.event
{
	border-width: 0px 0px 1px 0px;
}
td.comment
{
	text-align: left;
	border-width: 0px 0px 1px 0px;
}

table.schedule_month
{
	background-color: #e0f0ff;
	text-align: center;
	vertical-align: middle;
	margin-top: 2em;
	border-width: 1px;
	width: 540px;
	float: right;
}
caption.schedule_month
{
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5em;
}
th.time
{
	border-width: 0px 1px 0px 0px;
}
th.day
{
	border-width: 1px 1px 0px 0px;
}
td.day
{
	text-align: left;
	vertical-align: top;
	border-width: 1px 1px 0px 0px;
	width: 60px;
	height: 60px;
}
span.day
{
	font-weight: bold;
}

/* ----------- 戦果 ----------- */
table.report
{
	text-align: center;
	vertical-align: middle;
	margin-top: 2em;
	border-width: 1px;
	width: 540px;
	float: right;
}
caption.rep
{
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.5em;
}
th.rep_day
{
	border-width: 0px 1px 0px 0px;
	width: 16%;
}
th.game
{
	border-width: 0px 1px 0px 0px;
	width: 52%;
}
th.team
{
	border-width: 0px 1px 0px 0px;
	width: 19%;
}
th.rank
{
	border-width: 0px 1px 0px 0px;
	width: 13%;
}
td.rep_day
{
	background-color: #e0f0ff;
	font-weight: bold;
	border-width: 1px 1px 0px 0px;
	padding: 0.3em 0em;
}
td.game
{
	border-width: 1px 1px 0px 0px;
	padding: 0.3em 0em;
}
td.team
{
	border-width: 1px 1px 0px 0px;
	padding: 0.3em 0em;
}
td.rank
{
	border-width: 1px 1px 0px 0px;
	padding: 0.3em 0em;
}
table.year
{
	text-align: center;
	border-width: 0px;
	margin-top: 1.5em;
	width: 540px;
	float: right;
}
td.year
{
	border-width: 0px;
}
ul.year
{
	width: 100%;
	margin: 0;
}
li.year
{
	display: inline;
	width: 50px;
}

/* ----------- リンク ----------- */
div.link
{
	margin-top: 1em;
	width: 500px;
}
div.link a:link
{
	color: #446699;
	text-decoration: underline;
}
div.link a:visited
{
	color: #446699;
	text-decoration: underline;
}
h1.category
{
	font-size: 1em;
	text-indent: 1em;
	margin: 1em 0em 0.5em 0em;
	border: 0px solid #446699;
	border-width: 0px 0px 1px 0px;
}
ul.category
{
	color: black;
	line-height: 1.3em;
	list-style-type: none;
	margin-top: 0.3em;
}

/* ----------- info ----------- */
div.info
{
	margin-top: 1.5em;
	float: left;
}
h1.info
{
	font-size: 1em;
	text-indent: 0.5em;
	border-left-width: 0.3em;
	padding: 0.1em 0em;
	margin-bottom: 0.5em;
}
div.info ul
{
	margin-top: 0.5em;
	margin-left: 4em;
}
div.info p
{
	margin-top: 0.5em;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

