/* スタイルシート メニュー */
@charset "utf-8";

body {
	padding: 0px 0px 0px 1px; /* ieセンターのずれ防止 */
	margin: 0px;
	text-align: center; /* ページの背景 */
	font-size: small;
	background-color: #FFCC66;
	background-image: url(../img/pageback_800.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto; /* center */
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color:#003300;
	border-left-color: #006b33;
	border-right-style: solid;
	border-left-style: solid;	
	background-image: url("../img/container_800.gif");
	background-repeat: repeat-y;
}
a	{
	border-style:none;
	text-decoration:none;	
}
a img	{
	border-style: none;
	/*
	text-decoration:none;
	*/
	margin:0;
}

/* header -------------------------------------------------------------- */
#header {
	height:308;
	background-color: #FFFFFF;
	text-align: left;
}
#header img {
	text-align: left; 
	border-style: none;
	text-decoration: none;
	vertical-align: bottom; 
}
#header p {
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-color: #666666;
	color: #FFFFFF;
	font-size: x-small;
}
#header_bottom img {
	text-align: left; 
	border-style: none;
	text-decoration: none;
	margin: 0px;
	vertical-align: bottom;
}
/* sidebar -------------------------------------------------------------- */
#sidebar {
	width: 195px;
	float: left;
/*	background-color:#B2B2B2;   */
	margin: 0px;
	padding: 0px;
}
#sidebar p {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: x-small;
	color: #333333;
	margin: 5px;
}
#sidebar p.backnumber	{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:1em;
	color:#FFFFFF;
}
#sidebar img{
	border-style: none;
	text-decoration: none; 
	vertical-align: bottom;
}
#sidebar img.pop	{
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar table.baner	{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align:left;
	margin-left:10px;
	padding-bottom:10px;	
}
/* content -------------------------------------------------------------- */
#content {
	width: 605px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#content .pankuzu {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:0.875em;
	text-align: left;
	margin: 15px;
}
#content a img	{
	border-style: none;
	/*
	text-decoration:none;
	*/
	margin:0;
}
#content a:hover {
	text-decoration:underline;
}
#content p	{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:0.875em;
	color:#333333;
	line-height:1.5;
	text-align: left;
	margin-left:25px;
	margin-right:25px;
}
#content p.backnumber	{
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:0.875em;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
#content menu_moji	{
	top:5px;
	left:10px;
	width:120px;
}
/* footer -------------------------------------------------------------- */
#footer {
	background-color: #ffffff;
	padding-top:17px;
	clear: both;
	width: 800px;
}
#footer p {
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: x-small;
	color: #333333;
	vertical-align: top;
}
#footer table	{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/* etc -------------------------------------------------------------- */
.float-clear {
	clear: both;
}
h3	{
	text-align:left;
	margin-left:20px;
}
.haikei_midori {
	height: 2px;
	background-color:#006633;
}
