@import url(default.css);

body
{
	border: 0;
	text-align: center;
	color: black;
	font-style: normal;
	background-color: #404040;
}

#container
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #dbdddd;
	width: 800px;
}

#masthead
{
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	line-height: 150%;
	background-color: #757777;
	width: 800px;
}

#navigation
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	line-height: 180%;
	background-color: #004455;
	overflow: hidden;
}

#column_l
{
	float: left;
	width: 540px;
	padding: 10px;
	margin: 0 auto;
	line-height: 150%;
	background-color: #eceeee;
	position: relative;
}

#column_r
{
	float: right;
	width: 220px;
	padding: 10px;
	line-height: 100%;
	background-color: #cacccc;
	position: relative;
}

#footer
{
	clear: both;
	overflow: auto;
	width: 800px;
	text-align: center;
	line-height: 120%;
	background-color: #757777;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 最上段のスタイル */
#masthead img
{
	float: left;
}

#masthead p
{
	font-size: 100%;
	color: #ffffff;
	margin: 14px 10px 0;
}

/* 左側 */
#column_l p
{
	font-size: 100%;
	line-height: 24px;
	margin: 5px 20px 0px 40px;
}

/* 右側 */
#column_r p
{
	font-size: 80%;
	line-height: 14px;
	margin: 4px 4px 4px 4px;
}

/* メニューのスタイル */
#navigation ul
{
	list-style-type: none;
	width: 800px;
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
}

#navigation a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #004455;
}

#navigation a:hover
{
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #004455;
	background-color: #0099aa;
}

/* フッターのスタイル */
#footer p
{
	font-size: 90%;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a
{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

/* リンクのスタイル */
a
{
	color: #777788;
	text-decoration: underline;
	margin: 1px;
}

a:hover
{
	text-decoration: none;
	margin: 1px;
}

.style_bold
{
	font-weight: bold;
}

.style_italic
{
	font-style: normal;
}

/* other */
.float_right
{
	float:right;
}

h1
{
	font-size: 120%;
	color: #000000;
	text-align: left;
	margin: 10px 20px 10px 10px;
}

h2
{
	font-size: 100%;
	color: #000000;
	text-align: left;
	margin: 10px 20px 4px 20px;
}

h4
{
	font-size: 80%;
	color: #aa0000;
	text-align: left;
	margin: 2px 20px 2px 20px;
}

