@charset "UTF-8";

/* clearfix */
.clf{
    zoom:1;/*for IE 5.5-7*/
}
.clf:after{/*for modern browser*/	
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* clearfix end */
#content {
	width:940px;
	margin:0 auto;
	color:#333;
	background-color:#fff;
	font-size:12px;
	line-height:1.3;
}
#content a {color:#666}
#content a:hover {color:#f90}
#content a:active {color:#f90}

#main_img {
	margin:0 auto;
	width:940px;
}
#main_img h2 {
	padding:20px 0 0 40px;
}
#lead {
	margin:30px auto;
	width:860px;
	text-align:left;
}
#lead p {
	line-height:1.5;
}
#thumbnail {
	margin:0 auto;
	width:845px;
	padding-bottom:30px;
}	
.thumb_box {
	width:155px;
	height:220px;
	border:1px solid #999999;
	background:#efefef url(../images/ameImg/catch.gif) left top no-repeat;
	position:relative;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	line-height:1;
}
.no-margin {
	margin-right:0;
}	
#thumbnail h3.name {
	font-size:10px;
	font-weight:bold;
	padding:5px 0 4px 12px; 
}
#thumbnail p.brand {
	font-size:10px;
	padding-left:12px;
}
#thumbnail p.detail {
	font-size:10px;
	padding-left:12px;
	padding-bottom:5px;
}
#thumbnail .img {
	margin:15px auto 10px auto;
	text-align:center;
	height:128px;
}				

#thumbnail .logo {
	position:absolute;
	top:8px;
	right:10px;
}
#thumbnail .link {
	padding-left:14px;
	margin:0 12px;
	font-size:10px;
	background:url(../images/ameImg/catch_link.gif) left center no-repeat;
}			
