@charset "utf-8";
/* CSS Document */

body{
	font-size:10pt;
	color:#555555;
}
#container{
	padding: 0 0 0px 0px;
	}

em {
color:#FF0000;
font-style:normal;
}
	
/* header part */

#header{
	height:140px;
	width:900px;
	/*background-color:#F00; for degugging */
	margin:0 50px 5px;
	background: url(img/header_bg.png) no-repeat;
}

.head_p{
	color: #96783C;
	padding-top: 40px;
	text-align: right;
	font-size: 11pt;
	margin-right: 27px;
}
h1{
	background:url(img/siteID-trans.png) no-repeat;
	height:120px;
	width:195px;
	float:left;
	text-indent:-1000em;
}

#searcharea{
	float:right;
	margin-top:60px;
	display: none;
}
#searcharea>form>select{
	float:left;
	border:#000 1px solid;
	margin-right:10px;
	font-size:15pt;
}
#searcharea>form>input[name="name"]{
	float:left;
	border:#000 1px solid;
	font-size:15pt;
}
#searcharea>form>input[name="search"]{
	float:left
}
#categoryList{
	width:140px;
	height:30px;
}
#searchBox{
	width:170px;
	height:28px;
}

/* #menuにするとIE7.js(?)とコンフリクトする */
ul#navigation{
/*	clear:left;*/
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
	float:right;
	height:50px;
	width:670px;
	display: inline;
}
ul#navigation>li{
/*	display:block;*/
	float:left;
	text-indent:-1000em;
	margin-left: 5px;
	display: inline;
}
ul#navigation>li>a{
	display:block;
	overflow:hidden;
}
ul#navigation>li:first-child{
	padding-top:0;
}
ul#navigation>li:first-child>a{
	width: 157px;
	height: 30px;
	background: url(img/gNavi1.png) no-repeat;
}
ul#navigation>li:first-child>a:hover{
	background: url(img/gNavi1-hover.png) no-repeat;
}
ul#navigation>li:first-child+li>a{
	width:120px;
	height:30px;
	background: url(img/gNavi2.png) no-repeat;
}
ul#navigation>li:first-child+li>a:hover{
	background: url(img/gNavi2-hover.png) no-repeat;
}
ul#navigation>li:first-child+li+li>a{
	width:111px;
	height:30px;
	background: url(img/gNavi3.png) no-repeat;
}
ul#navigation>li:first-child+li+li>a:hover{
	background: url(img/gNavi3-hover.png) no-repeat;
}
ul#navigation>li:first-child+li+li+li>a{
	width:160px;
	height:30px;
	background: url(img/gNavi4.png) no-repeat;
}
ul#navigation>li:first-child+li+li+li>a:hover{
	background: url(img/gNavi4-hover.png) no-repeat;
}

ul#navigation>li:first-child+li+li+li+li>a{
	width:70px;
	height:30px;
	background: url(img/gNavi5.png) no-repeat;
}
ul#navigation>li:first-child+li+li+li+li>a:hover{
	background: url(img/gNavi5-hover.png) no-repeat;
}

/* main part */

#main{
	/*max-width:1024px;*/
	min-width:900px;
	clear:both;
	margin:0 50px 15px;
}

/* leftpart */
#leftSide{
	width:198px;
	min-height:600px;
	background:#FFF;
	border: #FDEBE7 1px solid;
	float:left;
}
#leftSide>h2{
	height:51px;
	text-indent:-1000em;
	background:url(img/title_ranking.png) no-repeat;
	margin-top:-31px;
	margin-left: 0px;
}

.ranking{
	position:relative;
	width:190px;
	height:100px;
	border-bottom: #FDEBE7 1px solid;
	margin:10px 5px 0px 5px;
	clear: both;
}
.ranking >img{
	position:absolute;
}
.ranking >a:first-child{
	float: right;
	display: block;
}
.ranking >a>img{
	float: right;
	width: 100px;
}
.ranking img.rankImage{
	top:0px;
	left: 0px;
	z-index:10;
}

.ranking a {
	width: 100px;
	font-size: 12px;
	line-height: 13px;
}
.ranking img.products{
}
.ranking a+img+a{
	position: relative;
	bottom:-10px;
	float: left;
	margin-top: 20px;
	width: 90px;
	color: #96783C;
	font-size: 0.8em;
}
/* centerpart */
#content{
	width:500px;
	min-height:580px;
	/*height:600px;*/
