@charset "utf-8";

#box01{
	font-size:14px;
	background:url(../footcare/img/box01bg.jpg) no-repeat center top;
	border:5px solid #99ccff;
	height:200px;
	padding:0;
	margin:0 0 15px 0;
}

#box01 p{
	margin:60px 0 0 20px;
	padding:0;
	line-height:200%;
}

#box02{
	background:url(../footcare/img/box02bg.jpg) no-repeat right top;
	border-bottom:1px solid #0077ff;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}

#box02 p{
	margin:0 0 0 15px;
	padding:0;
}

table#menutable{
	width:100%;
	border-right:2px solid #ededed;
}

table#menutable tr th{
	padding:5px 15px;
	text-align:left;
	border-left:3px solid #ffaa00;
	color:#ffaa00;
	font-size:14px;
	height:60px;
}

table#menutable tr th span{
	display:block;
	font-weight:normal;
	color:#555555;
	font-size:12px;
}

table#menutable tr td{
	padding:5px 15px;
	text-align:center;
	font-weight:bold;
}

table#menutable tr td p{
	background-color:#0088ff;
	color:#ffffff;
	font-weight:normal;
}

table#menutable tr.odd th,table#menutable tr.odd td{
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;
}