@charset "utf-8";

/* ボディ設定 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	color: #333333;
/*	margin-top: 10px; */
/*	margin-left: 10px; */
	text-align:center;
/*	background-color: #FFFFFF; */
}

/* コンテンツエリア設定 */

#container {
/*	clear: both;
	float: left;
*/
	width: 740px;
	margin-bottom: 15px;
		margin: 0 auto;
	position: relative;

}

/* コンテンツボックス */

.contentBox {
/*	float: left; */
	text-align:left;
	width: 740px;
	margin-bottom: 10px;
}
.contentBox720 {
/*	float: left; */
	text-align:left;
	width: 720px;
	margin-bottom: 15px;
	margin-left: 10px;
	clear: both;
}
.contentBox720_2 {
/*	float: left; */
	text-align:left;
	width: 720px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
}

.contentBox720_2_line {
/*	float: left; */
	text-align:left;
	width: 720px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	clear: both;
}


/* コンテンツボックス イメージ入り */

.contentBox_img {
/*	float: left; */
	text-align:left;
	width: 720px;
	margin-bottom: 10px;
	background-image: url(../images/u-car/scat_family.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 78px;
	margin-left: 10px;
}

/* ボトムマージン15px */

.bottom_margin15px {
	margin-bottom: 15px;
}

/* テキスト左マージン140px */

.textMargin {
	text-indent: 140px;
}
.text12White {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

td {
        font-size: 12px;
        color: #000000;
}


