@charset "utf-8";
/* CSS Document */

a	{color:#9FF}

/* コンテナ */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #006600}

div#header h1	{margin: 0}

div#header p	{margin: 0}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #006600}

ul#menu li	{list-style-type: none;
	float: left;}

ul#menu li a	{display: block;
	width: 125px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #006600;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #ffffcc;
color: #000000}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color:#060;
	color:#FFF}	

/* テーブル */	
div#content  table {
	border: 1px #000000 none;
	background-color: #FFF;
	text-align: left;
	font-size: 12px;
}

div#content table td {
	border: 1px #000000 none;
	background-color: #060;
	padding: 5px 10px;
	text-align: left;
	font-size:12px;
	color: #FFF;
}

div#content table td img{float: right}
	
div#content h2	{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:16px;
	background-color:#FFFFFF;
	color: #009;
}

div#content h3	{
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0;
	font-size:12px;
	background-color:#9C6;
	color:#000}
		
div#content p	{
	font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	text-align: left;}

/* フッター */
div#footer	{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#060;
	color:#C9EEBE}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center;
	background-color:#C9EEBE;
	color:#000}
	
#container #footer p {
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	padding: 0px;
	margin-bottom:0px}
	
#container #footer table {
	border: 0px none #004500;
}
#container #footer table tr td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#004500
}
#container #bread a {
	font-size: 12px;
	color: #000}