/*	background:#fbfbf3;*/
	background: white;
	float:left;
	padding-bottom:20px;
}
div#recommended{
	position:relative;
	width:480px;
	height:280px;
	margin:10px auto 0;
}
#slideContainer{
	overflow:hidden;
	width:inherit;
	height:inherit;
}
#imgContainer{
	width:1440px;
	position:absolute;
	}
#imgContainer>img{
	float:left;
}
div#recommended>*{
	position:absolute;
}
div#recommended>div+img{
	top:0;
	right:0;
}
div#recommended>h2{
	width:204px;
	height:93px;
	text-indent:-1000em;
	top:-33px;
	left:5px;
	z-index:10;
}
#recommended img{
	margin-left: 5px;
}
div#recommended>ul{
	width:480px;
	height:40px;
	background:url(img/bg-recommended.png) no-repeat;
	bottom:0;
	left:0;
}
div#recommended>ul>li{
/*	display:block;*/
	position:absolute;
	float:left;
	height:40px;
	line-height:40px;
}
div#recommended>ul>li>a{
	display:block;
	height:40px;
}
div#recommended>ul>li:first-child{
	width:130px;
	z-index:130;
	text-indent:1em;
}
div#recommended>ul>li:first-child+li{
	width:145px;
	z-index:120;
	left:110px;
	text-indent:3em;
}
div#recommended>ul>li:first-child+li+li{
	width:155px;
	z-index:110;
	left:235px;
	text-indent:2em;
}
div#recommended>ul>li:first-child+li+li+li{
	width:110px;
	z-index:100;
	left:370px;
}
div#recommended>ul>li:first-child+li+li+li>a{
	text-indent:-1000em;
}

#newsarea{
	width:470px;
	border: #D9BD9C 1px dashed;
	margin:40px auto 0 auto;
	background:#FFF;
}
#newsarea>h2{
	background:url(img/title_newinfo.png) no-repeat;
	text-indent:-1000em;
	width:172px;
	height:38px;
	margin:-11px 0 0 5px;
}
#newsarea>ul>li{
	list-style:circle;
	margin:0 0 5px 20px;
}

/* right part */
#rightSide{
	width:198px;
	min-height:600px;
	background:#FFF;
	border:#FBEEE0 1px solid;
	float:left;
}
#rightSide>h2{
	height:51px;
	text-indent:-1000em;
	background:url(img/title_login.png) no-repeat;
	margin-top:-31px;
	margin-left: 0px;
	position: relative;
}
#rightSide>hr{
	margin:10px;
	color:#CDCDCD;
}
div.breeder{
	margin:10px;
}
div.breeder>img{
	border:#cdcdcd 1px solid;
	padding:3px;
	margin-right:10px;
}
div.breeder>h3{
	display:inline;
	vertical-align:bottom;
	font-size:12pt;
}
div.breeder>p{
	clear:both;
}

#login_form .small a{
	color: #96783C;
}
/* unbottom part */
#unbottom{
	clear:both;
	width:900px;
	padding: 0 0 0 0;
	margin:0px 50px 5px;
	float: left;
}
#unbottom>h2{
	background:url(img/monthry_reco.png) no-repeat;
	text-indent:-1000em;
	width:900px;
	height:37px;
	position: relative;
	margin-bottom: 10px;
}
#unbottom div{
	float: left;
	margin:0 9px 40px 9px;
	position: relative;
}
/* bottom part */
#bottom{
	clear:both;
	height:265px;
	width:900px;
	padding: 0 0 0 0;
	background: #F7E6CE;
	margin-top: 60px;
	float: left;
	margin-left: 0px;
	display: inline;
}
#bottom>h2{
	background:url(img/title_kokodake.png) no-repeat;
	text-indent:-1000em;
	width:208px;
	height:67px;
	margin-top: -40px;
	margin-left: -10px;
	position: relative;
}
div.limited{
	float:left;
	width:190px;
	height:205px;
	border-left: #B58455 1px solid;
	border-right: #B89A6F 1px solid;
	border-bottom: #D0BC9F 2px solid;
	border-top: #B69563 1px solid;
	background: url(img/kokodake_bg.png) no-repeat bottom;
	margin:0 8px 0 20px;
	position: relative;
}
div.limited>p{
	color:#765C30;
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	font-size:10pt;
	padding:5px;
}
div.limited>a{
	float:right;
	margin-right:5px;
	position: absolute;
	left: 70px;
	top: 180px;
}

