body	{
	background:		#ffffff;
	background-image:	url(image/bg.gif);
	overflow-x:		hidden;
	margin:			0px;
	font-size:		12px;
}
/*-----tableの基本スタイル-----*/
table	{
	margin:			0;
	padding:		0;
	background:		#ffffff;
	border-width::		0;
}
table	td	{
	padding:		0;
	border-width:		0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}
/*-----ロゴイメージ部-----*/
div#headlogo	{
	background:		#ffffff;
	background-image:	url(image/logo1.gif);
	background-repeat:	no-repeat;
	background-position:	10px	center;
	width:			800px;
	height:			80px;
	margin:			0px;
	text-align:		right;
	font-size:		12px;
	border-bottom:		#000000	1px	solid;
}
/*-----ヘッダーイメージ部-----*/
div#headimg	{
	background:		#ffffff;
	background-image:	url(image/topimage.gif);
	background-repeat:	no-repeat;
	margin-left:		0px;
	width:			800px;
	height:			270px;
}

/*-----メニュー部のスタイル-----*/
td#menubase	{
	background:		#efeff2;
	width:			150px;
	height:			30px;
	text-align:		left;
	vertical-align:		top;
	border-bottom:		#cfcfcf	1px	solid;
	border-right:		#cfcfcf	1px	solid;
}

td#headmenu	{
	background:		#efeff2;
	background-image:	url(image/box_16.gif);
	background-repeat:	no-repeat;
	background-position:	10px	center;
	width:			150px;
	height:			30px;
	padding:		10px	10px	10px	30px;
	text-align:		left;
	vertical-align:		bottom;
	border-bottom:		#cfcfcf	1px	solid;
	border-right:		#cfcfcf	1px	solid;
	font-size:		12px;
}

/*-----メニュー部のスタイル---IE6対策--*/
div#headmenu>	{
	height:			40px;
}

/*-----メイン部のスタイル---IE6対策--*/
tr#maindata	{
	background:		#ffffff;
	text-align:		left;
	vertical-align:		top;
	color:			#000000;
}
tr#maindata>	{
	height:			40px;
}

td#mainbase	{
	margin:			0px;
	background:		#ffffff;
	width:			650px;
	text-align:		left;
	vertical-align:		top;
}

/*-----見出し部のスタイル     -----*/
td#midashi	{
  	width:			20px;
	background:		#999999;
}
td#midashibar	{
  	width:			630px;
	background:		#efefe2;
/*	filter:			alpha(opacity=30);*/
	color:			#000000;
}

/*-----フッター部のスタイル-----*/
div#footer 	{
	margin:			0px;
  	width:			800px;
	padding:		5px	0px;
	background:		#efeff2;
	text-align:		center;
	vertical-align:		bottom;
	border-left:		#cfcfcf	1px	solid;
	border-right:		#cfcfcf	1px	solid;
	margin:			0px;
}
/*-----フッター部のスタイル---IE6対策--*/
div#footer> 	{
  	width:			800px;
}



