@charset "utf-8";
/* CSS Document */

#busguide {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#busguide h2 {
	margin: 10px 0 20px;
}
#busguide h3 {
	margin-bottom: 10px;
	background: url(img/h3_img.gif) no-repeat left center;
	padding-left: 30px;
	line-height: 30px;
	font-size: 1.5em;
	border-bottom: solid 2px #f43b4d;
	font-weight: bold;
}
.bodycopy {
	margin: 0 0 50px 20px;
}

/* bodycopy clearfix */
#busguide .bodycopy:after { content: "."; display: block; clear: both; height: 0; visibility: hidden }
#busguide .bodycopy { display: inline-table; min-height: 1% }
* html #busguide .bodycopy { height: 1% }
#busguide .bodycopy { display: block }

#busguide a:link,#busguide a:hover,#busguide a:visited,#busguide a:active{
	color:#07318f;
	text-decoration: underline;
}

.f_left {
	float: left;
	width: 330px;
}

.f_right {
	float: right;
	width: 340px;
}

.center {
	text-align: center;
}

.busblog_banner {
	width: 200px;
	margin: 20px auto;
}

.prof_photo {
	float: left;
	width: 220px;
}

.prof_text {
	float: right;
	width: 460px;
}
.prof_text dl.yoko dt {
	float: left;
	width: 150px;
	font-weight: bold;
	background: url(img/list_img.gif) no-repeat left 3px;
	text-indent: 20px;
}
.prof_text dl.yoko dd {
	margin-left: 150px;
	margin-bottom: 0.5em;
	padding-left: 5px;
	border-left: solid 5px #ffe6e8;
}

.profile {
	padding: 10px 0;
	border-bottom: dotted 1px #f97e8c;
}

/* profile clearfix */
#busguide .profile:after { content: "."; display: block; clear: both; height: 0; visibility: hidden }
#busguide .profile { display: inline-table; min-height: 1% }
* html #busguide .profile { height: 1% }
#busguide .profile { display: block }

