body
{
font-family:times;
}

#div_main
{
width:460px;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#999;
background-image:url('images/bg01.gif');
background-repeat:repeat;
}

#div_sub_main
{
width:440px;
margin-left:5px;
margin-top:5px;
}


#div_header
{
float:left;
text-align:center;
width:340px;
font-size:30px;
}

#div_main_table_row
{
display:table-row;
font-size:16px;
line-height:20px;
}

#div_left_cell
{
vertical-align:top;
display:table-cell;
width:105px;
border-right-style:solid;
border-width:1px;
border-color:#999;
}

#div_right_cell
{
vertical-align:top;
xwidth:200px;
display:table-cell;
margin-left:10px;
xbackground-color:red;
}

a.href_01:link 
{ 
color: black;
text-decoration: none;
}
	
a.href_01:visited 
{ 
color: black;
text-decoration: none;
}
		
a.href_01:active
{ 
color: black;
text-decoration: none;
}
	
a.href_01:hover
{ 
color: #366e00;
text-decoration: none;
font-weight:bold;
}
	
a.href_02:link 
{ 
color: black;
text-decoration: none;
}
	
a.href_02:visited 
{ 
color: black;
text-decoration: none;
}
		
a.href_02:active
{ 
color: black;
text-decoration: none;
}
	
a.href_02:hover
{ 
color: #366e00;
text-decoration: none;
font-weight:bold;
}	