@charset "UTF-8";
/* CSS Document */


/*--------------------------------------
	デフォルト
--------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	background:#fefefc;
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;/*スクロール表示用*/
}

body {
	min-width:970px;
	width:auto !important;
	width:970px;
	margin:0 auto;
	color:#666666;
	font-family:"MS UI Gothic","Verdana","ＭＳ Ｐゴシック","Arial","Osaka";
	font-size:75%;
	letter-spacing:0;/*IE7用*/
	/padding-left:1px;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

img {
	border:0;
	-ms-interpolation-mode: bicubic;
}

ol,ul {
	list-style:none;
}

button {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	overflow: visible;/*IE用*/
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	vertical-align:baseline;  
}

fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
}  

input, label, select {  
	vertical-align:middle; 
}
   
table {  
	border-spacing:0;  
	font-size:100%;  
}

h2 img, h3 img, h4 img {
	vertical-align:bottom;
}


*:first-child+html * {
	letter-spacing:0;/*IE7 hasLayout対策*/
}


a {
	color:#5d3205;
	text-decoration:underline;
}

a:link {
}

a:visited {
}

a:hover {
	color:#5d3205;
	text-decoration:none;
}

a:active{
}

/*----　clearfix　----*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { /zoom: 1; } /* IE6 */


/*文字の大文字・小文字設定*/
.trans1 {
	text-transform:capitalize;	/*先頭だけ大文字*/
}

.trans2 {
	text-transform:uppercase;	/*全て大文字*/
}


.structure {
	width:940px;
	margin:0 auto;
	padding:0 20px;
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
#top {
	background:url(../images/gnav_bg.png) no-repeat center bottom;
}

#top h1 {
	padding:10px 20px 0;
	color:#000000;
	text-align:right;
	font-family:'ヒラギノ明朝 Pro W3','ＭＳ 明朝','平成明朝',serif;
	font-size:83%;
}

#top #header {
	/zoom:1;
	color:#000000;
	font-family:'ヒラギノ明朝 Pro W3','ＭＳ 明朝','平成明朝',serif;
}

#top #header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#top #logo {
	width:400px;
	padding:1px 0 29px;
	float:left;
}

#top #logo a {
	display:block;
	width:392px;
	height:0;
	padding-top:49px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat 0 0;
}

body.dog #top #logo a {
	background:url(../images/logo_d.png) no-repeat 0 0;
}

body.owner #top #logo a {
	background:url(../images/logo_p.png) no-repeat 0 0;
}

body.blog #top #logo a {
	background:url(../images/logo_b.png) no-repeat 0 0;
}

#top #header ul {
	width:530px;
	float:right;
	text-align:right;
	padding-top:5px;
}

#top #header ul li {
	line-height:1.5;
}

#top #header ul li a {
	color:#000000;
}

#top #gnav {
}

#top #gnav li {
	width:180px;
	height:30px;
	margin-right:5px;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

#top #gnav li a {
	display:block;
	width:180px;
	height:0px;
	padding-top:30px;
	overflow:hidden;
}

#top #gnav li.gnav1 a {
	background:url(../images/gnav.png) no-repeat 0 -30px;
}

body.dog #top #gnav li.gnav1 a,
#top #gnav li.gnav1 a:hover {
	background-position:0 0;
}

#top #gnav li.gnav2 {
	display:none;
}

#top #gnav li.gnav2 a {
	background:url(../images/gnav.png) no-repeat -185px -30px
}

body.owner #top #gnav li.gnav2 a,
#top #gnav li.gnav2 a:hover {
	background-position:-185px 0;
}

#top #gnav li.gnav3 a {
	background:url(../images/gnav.png) no-repeat -370px -30px;
}

body.blog #top #gnav li.gnav3 a,
#top #gnav li.gnav3 a:hover {
	background-position:-370px 0;
}


/*-------------------------------------
	コンテンツ
-------------------------------------*/
#wrap {
	padding:30px 0 0;
	background:url(../images/bg.png) no-repeat center top;
	/zoom:1;
}

#wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#wrap #container {
	width:930px;
	margin:0 auto;
	background:url(../images/content_bg.png) repeat-y 0 0;
}

#wrap #container #content {
	padding-bottom:10px;
	background:url(../images/content_bg_bottom.png) no-repeat 0 100%;
	/zoom:1;
}

body.col1 #wrap #container{
	background:none;
}

body.col1 #wrap #container #content {
	background:none;
}

*:first-child+html body.col1 #wrap #container{
	position:relative;
}

body.about #wrap #container #content {
	position:relative;
	width:930px;
	height:950px;
	background:url(../images/about.png) no-repeat 0 0;
}

#wrap #container #content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*	左カラム
-------------------------------------*/

#left-content {
	float:left;
	width:665px;
}

#left-content #main {
	float:right;
	width:480px;
}

/*-----オススメアイテム-----*/
#left-content #recommend {
	position:relative;
	width:480px;
	height:129px;
	margin-bottom:20px;
	padding-bottom:24px;
	background:url(../images/recommend_bg.png) no-repeat 0 0;
}

#left-content #recommend #carousel {
	width:100%;
	height:100%;
	margin-left:16px;
}

