@charset "Shift_JIS";
@import url(common.css);

body{
	background-color: #3C5A69;
	color: #dddddd;

	background:transparent url("../back.jpg");
}

a{
	color: #dddddd;
	font-weight: bold;
}

#page
{
	width: 780px;
	padding: 10px;
}


#header
{
	width: 100%;
	height: 100px;

	background:transparent url("../title.jpg") no-repeat center;
}

#contents
{
	text-align: left;

	width: 900px;

	border-bottom: solid 1px #FC4128;
	padding: 10px;
}

#contents-left
{
	width: 340px;
	float: left;
}

#contents-center
{
	margin-left: 20px;
	float: left;
	width: 540px;
}

#contents-right
{
	margin-left: 20px;
	float: left;
	width: 200px;
}


#footer
{
	padding: 5px;

	clear: both;

	width: 100%;

	color: #aaaaaa;

	line-height: 120%;
}

.copyright
{

	text-align: right;
	float: right;
	font-weight: normal;
}


ul
{
	margin: 0 0 0 1em;
	padding: 1em;
}



h1 {
	margin-bottom: 5px;

	font-size: 130%;
	line-height: 130%;

	color: #eeeeee;
}


h2 {
	padding: 4px 0px 0px 17px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;

	font-size: 120%;

	color: #eeeeee;

	border-bottom: solid 1px #FC4128;
}


h3 {

	font-size: 110%;

	color: #eeeeee;
}


p
{
	margin-bottom: 5px;
}

.backlink
{
	text-align: right;
}


.document
{
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	border-left: solid 5px #FC4128;
}



table.schedule
{
	width: 100%;
}

table.schedule td
{
	font-size: 150%;
	border-bottom: solid 1px #FC4128;
	padding: 7px;
}

table.schedule td.title
{
	font-weight: bold;
}

.message {
	border: dashed 1px #FC4128;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #194070;
	color: #eeeeee;
}

