@charset "UTF-8";

@import "reset.css";
@import "base.css";
@import "clearfix.css";

/* IE5.x-Win */
@media tty {
	i{content:"\";/*" "*/}} @import 'ie5xwin.css'; /*"}
	}/* */

/* IE5.5-Win*/
@media tty {
	i{content:"\";/*" "*/}}@m; @import 'ie55win.css';/*";}
	}/* */

/* IE5-Mac */
/*\*//*/
	@import "ie5mac.css";
/**/


/*==================================
				common
===================================*/
.container {
	width: 960px;
	margin: auto;
	padding: 0px 1px;
	font-size: 0.9em;
	background: url(../img/common/background.gif) repeat-y left top;
}

img {
	vertical-align: bottom;
}

.invisible {
	display: none;
}

.clear {
	clear: both;
}

.buttons {
	text-align: center;
}


/*==================================
		END		common
===================================*/

/*==================================
				header
===================================*/

#header #header_top {
	padding-top: 11px;
	height: 97px;
}

#header .header-logo {
	float: left;
	width: 112px;
}

#header .header-logo em {
	display: block;
	padding-top: 8px;
}

#header #header_top ul {
	float: right;
	width: 320px;
	line-height: 1.2;
}

#header #header_top ul li {
	float: left;
	width: 160px;
}

#header #header_top ul li strong {
	display: block;
	padding-bottom: 5px;
}

#header ul#main_navi li {
	display: inline;
}

/*==================================
		END		header
===================================*/

/*==================================
				main_visual
===================================*/

#main_visual .container {
	min-height: 108px;
}
/*Layout fixing for IE6*/
* html #main_visual .container {
	height: 108px;
}

#main_visual ol {
	padding-top: 20px;
}

#main_visual ol li {
	list-style: none;
	text-transform: uppercase;
	display: inline;
	font-size: 1.4em;
	color: #969696;
	font-weight: bold;
}

#main_visual ol li img {
	vertical-align: bottom;
}

#main_visual ol li a {
	color: #969696;
	text-decoration: none;
}

#main_visual ol li a:hover {
	text-decoration: underline;
}

#main_visual h1 {
	padding-top: 5px;
}

#main_visual h1 img {
	vertical-align: bottom;
}


/*==================================
		END		main_visual
===================================*/

/*==================================
				content
===================================*/

#content .container {
	padding-bottom: 72px;
}

#content .container h3.title {
	border-left: 5px solid #F00000;
	padding: 2px 0px 2px 10px;
	margin-bottom: 25px;
	margin-top: 30px;
}

#content ul.sub_navi li {
	margin-bottom: 34px; 
}

#content ul.sub_navi#sub_navi_01 {
	float: left;
	width: 160px;
	margin-right: 1px;
}

#content ul.sub_navi#sub_navi_02,
#content ul.sub_navi#sub_navi_03 {
	float: left;
	width: 159px;
	margin-right: 1px;
}

#content #get_coupon {
	float: right;
	width: 159px;
	margin-left: 1px;
	height: 238px;
	background: url(../img/common/footer/coupon_background.gif) left top;
}

#content #get_coupon h3 {
	padding-bottom: 10px;
}

#content #get_coupon em,
#content #get_coupon strong {
	display: block;
	padding-bottom: 4px;
	padding-left: 8px;
}

#content #get_coupon p {
	padding: 11px 0px;
	padding-left: 8px;
	line-height: 1.2;
	
}

#content #get_coupon p#qr {
	text-align: center;
	padding: 0px;
	padding-top: 6px;
}

#content #how_to_sell {
	float: right;
	width: 159px;
	height: 238px;
	position: relative;
	line-height: 1.2;
}

#content #how_to_sell h3 {
	padding-bottom: 6px;
}

#content #how_to_sell em {
	display: block;
	padding-bottom: 10px;
}

#content #how_to_sell ul li {
	padding-top: 12px;
}

#content #how_to_sell ul li p {
	padding: 5px 0px 5px 20px;
}

#content #how_to_sell ul li p#link_form_estimate {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content #main_colum {
	float: left;
	width: 640px;
}

#content #main_colum ul#button_links {
	margin-top: 45px;
	padding-bottom: 1px;
}

