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

#menu .soudan a:hover{
	width:220px;
	height:40px;
	display:block;
	background: url("image/menu_soudan.gif") no-repeat;
	text-indent:-9999em;
}
/* フォーム
----------------------------------------------------------------------------------------------*/
#contents{
	width:735px;
	font-size:90%;
	line-height:150%;
	xbackground-color:#cc0;
}

table{
	width:735px;
	border-collapse:collapse;
	margin-bottom:15px;
}
td{
	border:1px solid #000;
	padding:5px;
	font-size:90%;
	color:#000;
}

td.l_Cel{
	width:200px;
}

input, textarea{
	padding:3px;
}

#contents .txt{
	width:735px;
	font-size:90%;
}

#contents .txt02{
	width:735px;
	font-size:90%;
	margin:15px 0;
	color:#f00;
}

p a{
	color:#000;
}

p a:hover{
	color:#f00;
}