#left-content #recommend #carouselInner {
	/zoom:1;
}

#left-content #recommend #carouselInner:after{ content : ''; display : block; clear : both; height:0; }

#left-content #recommend #prev,
#left-content #recommend #next {
	position:absolute;
	width:16px;
	top:63px;
	cursor:pointer;
}

#left-content #recommend #prev{
	left:0;
}

#left-content #recommend #next{
	right:0;
}

#left-content #recommend ul.column {
	width:442px;
	float:left;
	white-space:nowrap;
	padding:11px 0 0 5px;
	overflow:hidden;
}

#left-content #recommend ul li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-right:5px;
	vertical-align:middle;
}

/*-----特集-----*/

#left-content #special {
	width:480px;
}

#left-content #special ul {
	/zoom:1;
}

#left-content #special ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#left-content #special ul.size-l,
#left-content #special ul.size-m {
	width:500px;
	margin-right:-20px;
}

#left-content #special ul.size-s {
	width:495px;
	margin-right:-15px;
}

#left-content #special ul li {
	float:left;
	display:inline;
	margin-bottom:20px;
}

#left-content #special ul.size-l li,
#left-content #special ul.size-m li {
	margin-right:20px;
}

#left-content #special ul.size-s li {
	margin-right:15px;
}

#left-content #special ul li a {
	display:block;
	border:solid 3px #f1f1f1;
}

#left-content #special ul li a:hover {
	border:solid 3px #eee1d2;
}


/*	右カラム
-------------------------------------*/

#right-content {
	float:right;
	width:250px;
	padding-top:10px;
}

#right-content .banner {
	margin-bottom:15px;
	text-align:center;
}



/*-------------------------------------
	フッター
-------------------------------------*/
#footer {
	padding:16px 0 24px;
	text-align:center;
	font-size:83%;
}

*html #footer {
	position:relative;
}

#footer #pagetop {
	position:fixed;
	width:41px;
	height:46px;
	right:0px;
	bottom:50px;
}

*html #footer #pagetop {
	position:absolute;
	right:-36px;
}

#footer #pagetop a {
	display:block;
	width:41px;
	height:0px;
	padding-top:46px;
	overflow:hidden;
	background:url(../images/pagetop.png) no-repeat 0 0;
}

*html #footer #pagetop a {
	background:url(../images/pagetop_ie6.png) no-repeat 0 0;
}

#footer #pagetop a:hover {
	background:url(../images/pagetop.png) no-repeat 0 -46px;
}

*html #footer #pagetop a:hover {
	background:url(../images/pagetop_ie6.png) no-repeat 0 -46px;
}


/*--------------------------------------
	商品一覧
--------------------------------------*/

body.list #main h2 {
	width:436px;
	padding-bottom:2px;
	padding-left:44px;
	background:url(../images/result_bg.png) no-repeat 0 0;
}

body.list #main .entry {
	width:444px;
	margin:0 auto;
	padding:19px 12px 28px;
	background:url(../images/result_line.png) repeat-x 0 100%;
	/zoom:1;
}

body.list #main .entry:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

body.list #main .entry .left {
	float:left;
	width:150px;
}

body.list #main .entry .left li {
	display:inline-block;
	/display:inline;
	/zoom:1;
}

body.list #main .entry .left li img {
	vertical-align:top;
}

body.list #main .entry .left li.main-photo {
	width:150px;
	height:150px;
	text-align:center
}

body.list #main .entry .right {
	float:right;
	width:260px;
	line-height:1.4;
}

body.list #main .entry .right h3 {
	margin-bottom:16px;
	padding-left:16px;
	background:url(../images/entry_title_icon.png) no-repeat 0 3px;
	font-size:125%;
	font-weight:700;
}

body.list #main .entry .right .text {
	margin-bottom:8px;
}

body.list #main .entry .right .price {
	margin-bottom:18px;
	padding-left:5px;
	color:#e7a4a5;
	font-weight:700;
}

body.list #main .entry .right .quick {
	padding-bottom:3px;
	font-size:85%;
}

body.list #main .entry .right .btn {
	width:260px;
	height:19px;
}

body.list #main .entry .right .btn a {
	display:block;
	width:260px;
	height:0;
	padding-top:19px;
	overflow:hidden;
	background:url(../images/quick_search.png) no-repeat 0 -19px;
}

body.list #main .entry .right .btn a:hover {
	background:url(../images/quick_search.png) no-repeat 0 -0px;
}

body.list #main .entry .right .relation-title {
	margin:10px 5px 5px;
}

body.list #main .entry .right .relation {
	padding:0 10px;
}

body.list #main .entry .right .relation li {
	display:inline;
	padding-right:8px;
	font-size:83%;
}

/*	about
--------------------------------*/
body.about .text {
	width:0;
	height:0;
	overflow:hidden;
}

body.about .banner {
	position:absolute;
	width:88px;
	left:195px;
	bottom:155px;
}

body.link .linkList  {
	padding:100px 0;
	text-align:center;
}

.tdftdiv a {
	color:#999;
	font-size:83%;
}

#notFound {
	margin:0 auto;
	width:500px;
	text-align:center;
}

#notFound a {
	color:#e7a4a5;
}