/* footer part*/
#footer{	
	/*width:900px;*/
	padding-top: 27px;
	clear:both;
	color:#999;
	width: 950px;
	font-weight:bold;
	margin-top:50px;
	background: url(img/footer_bg.png) no-repeat right bottom;
}
#footer>div{
	float:left;
	padding:0px 10px 0 10px;
}
#footer>div:first-child{
	margin:0 70px 0 60px;
	width:200px;
}
#footer>div>h2{
	font-size:12pt;
	height:18pt;
}
#footer>div>ul>li{
	line-height:18pt;
	font-size:10.5pt;
	background: url(img/arrow_brown.png) no-repeat left 4px;
	padding-left: 16px;
	
}
#footer>div>ul>li>a{
	text-decoration:none;
	color: #96783C;
}
#footer div{
	background: url(img/footer_pink_bg.png) repeat-y;
	padding-left: 20px;
	height: 140px;
	width: 200px;
	color: #96783C;
}
div#profile{
	width:375px;
}
#footer div#profile{
	width:375px;
	background: url(img/footer_pink_bg.png) repeat-y;
	padding-left: 20px;
	height: 140px;
}
#footer >a > img{
	background: url(img/footer_pink_bg.png) repeat-y;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 0;
	padding-bottom: 5px;
}
div#profile>img{
	border:#cdcdcd 1px solid;
	padding:3px;
	background:#FFF;
	float:left;
}
div#profile>p{
	height:90px;
	width:220px;
	float:left;
	margin-left:10px;		
}
img#qrcode{
	margin-top:20px;
}
#copyright{
	clear:both;
	margin:20px 10px 0 220px;
	font-size:12pt;
	font-weight:normal;
	color: white;;
	text-align: right;
}

/* mypage login.tpl */
div#under02column_login .loginarea {
    width: 420px;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    border: 5px solid #ccc;
}

div#under02column_login .loginarea .inputtext {
    width: 340px;
    margin: 15px auto 0 auto;
}

div#under02column_login .loginarea .inputtext02 {
    width: 340px;
    margin: 15px auto 0 auto;
    font-size: 90%;
}

div#under02column_login .loginarea .inputbox {
    width: 380px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
}

div#under02column_login .loginarea .inputbox .passwd {
    margin: 15px 0 0 0;
}

div#under02column_login .loginarea .inputbox .box300 {
    width: 300px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#under02column_login .loginarea .inputbox02 {
    width: 380px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
    text-align: center;
}


/* kiyaku.tpl */
#kiyaku{
	width:480px;
	height:600px;
	margin:10px 10px;
}

div.submitButton{
	margin:20px 50px;
}

/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mynavarea {
    width: 500px;
	height:120px;
}

div#mynavarea li {
    display: block;
	float:left;
    height: 30px;
}
#mynavarea p{
	clear:both;
	}

div#mycontentsarea {
	width:460px;
	margin:0 20px;	
}

div#mycontentsarea h3 {
    margin: 0 0 10px -20px;
}

div#mycontentsarea table th {
    text-align: center;
}

div#mycontentsarea p.myconditionarea {
    clear: both;
    width: 280px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}

div#mycontentsarea p.delivempty {
    clear: both;
    width: 280px;
    margin: 30px auto;
    padding: 10px 0;
    border: solid 5px #CCC;
    text-align: center;
}

/*******/
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
	width:100px;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 380px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontentsarea .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box300 {
    width: 300px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .box260 {
    width: 260px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#mycontentsarea .zipimg img {
    margin: 5px 0 0 0;
}

div#completetext p.changetext {
    padding: 40px 0;
    text-align: center;
}


/* 会員登録
----------------------------------------------- */
select,input[type="text"] {
border:1px solid #CCCCCC;
}

div#undercolumn_entry {

}

div#undercolumn_entry .area470 {
    width: 460px;
    height: 520px;
    margin: 5px 10px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .box320 {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_entry .zipimg img {
    margin: 5px 0 0 0;
}

div#undercolumn_entry div#completetext {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}

div#undercolumn_entry div#completetext em {
    font-weight: bold;
}

div#undercolumn_entry div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

div#undercolumn_entry dt {
    float: left;
    width: 4em;
    border: 1px solid #FF0000;
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {

}

div#undercolumn_contact .box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .box380 {
    width: 380px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

div#undercolumn_contact .zipimg img {
    margin: 5px 0 0 0;
}

/* PR */
#pr h2{
	background:url(img/heading.png) no-repeat;
	width:460px;
	height:40px;
	margin:10px 20px 20px;
	line-height:40px;
	text-indent:65px;
	font-size:16pt;
}

