#menu .gaiyou a{
	width:220px;
	height:40px;
	background-color:#fee;
	display:block;
	background: url("image/menu_gaiyou02.gif") no-repeat;
	text-indent:-9999em;
}

#menu .gaiyou a:hover{
	width:220px;
	height:40px;
	display:block;
	background: url("image/menu_gaiyou.gif") no-repeat;
	text-indent:-9999em;
}

/* テーブル
----------------------------------------------------------------------------------------------*/
.sample_01{
width: 100%;
border-collapse: collapse;
xmargin-left:30px;
font-size:90%;
}
.sample_01 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color:#000;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.sample_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
color:#000;
}

.head{
	text-align: center;
	background-color: #d3d3d3;
}


