body {
	background-image: url(images/toukibi.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #333333;
}
/*layout*/
#mainarea{
	width: 850px;
	left: 50%;
	position:absolute;
	margin-left: -411px;
	margin-top: 10px;
	height: 90%;
}

/*menu*/
#menu {
	/*text-align: center;*/
	width: 160px;
	float: left;

}
#toplink{
	margin-left: 10px;
}
#menu img{
	margin-bottom: 12px;
	border: 0px;
}
#menu a{
	width: 140px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 12px;
	margin-left: 10px;
	text-align: center;

}
#menu a.house{
	background-image: url(images/m_house_1.gif);
	height: 54px;
	text-indent: -1000px;
	margin-left: 20px;
}
#menu a:hover.house{
	background-image: url(images/m_house_2.gif);
	height: 78px;
}
#menu a.growing{
	background-image: url(images/m_growing_1.gif);
	height: 54px;
	text-indent: -1000px;
	margin-left: 20px;
}
#menu a:hover.growing{
	background-image: url(images/m_growing_2.gif);
	height: 78px;
}
#menu a.bio{
	background-image: url(images/m_bio_1.gif);
	height: 54px;
	text-indent: -1000px;
	margin-left: 20px;
}
#menu a:hover.bio{
	background-image: url(images/m_bio_2.gif);
	height: 78px;
}
#menu a.sanwaaguri{
	background-image: url(images/m_sanwaaguri_1.gif);
	height: 54px;
	text-indent: -1000px;
	margin-left: 20px;
}
#menu a:hover.sanwaaguri{
	background-image: url(images/m_sanwaaguri_2.gif);
	height: 78px;
}
/* delete
#menucompany{
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;

}
#menucompany img{
	border: 0px;
	vertical-align: top;

}
#menucompany a{
	color: #FFFFFF;
}
#menucompany a:hover{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}
*/
/*company*/
#company{
	margin-left: 20px;
}
#company table{
	width: 140px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#company td{
	margin: 0px;
	padding: 0px;
}

#company img{
	margin: 0px;
	border: 0px;
}
.company_top_img{
	width: 140px;
	height: 6px;
}
.company_bottom_img{
	width: 140px;
	height: 6px;
}
.company_side{
	background-color: #009999;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1px;
}
#company_text{
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	font-size: 8pt;
}
#company_text a{
	margin-bottom: 0px;
	color: #333333;
	display: block;
	width: 100%;
}
#company_text a:hover{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
}

/*pankuzu*/
#pankuzu{
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;



}
#pankuzu a{
	color: #006600;
	text-decoration: none;


}
#pankuzu a:hover{
	color: #FF0000;
	text-decoration: underline;

}
/*contents*/
#contents_layout{
	width: 630px;
	float: right;
}
#contents_top{
	width: 630px;
	height: 5px;
	float: none;
	margin: 0px;
}
#contents_bottom{
	width: 630px;
	height: 5px;
	float: none;
	margin: 0px;
}
#contents{
	overflow: auto;
	/* IE6 Setting
	overflow: overflow-y;
	*/
	background-color: #FFFFFF;
	height: 100%;
	width: 630px;
	float: none;
	margin: 0px;
}
#contents .waku{
	margin: 8px 20px;
	/* IE6 Setting
	margin: 18px;
	*/
}


/* top footer */
#footer{
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid #00ff99;
	border-bottom: 2px solid #00ff99;
	width: 586px;
	font-size: 8pt;
	color: #00cc00;
	background-color: #ddffdd;
	text-align: center;
	float: left;


}

