/* CSS Document */
/* Style Sheet for YSP Takaido&Kouenji */
/* written by Kyukou Kikakushitsu */
/* 2008.01.28 */
/* code:shift_jis; */
/*  */
/*  */

BODY{
	margin: 0;
	padding: 0;
	background-image: url('common_pics/bk_body.jpg');
	background-repeat: repeat;
	}

H2{
	width: 180px;
	height: 20px;
	font-size: 12px;
	background-image: url('common_pics/bk_h2.jpg');
	background-repeat:no-repeat;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 14px;
	}

H3{
	width: 340px;
	height: 20px;
	font-size: 12px;
	background-image: url('common_pics/bk_h2.jpg');
	background-repeat:no-repeat;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-left: 14px;
	}

HR.glay{
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	background-image: url(common_pics/hr_glay.jpg);
	background-repeat: no-repeat;
	border: 0;
	}

#wrap{
	width: 800px;
	background-image: url(common_pics/bk_wrap.jpg);
	background-repeat: repeat-y;
	}

#inner{
	width: 780px;
	padding: 0;
	margin: 0;
	background-image: url('common_pics/bk_inner.jpg');
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 78%;
	}

#header{
	width: 780px;
	height: auto;
/*	padding-top: 2px; 
	background-image: url('./common_pics/bk_header.jpg');
	background-repeat:repeat;*/
	background-color: #333333;
	font-size: 70%;
	color:#FFFFFF;
	}

#bred_crumb{
	width: 760px;
	background-image:url('common_pics/bk_bread_crumb.jpg');
	height: 17px;
	text-align:left;
	font-size:12px;
	padding-top: 2px;
	padding-left: 20px;
	color: #FFFFFF;
	}

#bred_crumb A:link{
	color: #FFFFFF;
	text-decoration: underline;
	}

#bred_crumb A:visited{
	color: #FFFFFF;
	text-decoration: underline;
	}

#bred_crumb A:hover{
	color: #66CCFF;
	text-decoration: none;
	}

#left_area{
	background-color: #E0E0E0;
	width: 197px;
	margin: 0;
	padding: 0;
	float: left;
	color: #333333;
	font-size:12px;
	line-height:0.8em;
	}

#right_area{
	width: 583px;
	margin: 0;
	padding: 0;
	float: left;
	}

#inner_right_1column{
	color: #333333;
	padding: 20px 20px;
	text-align: left;
	}

#inner_mid_area{
	background-color: #FFFFFF;
	width: 378px !important; width : 378px;
/*	width :383px!important; width: 385px; */
	margin: 10px 0px 0px 0px;
	padding: 0;
	float: left;
	}

#inner_right_area{
	background-color: #FFFFFF;
	width: 194px !important; width: 194px;
	margin: 10px 0px 0px 0px;
	padding-left: 3px;
	padding-right: 3px;
	float: right;
	}

#footer0{
	margin: 0;
	padding: 0;
	background-image: url('common_pics/bk_inner.jpg');
	background-repeat: repeat-x;
	}

#footer1{
	margin: 0;
	padding: 0;
	width:780px;
	background-image:url('common_pics/bk_footer_red.jpg');
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	color:#FFFFFF;
	}

#footer2{
	margin: 0;
	padding: 0;
	width:780px;
	background-image:url('common_pics/bk_footer.jpg');
	background-repeat:repeat-x;
	}

.horizontal_line{
	width: auto;
	height: 6px;
	margin: 0px 0px;
	padding-bottom: 10px;
	background-image:url('common_pics/hr.jpg');
	background-repeat:repeat-x;
	}

/************************* 文字体裁の定義 ***************************/

/* 色を変えるのみ */
/*赤*/
.red{color: #C40404;}

/*青*/
.blue{color: #0033CC;}

/* 色と大きさを変える */
/*赤16px斜体-価格表示に使用*/
.red16{color: #C40404; font-family:Arial, Helvetica, sans-serif; font-weight:800; font-size:16px; font-style:italic;}
/*灰16px斜体-車名に使用*/
.glay16{color: #333333; font-family:Arial, Helvetica, sans-serif; font-weight:800; font-size:16px; font-style:italic;}

/************************* 表体裁の定義 ***************************/

TD.glay{width: 236px; background-color: #EEE; padding: 4px 4px;} /*中古車情報のページ表のセル*/