#content #main_colum ul#button_links li {
	float: left;
	width: 321px;
	padding-bottom: 14px;
}

#content #main_colum ul#button_links li.odd  {
	float: left;
	width: 275px;
}

#content #main_colum ul#button_links li img {
	vertical-align: bottom;
}

#content #sub_colum {
	float: right;
	width: 222px;
}

#content #sub_colum #inquiry {
	margin-bottom: 20px;
	background: url(../img/common/background_pattern_01.gif) repeat left top;
}

#content #sub_colum #inquiry p {
	padding: 19px;
}

#content #sub_colum #inquiry p.buttons {
	padding-top: 0px;
}

#content #sub_colum #inquiry p.buttons a {
	margin: 0px;
}

#content #sub_colum #contents_menu h5 img,
#content #sub_colum #contents_menu ul li img {
	vertical-align: bottom;
}

#content #sub_colum #contents_menu h5,
#content #sub_colum #contents_menu ul li {
	margin-bottom: 1px;
}

#content #sub_colum #contents_menu ul {
	margin-bottom: 19px;
}

#content #sub_colum #contents_menu p img {
	border: 1px solid #DDDDDD;
}

#content #content_bottom {
	clear: both;
	background: url(../img/common/dashed_line_holizontal.gif) repeat-x left top;
	padding-top: 35px;
}

/*==================================
		END		content
===================================*/

/*==================================
				footer
===================================*/
#footer .container {
	padding-top: 14px;
	padding-bottom: 11px;
	border-top: 1px solid #DDDDDD;
}

#footer p {
	float: left;
	width: 480px;
}

#footer p img {
	vertical-align: middle;
}

#footer address {
	text-align: right;
}

/* Safari Hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#footer address #copyright {
		font-size: 22px;
		vertical-align: top;
		position: relative;
		top: -6px;
	}
}

/*==================================
		END		footer
===================================*/

/*==================================
				home
===================================*/
.home #main_visual .container {
	height: 371px;
	position: relative;
}

.home #main_visual img#main_img_01 {
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 1;
}

.home #main_visual img#main_img_02 {
	position: absolute;
	right: 1px;
	top: 0px;
	z-index: 1;
}

.home #main_visual img#main_img_03 {
	position: absolute;
	right: 1px;
	top: 215px;
	z-index: 1;
}

.home #main_visual a#shop_detail {
	display: block;
	width: 162px;
	height: 23px;
	position: absolute;
	bottom: 23px;
	left: 37px;
	z-index: 2;
	background: url(../img/home/about_shop.png) no-repeat left top;
}

.home #main_visual a#shop_detail:hover {
	background: url(../img/home/about_shop-over.png) no-repeat left top;
}

.home #main_visual a#map_detail {
	display: block;
	width: 56px;
	height: 11px;
	position: absolute;
	bottom: 17px;
	right: 20px;
	z-index: 2;
}

.home #content .container {
	position: relative;
	padding-top: 42px;
}

.home #owner_blog {
	position: relative;
	width: 160px;
	height: 281px;
}

.home #owner_blog img#owner_photo {
	position: absolute;
	z-index: 1;
}

.home #owner_blog img#owner_name {
	position:absolute;
	z-index: 2;
	right: 0px;
	top: 166px;
}

.home #owner_blog img#owner_blog_background {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
}

.home #owner_blog a#link_owner_blog {
	display: block;
	width: 99px;
	height: 17px;
	position: absolute;
	z-index: 3;
	left: 5px;
	bottom: 4px;
	background: url(../img/home/owner_blog.png) no-repeat left top;
}

.home #owner_blog a#link_owner_blog:hover {
	background: url(../img/home/owner_blog-over.png) no-repeat left top;
}

.home #concept {
	position: absolute;
	top: 43px;
	left: 176px;
	width: 570px;
	height: 281px;
}

.home #concept h2 img {
	padding-bottom: 22px;
}

.home #concept p {
	padding: 12px 0px;
}

.home a#link_concept {
	display: block;
	width: 175px;
	height: 17px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	background: url(../img/home/concept.png) no-repeat left top;
}

.home a#link_concept:hover {
	background: url(../img/home/concept-over.png) no-repeat left top;
}

