#container.top #header{
	background: url(../img/top/header.png) no-repeat;
	height: 350px;
}
#container.top #header .cat{
	position: absolute;
	bottom:-13px;
	right:-8px;
	text-indent: 0;
}

#container.top #main{
	float:left;
	margin-bottom: 10px;
	background: url(../img/top/mainBody.png) repeat-y;
	width:550px;
	text-align:left;
	_display: inline;
}
#container.top #main .bottom{
	background: url(../img/top/mainBottom.png) no-repeat bottom;
	padding-bottom: 10px;
}
#container.top #main .top{
	background: url(../img/top/mainTop.png) no-repeat top;
	padding-top: 18px;
}
#container.top #main .box01{
	display: inline;
	float:left;
	margin: 0 45px 0 23px;
	width:258px;
}
#container.top #main .box01 h2{margin-bottom:18px;}
#container.top #main .box01 ul{
	margin: 3px 0px 15px;
	font-size: 115%;
}

#container.top #main .box02{
	margin: 0;
	float:left;
	width:205px;
}
#container.top #main .box02 h2{margin-bottom:5px;}

#container.top #side{
	display: inline;
	margin: 3px 0;
	float:right;
	width:255px;
}
#container.top #side p{
	margin: 0;
	padding:0;
	width:245px;
}

