@charset "utf-8";

/* ボディ設定 */

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

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

#container2 {
/*	float: left; */
	text-align:left;
	height: auto;
	width: 740px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
		margin: 0 auto;
	position: relative; 
}

/* マージン設定 上15px 下10px */

.margin15px {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
}

/* マージン設定 上5px */

.margin5px {
	margin-top: 5px;
}

/* テキスト左側マージン10px 設定 */

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

/* 2段組枠設定 */

#wrapper {
	float: left;
	width: 730px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	text-align: left;
}

/* コンテンツエリアボックス設定 下線無し */

.contentsArea01 {
	float: left; 
	text-align:left;
	width: 740px;
	margin-top: 15px;
	padding-bottom: 10px;
	height: auto;
}

/* コンテンツエリアボックス設定 下線有り */

.contentsArea02 {
/*	float: left; */
	text-align: center;
	width: 740px;
	height: auto;
	margin-top: 15px;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px; 
}

/* フッター設定 */
/*
#footer {
	background-image: url(../images/carlist/cardata/border.gif);
	background-repeat: repeat-x;
	background-position: left top;
*/
/*	float: left;  */
/*	text-align:center; */
/*	width: 740px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
}
*/

/* 写真エリア設定 */

#pictArea {
	float: left;
	width: 320px;
	margin-right: 10px;
}

/* 写真右側詳細情報エリア設定 */

#rightTexrArea {
	float: right;
	width: 374px;
	margin-right: 10px;
}

/* 段落設定 */

p {
	margin: 0px 0px 10px;
	padding: 0px;
}

/* タイトル下ボーダー設定 */

.lineUp {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/* 価格文字設定 */

.price {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
}

/* テキストサイズ設定 */

.text16px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
}
.text10px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #333333;
}
.text11px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
}
.text12px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}
.text18px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.textWhite11px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #FFFFFF;
}


/* テーブルボーダー設定 */

.tableBorderH {
	border: 1px solid #999999;
}
.tdBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.trBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.text11px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}

/* 背景画像設定 */

.bgImg {
	background-repeat: no-repeat;
	background-position: right 10px;
}

/* 詳細画面テーブル内テキスト左寄せ余白設定 */
.detailTblText1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: dimgray;


}
.detailTblText2
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: #003366;	

}

/* 詳細画面おすすめテキスト */
.recommendedDetail
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: #003366;
}
.branchText1
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: #003366;
	font-weight: bold;
	width: auto;
	height: auto;
}
.branchText2
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: #003366;
	width: auto;
	height: auto;
}

