/*バグハウス用スタイルシート*/

body{
	background:	#FFFFFF;
	font-size:	12pt;
	color:		#555555;
/*	margin-left:10%;
	margin-right:10%;*/
	SCROLLBAR-3DLIGHT-COLOR:#448833;
	SCROLLBAR-ARROW-COLOR:#448833;
	SCROLLBAR-BASE-COLOR:#448833;
	SCROLLBAR-DARKSHADOW-COLOR:#448833;
	SCROLLBAR-FACE-COLOR:#448833;
	SCROLLBAR-HIGHLIGHT-COLOR:#448833;
	SCROLLBAR-SHADOW-COLOR:#FFFFFF;

}

H1		{
		font-size:20px;
		font-weight:bold;
		color:#775500;
		}

A:link	{
		text-decoration:none;
		font-weight:bold;
		color:#AA9050;}
A:visited{
		text-decoration:none;
		font-weight:bold;
		color:#775020;}
A:active{
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;}
A:hover{
		text-decoration:underline;
		font-weight:bold;
		color:#DDDDDD;}



img	{	border	:	0px;	}

DIV.center{
		text-align:center;
		font-size:12pt;
		}

DIV.center_s{
		text-align:center;
		font-size:10pt;
		}

DIV.center_l{
		text-align:center;
		font-size:15pt;
		}

DIV.left{
		text-align:left;
		font-size:12pt;
		}

DIV.left_s{
		text-align:left;
		font-size:10pt;
		}

DIV.left_l{
		text-align:left;
		font-size:15pt;
		}


DIV.right{
		text-align:right;
		font-size:12pt;
		}

DIV.right_s{
		text-align:right;
		font-size:10pt;
		}

DIV.right_l{
		text-align:right;
		font-size:15pt;
		}

.top_bar{
		background:#448833;
		color:#FFFFFF;
		font-size:10pt;
		width:100%;
		font-weight:bold;
/*		margin-top:-3px;*/
}


.top_contents_header{
		
		padding:0px;
		padding-top:5px;
		padding-bottom:5px;
		background:#AAFF99;
		border-width:2px;
		border-style:solid;
		border-top-style:none;
		border-left-style:none;
		border-color:#448833;
		text-align:center;
		width:100%;
		margin-bottom:2px;
}

.top_contents_footer	{
		text-align:left;
		background:#FFFFFF;
		border-style:none;
/*		border-width:0px;*/
		font-size:12px;
	}

HR	{
	color:#007700;
	}


.top_contents_body	{
		padding-left:2%;
		padding-right:10%;
		padding-top:0px;
		padding-bottom:0px;
		text-align:center;

}


.top_news	{
		margin-bottom:20px;
		text-align:left;
		font-size:12px;
		padding:20px;
		background:#FFFFFF;
		
	}

.top_contents	{
		color:#448833;
		text-align:left;
		font-size:12pt;
		width:180px;
		z-index:1;
	}

.top_rightcontents	{
		margin: -380px 1em 1em 200px;
		border:0px;
		border-color:blue;
		border-style:solid;
		z-index:0;
}

.top_products_piece	{
		text-align:left;
		padding:10px;
		margin:5px;
/*		margin-left:10%;
		margin-right:10%;*/
		background:#FFFFFF;
		border-width:3px;
		border-color:#448833;
		border-style:dotted;
		font-size:12px;

	}


.top_products	{
		text-align:left;
		padding:10px;
		background:#FFFFFF;
		border-width:0px;
		font-size:12px;

	}