.home #high_price {
	position: absolute;
	width: 332px;
	height: 430px;
	right: 1px;
	top: 69px;
}

.home #high_price img#brand_img {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}

.home #high_price a#link_brand {
	display: block;
	width: 144px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 413px;
	background: url(../img/home/brand.png) no-repeat left top;
}

.home #high_price a#link_brand:hover {
	background: url(../img/home/brand-over.png) no-repeat left top;
}

.home #selection {
	float: left;
	width: 320px;
	margin-top: 23px;
	margin-right: 1px;
	margin-bottom: 27px;
}

.home #selection h3 {
	padding-top: 13px;
	padding-bottom: 12px;	
}

.home #selection .link {
	padding-bottom: 18px;
}

.home #selection ul li.first {
	float: left;
	width: 161px;
}

.home #brand {
	float: left;
	width: 319px;
	margin-top: 23px;
	margin-bottom: 27px;
}

.home #brand h3 {
	padding: 12px 0px;
}

.home #brand  .link {
	padding-bottom: 18px;
}

.home ul#flow {
	clear: both;
	padding: 0px;
	padding-bottom: 33px;
}

.home ul#flow li {
	display: inline;
}

.home ul#flow li.first {
	margin-right: 2px;
}

/*==================================
		END		home
===================================*/
/*==================================
				sell
===================================*/
.sell .highprice_reason {
	clear: both;
}

.sell .highprice_reason dl.even {
	float: left;
	width: 320px;
}


.sell .highprice_reason dl.odd {
	float: right;
	width: 320px;
}

.sell .highprice_reason dl dt {
	padding-bottom: 10px;
}

.sell .highprice_reason dl dd {
	padding-bottom: 25px;
	width: 295px;
}

.sell #sell_important {
	clear:both;
	width: 640px;
	height: 134px;
	margin-bottom: 63px;
	position: relative;
}

.sell #sell_important img#proud_price {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.sell #sell_important img#proud_reason {
	position: absolute;
	top: 22px;
	left: 178px;
	z-index: 2;
}

.sell  dl.buy_pattern {
	margin-bottom: 20px;
	background: url(../img/common/background_pattern_01.gif) repeat left top;
}

.sell  dl.buy_pattern dt {
	padding-top: 19px;
	padding-left: 11px;
}

.sell  dl.buy_pattern dd {
	padding-top: 15px;
	padding-bottom: 10px;
}

.sell  dl.buy_pattern dd ol li {
	list-style: decimal outside;
	margin-left: 60px;
	padding-bottom: 10px;
	padding-right: 45px;
}

.sell #buy_shop img.png_bg {
	float: right;
	width: 199px;
}

/*==================================
		END		sell
===================================*/
/*==================================
				concept
===================================*/
.concept #select_shop img.png_bg {
	float: left;
	width: 316px;
	margin-right: 5px;
}

.concept #select_shop img#link_bland {
	float: right;
	width: 190px;
	margin-top: 10px;
}

.concept #confidence dl {
	position: relative;
	margin-bottom: 20px;
	min-height: 140px;
	background: url(../img/common/background_pattern_01.gif) repeat left top;
}
/*Layout fixing for IE6*/
* html .concept #confidence dl {
	height: 140px;
}

.concept #confidence dl dt {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 122px;
	height: 134px;
}

.concept #confidence dl dd {
	padding: 10px 30px 10px 145px;
}

.concept #confidence dl dd h4 {
	font-size: 1.8em;
	line-height: 1.2;
	padding-bottom: 5px;
}

.concept #just_check {
	margin-top: 30px; 
}

.concept #just_check img#owner {
	float: left;
	width: 160px;
	margin-right: 17px;
}

.concept #just_check h3 {
	padding-bottom: 15px;
}

.concept #just_check #link_blog {
	text-align: right;
	padding-top: 15px;
}

/*==================================
		END		concept
===================================*/

/*==================================
				brand
===================================*/
.brand #buy_brand p {
	padding-bottom: 20px;
}

.brand #buy_brand ol li {
	float: left;
	width: 159px;
	margin-right: 1px;
}

.brand #buy_brand ol li.first {
	width: 160px;
}

