@charset "UTF-8";

.box
{
	width:450px;
	padding:0;
	margin:15px 0 0 0;
}

.box_foot
{
	background:url(../images/banner_bg01_foot.jpg) no-repeat left bottom;
	padding:0 0 10px 0;
	margin:0;
	position:relative;
	width:100%;
}

.box_foot h3
{
	font-weight:bold;
	line-height:1.4;
	color:#335ba8;
	padding:0;
	margin:15px 0 12px 50px;
}

.box_foot h3 a
{
	text-decoration:underline;
	color:#335ba8;
	background:transparent;
}
.box_foot h3 a:hover
{
	text-decoration:none;
	color:#335ba8;
	background:transparent;
}

.box_foot p
{
	color:#335ba8;
	padding:0;
	margin:0 12px 0 12px !important;
}

.box02,
.box01
{
	width:220px;
	padding:0;
	margin:0;
}
.box01
{
	float:left;
	background:url(../images/banner_bg01_event.jpg) no-repeat left top;
}
.box02
{
	float:right;
	background:url(../images/banner_bg01_post.jpg) no-repeat left top;
}
