@charset "shift_JIS";
@import "sub.css";

/* --- 全体構造 --- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	color: #fff;
	background-color: #fff;
	}

p {
	margin: 0 0 0;
	padding: 5px;
}

#container {
	width: 700px;
	margin: 0px auto 0;
	padding: 0px 0px 0px 0px;
}

#contents {
	float: left;
	width: 700px;
	margin-bottom: : 3px;
	overflow: hidden;
}

#main
	{
	float: left;
	width: 520px;
	margin: 3px;
	text-align: left;
	background-color: #fff;
	border-right: #aab 1px solid;
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.5;
	overflow: hidden;
	}

.chart
	{
	margin: 0;
	padding: 3px;
	width: 520px;
	text-align: left;
	background-color: #fff;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	}

#side
	{
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 150px;
	text-align: left;
	background-color: #fff;
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	line-height: 1.8;
	}

#footer
	{
	clear: both;
	}





/* --- リンク設定 --- */
a:link,a:visited
	{
	color: #333;
	background: transparent;
	text-decoration: none;
	}

a:hover,a:active
	{
	color: #f63;
	background: transparent;
	text-decoration: none;
	}


/* --- サイドリスト ---*/

ul#sidemenu
	{
	width: 120px;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	top: 0;
	list-style: none;
	font-size: 10pt;
	text-align: left;
	color: #555;
	background: #fff;
	border-style: none;
	}


.list{
	list-style-type: disc;
	font-size: 8pt;
	line-height: 1.5;
	padding: 0px 0px 0px 20px;
	}



/* --- トップメニュー --- */

ul#topmenu
	{
	position: fixed !important;
	position: absolute;
	width: 680px;
	height: 22px;
	margin: 0px;
	padding: 0px 0px 5px 8px;
	top: 0;
	list-style: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #555;
	background: #5e5e7e;
	border-style: none;
	}

ul#topmenu li
	{
	display: inline;
	border-style: none;
	}

ul#topmenu a
	{
	padding: 2px 5px 0px 10px;
	}

#topmenu a:link,#topmenu a:visited
	{
	color: #fff;
	background: #5e5e7e;
	}

#topmenu a:hover,#topmenu a:active
	{
	color: #f73;
	background: #5e5e7e;
	}


/* --- フッタ --- */

#footer
	{
	width: 700px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 8pt;
	color: #333;
	background: #fff;
	}

#footer address
	{
	float: right;
	margin: 0;
	padding: 1em;
	font-style: normal;
	}

#footer p
	{
	margin: 0;
	padding: 1em;
	}


/* --- 段落書式 --- */

h1
	{
	margin: 5;
	padding: 10px 5px 5px 15px;
	font-size:20pt;
	color: #338;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	}

h2
	{
	margin: 5;
	padding: 10px 5px 5px 15px;
	font-size:13pt;
	color: #337;
	font-weight: bold;
	line-height: 1.2;
	}

h3
	{
	margin: 5;
	padding: 10px 5px 5px 0px;
	font-size:9pt;
	color: #447;
	line-height: 1.2;
	}

h4
	{
	margin: 0;
	padding: 10px 5px 5px 0px;
	font-size:8pt;
	color: #447;
	line-height: 1.2;
	}


#main p
	{
	margin: o;
	padding: 10px 40px 10px 20px;
	font-size:10pt;
	color: #335;
	line-height: 1.9;
	text-align: left;
	}

#side p
	{
	width: 125px;
	margin: 0;
	padding: 4px;
	font-size:8pt;
	color: #336;
	line-height: 1.5;
	text-align: left;
	}

