body	{background-color:#ffffff;font-size:10pt;margin-top:0px;margin-left:0px;margin-right: 0px;margin-bottom: 0px;text-align:center;line-height:150%;}
a		{text-decoration:none;color:orange;}
a:hover	{text-decoration:none;color:#000000;}
table	{table-layout:fixed;border: 1px solid;}
td,th	{font-size:10pt;font-weight:normal;text-align:center;border: 1px solid;}
.left	{text-align:left;}
.center	{text-align:center;}
.right	{text-align:right;}
input	{font-size:10pt;}
.r		{color:red;}
p		{font-size:11pt;}

.button		{width:175px;height:25px;margin-top:5px;margin-bottom:5px;padding-top:10px;padding-left:5px;color:#ffffff;text-align:left;background-color:#009944;}
.button:hover	{background-color:orange;}
.button2	{width:100px;height:25px;margin-top:0px;margin-bottom:0px;padding-top:5px;text-align:right;}
.hid1	{visibility:hidden;margin:0px;font-size:11pt;line-height:500%;}
.hid2	{visibility:hidden;margin:0px;font-size:11pt;line-height:300%;}
.hid3	{visibility:hidden;margin:0px;font-size:11pt;line-height:550%;}

#banner000	{background-image:url(../image/h1-001.png);background-repeat:no-repeat;background-position:left;}
#banner001	{background-image:url(../image/h2-001.png);background-repeat:no-repeat;background-position:center;}
#banner002	{background-image:url(../image/h2-002.png);background-repeat:no-repeat;background-position:center 10px;}
#banner003	{background-image:url(../image/h2-003.png);background-repeat:no-repeat;background-position:center 10px;}
#banner004	{background-image:url(../image/h2-004.png);background-repeat:no-repeat;background-position:center 10px;}





IFRAME	{ visibility:visible; }

/*------------------------------------------------- ヘッダとフッタを固定したレイアウト */
/*--
*/
#contents{
	height: 100%;
	width: 999px;
	overflow: auto;
	z-index: 1;
	position: relative;
}
#contents-inner{
	width: 90%;
	max-width: 840px;
	padding: 3.0em 15px 7.0em 15px;
	position: relative;
}

#header{
	text-align:left;
	background-image:url(../image/image001.png);
	width: 999px;
	height: 205px;
	position: relative;
}
#header_inner{ margin: 5px 12px 0px 28px; }

#footer{
	clear:both;
	background-color:#0068b7;
	color:white;
	text-align:center;
	width: 999px;
	height: 2.0em;
	overflow: hidden;
	position: relative;
	bottom: 0;
	right : 0px; /*** スクロールバーを考慮 ***/
}
#footer_inner{ margin: 0px 12px 0px 28px; }

