@charset "Shift_JIS";


/*----------------基本設定----------------*/
img {
	border: 0;
}
img{vertical-align:bottom;} /* IE6で画像の上下に隙間ができる事の解決策 */

ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
}
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
}

/*----------------レイアウト設定----------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #fff;	
	color: #000;
	font-size: 12px;
	font-size: 75%;/*IE6*/
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1.3;
	position: relative;
	width:1000px;
}

/* ヘッダー */

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto 0px;
	padding: 0;
}

/* メインコンテンツ */
#breadcrumb {
	padding: 20px 0 20px 0px;
	overflow: hidden;
	font-size:92%;
}
#breadcrumb a {
	background: url(file:///Macintosh%20HD/works_garden/work_web/brainstorm_new/images/arrow2.png) no-repeat right 50%;
	padding: 0 12px 0 0;
}
#breadcrumb li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
	color:#000
}
#containts {
	width:1000px;	
	background:url(../img/bg_image01.png);
	background-color:#000000;
	background-repeat: no-repeat;
	height:3000px;
}
#containts #containtbox {
	width:854px;	
	margin: 0 73px;
	padding-top:550px;
}
#containts #containtbox p#ti01 {
	text-align:left;
	color:#FFF;
	font-size: 24px;
	font-weight:bold;
padding-botom: 10px;
border-bottom: medium solid #fff;
}
#containts #containtbox #sekourei01  {
	padding-top: 15px;
}
#containts #containtbox #sekourei01 p.photo {
    float: left;
    width: 274px;
    margin: 0;
    padding: 0 13px 16px 0;
}
#containts #containtbox #sekourei01 p.photo img {
	border: 1px solid #fff ;
}

#containts #containtbox #sekourei01 p.photo_right {
    float: left;
    width: 274px;
    margin: 0;
    padding: 0 0px 16px 0;
}
#containts #containtbox #sekourei01 p.photo_right img {
	border: 1px solid #fff ;
}
#catchcopy {
	margin:60px auto 60px;
	text-align: center;
}
#catchcopy h2 {
	font-size:32px;
	font-weight:bold;
	margin-bottom: 10px;
	color:#fff;
}
#catchcopy h3 {
	font-size:20px;
	color:#fff;
}
#catchcopy h4 {
	font-size:18px;
	color:#fff;
}
#catchcopy #note {
	margin:15px auto 15px;
}

#recommend {
	margin: 2em auto;
	 padding: 1em;
	 width: 851px;
	 height:139px;
	 background-color: #fff;
	 border: 1px solid #ccc;
	position: relative;
}
#cars {
	position: absolute;
	left: -29px;
	top: -3px;
}
p.recom_ti {
	font-size: 20px;
	font-weight:bold;
	color: #000;	
}
#recom_spec {
	 padding: 5px 10px 5px 498px;
}

div.recom_note ul {
	font-size: 15px;
	float: left;	
	width:170px;	
	font-weight:bold;
	padding: 20px 0px 3px 0px;
}

#thum_box {
	width:865px;	
	margin:50px auto 50px;
}

#thum_box #ti02{
	font-size: 20px;
	font-weight:bold;
	color:#fff;	
	border-bottom: medium solid #fff;
}
#thum_box #ti02 .ti_note{
	font-size: 14px;
}

#thum01 {
	padding: 0 auto;
	width:865px;
}
#thum01 .ti03{
	font-size: 14px;
	font-weight:bold;
	color:#fff;	
	padding-top: 10px;
}
.thum01tbl img {
	padding: 2px;
}

#conversion p {
	margin:10px auto 10px; 
	text-align:center;
	font-size: 16px;
	color:#fff;
	line-height:150%;
}
#conversion #button {
	margin:5px auto 50px; 
	text-align:center;
}

#container #containts .caption{
	font-weight: bold;
}
span.red{
	color:#F00
}



/* フッター */

#footer {
	margin: 0px auto;
	padding: 5px 0 0;
	width:1000px;
	height:30px;
	background-color: #000000;	
}

#copy {
	text-align: center;
	color: #fff;
}
	

/*----------------リンク基本設定----------------*/
a{
  display:block;
} 
a.white:hover img{
  filter: alpha(opacity=60);
  opacity:0.6;
}

a:link {
	color:#C30;
	text-decoration:none;
}
a:visited {
	color:#C30;
	text-decoration:none;
}
a:hover {
	color:#C30;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}

.btn_top {cursor:pointer;}

