@charset "utf-8";

#nbt05 a	{
	background-position: left bottom;
}

h2,h3{ padding-bottom:15px;}


/* box001
---------------------------------------------------------------------------------------------------- */
.box001{
	padding-bottom: 25px;
}
.box001 dl{
	float:left;
	width:280px;
	padding: 10px;
}
.box001 p{
	display:block;
	float:left;
}

/* box002
---------------------------------------------------------------------------------------------------- */
.box002{
	padding-bottom: 25px;
}
#access_bg{
	padding: 10px 0px;
	background: url(../access/images/access_bg.jpg) no-repeat 18px 2px;
	padding-left: 30px;
}
.box002 p{
	padding-top: 10px;
}

/*clearfix
---------------------------------------------------------------------------------------------------- */
.box001:after,
.box001 dl:after,
.box002:after
{	
	display: block;
	clear: both; 
	content: ".";
	height: 0;
	visibility: hidden;
}

.box001,
.box001 dl,
.box002{
	display: inline-block;
}