.brand #buy_brand ol li h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.brand #all_brand ul {
	float: left;
	width: 159px;
	margin-right: 1px;
}

.brand #all_brand ul.first {
	width: 160px;
}

.brand #all_brand ul.last {
	margin-right: 0px;
}

.brand #all_brand ul li h5 {
	clear: left;
	background: #F00000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 7px;
	margin-bottom: 16px;
}

.brand #all_brand ul li ul {
	padding-bottom: 40px;
}


.brand #all_brand ul li ul li {
	margin-bottom: 16px;
}

.brand #all_brand #atten {
	clear: both;
	padding-top: 30px;
}

.brand #all_brand p {
	padding: 15px 12px;
	background: url(../img/common/background_pattern_01.gif) repeat left top;
}

.brand #all_brand em {
	display: block;
}

/*==================================
		END		brand
===================================*/

/*==================================
				shop
===================================*/
.shop ul#just_come {
	margin-top: 35px;
}

.shop ul#just_come li {
	float: left;
	width: 159px;
	height: 112px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.shop ul#just_come li.first {
	width: 160px;
}

.shop ul#just_come li.last {
	margin-right: 0px;
	text-align: center;
}

.shop ul#just_come li#just_come_title {
	width: 438px;
}

.shop ul#just_come li#just_come_title img {
	margin-left: 10px;
}

.shop ul#just_come li#just_come_title img#just_come_sub {
	margin-top: 5px;
}

.shop ul#just_come li#img_02 {
	width: 319px;
	margin-right: 2px;
}

.shop ul#just_come li#img_03 {
	width: 317px;
	margin-right: 0px;
}

.shop table#shop_table {
	border-collapse: collapse;
	width: 100%;
}

.shop table#shop_table th {
	width: 130px;
	padding: 17px 15px;
	background-color: #F3F3F2;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

.shop table#shop_table td {
	padding: 17px 20px;
	background: #FFFFFF url(../img/shop/table_background.gif) repeat-y left top;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

.shop #map p {
	padding-top: 15px;
}

/*==================================
		END		shop
===================================*/

/*==================================
				faq
===================================*/
.faq dl#faq_all {
	margin-top: 30px;
	margin-bottom: 90px;
}

.faq dl#faq_all dt,
.faq dl#faq_all dd {
	padding: 15px;
	padding-left: 27px;
	position: relative;
	border-bottom: 1px dashed #C5C5C5;
	zoom: 1;
}

.faq dl#faq_all dt .mark,
.faq dl#faq_all dd .mark {
	position: absolute;
	left: 0px;
	top: 12px;
}

.faq dl#faq_all dd {
	background: url(../img/common/background_pattern_01.gif) repeat left top;
}

/*==================================
		END		faq
===================================*/
/*==================================
				contact
===================================*/
.contact #main_colum a {
	color: #F00000;
}

.contact #content .container h3.title {
	margin-top: 0px;
}

.contact table#shop_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}

.contact table#shop_table th {
	width: 130px;
	padding: 17px 15px;
	background-color: #F3F3F2;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

.contact table#shop_table td {
	padding: 17px 20px;
	background: #FFFFFF url(../img/shop/table_background.gif) repeat-y left top;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

.contact table#shop_table input.text {
	border: 1px solid #C5C5C5;
	padding: 1px;
	width: 300px;
}

.contact table#shop_table textarea {
	border: 1px solid #C5C5C5;
	padding: 1px;
	width: 400px;
}

.contact input {
	vertical-align: middle;
}

.contact .buttons {
	text-align: center;
	padding: 20px 0px;
}

.contact .buttons input,
.contact .buttons a {
	margin: 0px 5px;
}

.contact ul#error_contact {
	margin-top: 20px;
}

.contact ul#error_contact li {
	float: left;
	width: 160px;
}

.contact ul#error_contact li.first {
	width: 161px;
}

.contact ul#error_contact li.last img {
	position: relative;
	top: 4px;
}

/*==================================
		END		contact
===================================*/
.policy #content .container h3.title {
	margin-top: 0px;
}

.policy #content #main_colum p {
	margin-bottom: 1.0em;
}

.policy #content #main_colum p a {
	color: #F00000;
}
