@charset "utf-8";

/* 
------------------------------------------------------------
ラボラトリーサービス
------------------------------------------------------------ */

h2 {
    padding-bottom: 5px;
	margin-bottom: 15px;
    background: url(../img/line_dotted.gif) repeat-x left bottom;
}
.inner_t {
    display: inline;
    clear: both;
	float: left;
    width: 465px;
    margin-left: 15px;
	margin-bottom: 15px;
}
.inner_b {
    display: inline;
    clear: both;
	float: left;
    width: 465px;
    margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}
.left {
	float: left;
    width: 225px;
}
.right {
	float: left;
    width: 225px;
	margin-left: 15px;
}
.text {
    clear: both;
    width: 465px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