#pr h3{
	background:url(img/heading2-small.png) no-repeat;
	font-size:10.5pt;
	font-weight:bold;
	color:#FFF;
	text-indent:40px;
	line-height:26px;
	letter-spacing:-1px;
	margin-left:15px;
}
#pr>p, #pr>ul,#pr>dl{
	text-indent: 1em;
	margin: 5px  20px 10px 20px;
	background:#FFF;
	border: solid 1px #333;
	padding:5px;
}

#pr>dl{
	padding-bottom:0;
}

#pr>dl dt{
	margin: -5px -5px 5px -5px;
	background: #333;
	color: #FFF;
}

#pr>dl dd{
	margin: 0;
	margin-bottom: 15px;
}

/* mypage bugfix */
ul.button_like>li>a>img{
	width:150px !important;
	height:30px !important;
}

p.flowarea img{
	width:500px !important;
	height:90px !important;
}

#undercolumn > p{
	margin:auto 10px;
	text-indent:1em;
}
#detailphotoblock{
	margin-left:10px;
}
.price {
color:#FF0000;
font-weight:bold;
}
#customervoicearea ul{
	margin:auto 10px;
}
#customervoicearea > a{
	text-align:right;
	display:block;
	margin-right:10px;
}
div#customervoicearea li{
	width:480px;
	}
	
	
	

/* カテゴリ
----------------------------------------------- */

div#category {
	width: 470px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border: solid 1px #F5B49F;
	border-top: none;
	background-color: white;
}

div#category h2 {
	margin-top: -2px;
	margin-left: -1px;
	margin-right: -1px;
	width: 472px;
	height: 32px;
	margin-bottom: 5px;
	position: relative;
}

div#category h2 img{
	margin-top: 0;
}

div#category ul#categorytree {
	margin-left: 20px;
}

div#category ul#categorytree li {
	float: left;
	width: 200px;
	height: 20px;
	line-height: 20px;
	background: url(img/arrow_pink_small.png) no-repeat left 4px;
	padding-left: 12px;
}

#categorytree li a{
	color: #EE826C;
}
/* clear fix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    margin-bottom: 5px;
    padding: 0px 5px 5px;
}

div#loginarea p {
    padding: 2px 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#login + p {
    margin: 3px 0 0 0;
    padding: 0;
    text-align: right;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 140px;
    border: solid 1px #ccc;
    font-size: 13px;
}

.small {
    font-size: 10px;
    text-align: center;
}

/* スケジュール
----------------------------------------------- */

div#schedule{
	border: 1px solid #FBEEE0;
	padding-top: 10px;
}
div#schedule h2 {
    width: 176px;
    height: 20px;
    margin-left: 12px;
	margin-top:5px;
    background: url(img/title_event.png) no-repeat;
    text-indent: -999em;
}

div#schedule span{
	color: #630;
	margin-right: 0.5em;
}

div#schedule ul {
    margin: 5px;
    margin-bottom: 10px;
}

div#schedule ul h3 {
    background: #CC9966;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

div#schedule ul li {
	line-height: 15px;
	margin: 3px 5px;
	font-size: 0.9em;
	color: #663300;
}

ul#cMonth{
}

ul#nMonth {
}

/* advertise
----------------------------------------------- */

div#advertisement {
    margin-top: 15px;
    text-align: center;
}

div#advertisement h2 {
    width: 180px;
    height: 30px;
    background: url(img/advertisement.jpg) no-repeat;
    margin-bottom: 10px;
    margin-left: 5px;
    text-indent: -999em;
    font-size: 13px;
}

/* 写真リストページ(photo.php)
----------------------------------------------- */

div#photoContainer {
	margin: 10px;
}

div#photoContainer h2 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #630;
	border-left: solid 10px #630;
}

ul.eventList {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 5px;
	border: solid 1px #CCC;
	background: white;
}

ul.eventList > h3 {
	margin-bottom: 5px;
	background: #630;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
}

ul.eventList span {
	margin-right: 5px;
	color: #666;
}



/* 写真詳細(photo.php)
----------------------------------------------- */

ul.photoPager {
	clear: both
}

ul.photoPager li{
	display: inline;
}

div.photoBox {
	float: left;
	margin: 10px 5px;
	padding: 2px;
	border: solid 1px #630;
}

div.photoBox img {
	display: block;
}

/* 商品詳細コメント
----------------------------------------------- */

.detailComment {
    clear: both;
    margin-top: 1em;
    border-top: dashed 1px #CCCCCC;
}

.detailComment p {
    margin: 3px 10px;
}