@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
基本初期化
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body,form,ul,li,h1,h2,h3,p,table{
	margin: 0px;
	padding: 0px;
}

body,th,td{
	color:#444444;
}

body {
	background-color: #eeeeee;
	width:100%;
	text-align:center;
	padding: 0px;
	font-size: 12px;
	line-height: 1.3;
}

p {
	margin-top: 5px;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.left {
	text-align: left;
}
p.new_mini {
	width: 165px;
	text-align: left;
	float: left;
	font-size: 10px;
}
p.mobile_mini {
	width: 165px;
	text-align: left;
	float: right;
	font-size: 10px;
}

ul{
	list-style: none;
	list-style-position: outside;
}

div{
	text-align: left;
	/*border: solid 1px #999999;*/
}
p.support_cal {
	width:180px;
	margin-left: 57px;
	text-align: center;
}
img{
	border: 0px;
}

img.left{
	float: left;
	margin: 0px 5px 5px 0px;
}

img.right{
	float: right;
	margin: 0px 0px 5px 5px;
}

strong{
	font-weight:bold;
}

hr{
	clear: both;
	margin: 5px 0px;
	border-top-width: 2px;
	border-top-color: #cccccc;
	border-style: dotted none none none;
	background-color: #ffffff;
	height: 2px;
}

hr.small{
	clear: both;
	margin: 5px 0px;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-style: dotted none none none;
	background-color: #ffffff;
	height: 1px;
}

hr.top_list{
	clear: both;
	margin: 0px;
	border-top-width: 2px;
	border-top-color: #ffd766;
	border-style: dotted none none none;
	background-color: #ffffff;
	height: 2px;
}


/*文字装飾ルール*/
em{
	font-style:normal;
	font-weight:bold;
	color:#990000;
}

.att{
	font-weight:bold;
	color:#990000;
}
.cap{
	font-weight:bold;
	color:#006600;
}
.voice_com{
	color:#E67F23;
}

.big{
	font-size: 14px;
}

.catchy{
	font-size: 16px;
}


.small{
	font-size: 10px;
}


/*テーブル*/

table{
	width:598px;
	border-spacing:1px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

td,th{
	empty-cells: show;
	border-spacing:0px;
	border: solid 1px #fdc726;
	margin:0px;
	padding:2px 0px 2px 4px;
}

th{
	width:198px;
	/*border-bottom: solid 1px #e6aa00;*/
	text-align:left;
	font-weight:normal;
	background-color:#ffd766;
}

th.title{
	width: 598px;
	height: 24px;
	padding: 0px;
	border: solid 0px #ffffff;
	background-color:#ffffff;
}

th.title img{
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

th.header{
	width:598px;
	font-weight: bold;
}

td{
	width:400px;
	background-color:#fce6aa;
}

td.white{
	width: 598px;
	background-color:#ffffff;
}

table.link{
	width:598px;
	border-spacing:0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}
td.link{
	background-color:#ffffff;
	empty-cells: show;
	border-spacing:0px;
	border: solid 0px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

td.support{
	width:50%;
	background-color:#ffffff;
	vertical-align:top;
}

/*半分の大きさのテーブルの幅*/
.half,.half th.title,.half th.header,.half td.white{
	width: 295px;
}
/*マーク付見出し*/
p.marktitle{
	text-indent:16px;
	background:url(../img/navi_mark.gif) no-repeat;
	background-position: 0 2px;
	margin-bottom: 5px;
}

/*フォーム*/
form input{
	font-size: 12px;
}
form .text{
	width:300px;
}
form textarea{
	font-size: 12px;
	width:300px;
	height:60px;
}
div .submit{
	text-align:center;
}
form .submit{

}

/*ボタン*/
.button100{
	width: 100px;
	height: 24px;
	text-indent: -9999px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: underline;}
a:hover {text-decoration: underline;}

/*マーク付きリンク*/
.next{
	display: block;
	background: url(../img/mark_next.gif) no-repeat;
	background-position:2px 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 0px 2px 20px;
}

.back{
	display: block;
	background: url(../img/mark_back.gif) no-repeat;
	background-position:2px 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 0px 2px 20px;
}

/*マウスオーバーで画像を明るくする*/
a:hover img{
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;  
	opacity: 0.6;  
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
レイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#body{
	width:100%;
	text-align: center;
	background:url(../img/body_back.gif) repeat-y;
	background-position: center center;
}

div#all{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

div#leyout_top{
	height: 20px;
	width: 800px;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パン屑リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#navi,.navi{
	clear:both;
	width:600px;
}

#navi li{
	float:left;
	text-indent:15px;
	background:url(../img/navi_mark.gif) no-repeat;
	background-position:0px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.navi{
	clear:both;
	margin: 0px;
}

.navi li{
	float:left;
	text-indent:15px;
	background:url(../img/navi_mark.gif) no-repeat;
	background-position:0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページトップへ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div.page_top{
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	background:url(../img/mark_top.gif) no-repeat;
	background-position: right;
	margin: 5px 0px 20px 0px;
	padding-right: 18px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
前のページへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div.page_back{
	float: left;
	width: 200px;
	height: 20px;
	text-align: left;
	background: url(../img/mark_back.gif) no-repeat;
	background-position: left;
	margin: 5px 0px 20px 0px;
	padding:2px 0px 2px 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ紹介文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1.catchy{
	float: left;
	width: 750px;
	height: 20px;
	font-size:11px;
	text-indent:0px;
	margin: 2px 0px;
}

h1.catchy_sitemap{
	float: right;
	width: 50px;
	height: 20px;
	font-size:11px;
	text-indent:0px;
	margin: 2px 0px;
}

div.sitemap{

}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
タイトル / コーナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1.title{
	clear:left;
	width: 600px;
	height: 50px;
	font-size:18px;
	text-indent:30px;
	font-family: sans-serif;
	margin: 5px 0px;
	padding: 14px 0px 0px 0px;
}
/*文字数が多いときに対応*/
h1.title2{
	clear:left;
	width: 600px;
	height: 50px;
	font-size:14px;
	text-indent:30px;
	font-family: sans-serif;
	margin: 5px 0px -2px 0px;
	padding: 16px 0px 0px 0px;
}
h1.title3{
	clear:left;
	width: 600px;
	height: 50px;
	font-size:12px;
	text-indent:30px;
	font-family: sans-serif;
	margin: 5px 0px -4px 0px;
	padding: 18px 0px 0px 0px;
}
h1.title4{
	clear:left;
	width: 600px;
	height: 50px;
	font-size:10px;
	text-indent:30px;
	font-family: sans-serif;
	margin: 5px 0px -6px 0px;
	padding: 20px 0px 0px 0px;
}

/*写真バリエーション*/
h1.p1{
	background: url(../img/title_p1.gif) no-repeat;
}
h1.p2{
	background: url(../img/title_p2.gif) no-repeat;
}


/*コーナー*/
h2.title{
	clear:left;
	width: 600px;
	height: 30px;
	font-size:12px;
	text-indent:15px;
	background: url(../img/corner.gif) no-repeat;
	padding: 3px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	clear: both;
}

h3.title{
	font-size:14px;
	font-weight:bold;
	color:#006600;
	background: url(../img/mark_text.gif) no-repeat;
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#leyout_top{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:820px;
	height:3px;
	background-color:#236e26;
	text-align:center;
	border-top: solid 1px #589e5a;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#header{
	width: 800px;
}
/*ロゴ*/
div#logo{
	float: left;
	width: 180px;
	height: 120px;
}

/*ヘッダートップ*/
#header_top{
	float: right;
	width: 600px;
	height: 120px;
}

#header_info{
	float: left;
	width: 300px;
	height: 70px;
}

#header_main{
	float: left;
	width: 600px;
	height: 72px;
}

#header_top .box{
	width: 138px;height:70px;
	border: 1px solid #dddddd;
	padding-top: 1px;
	text-align: center;
	background: url(../img/header_top_back.gif) no-repeat;
	background-position: right bottom;
}

#header_top .box p{
	margin: 2px 0px;
}

#header_top .box span{
	background-color: #ee7f1e;
	color: #ffffff;
	padding: 1px 3px 1px 3px;
	margin-right: 5px;
}

#header_top a.login{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	background: url(../img/button_login_off.gif) no-repeat;
}
#header_top a.login:hover{
	background: url(../img/button_login_on.gif) no-repeat;
}



/*かごの中*/
#header_member{
	float: right;
	width: 300px;
	height: 70px;
}


/*ヘッダメニュー*/
#header_menu{
	margin-top: 5px;
	float:right;
	width:600px;
	height:40px;
}

#header_menu li{
	float:left;
	width:110px;
	height:40px;
	/*background:url('../img/header_menu.gif') no-repeat;*/
	background-position:0px;
}
#header_menu li a{
	display: block;
	width:110px;
	height:40px;
	text-indent: -9999px;
}

#header_menu li a.use{
	background: url(../img/header_menu_use_off.gif) no-repeat;
}
#header_menu li a.use:hover{
	background: url(../img/header_menu_use_on.gif) no-repeat;
	background-position:0px 2px;
}

#header_menu li a.postage{
	background: url(../img/header_menu_postage_off.gif) no-repeat;
}
#header_menu li a.postage:hover{
	background: url(../img/header_menu_postage_on.gif) no-repeat;
	background-position:0px 2px;
}

#header_menu li a.lay{
	background: url(../img/header_menu_lay_off.gif) no-repeat;
}
#header_menu li a.lay:hover{
	background: url(../img/header_menu_lay_on.gif) no-repeat;
	background-position:0px 2px;
}

#header_menu li a.faq{
	background: url(../img/header_menu_faq_off.gif) no-repeat;
}
#header_menu li a.faq:hover{
	background: url(../img/header_menu_faq_on.gif) no-repeat;
	background-position:0px 2px;
}

#header_menu li a.cart{
	float:left;
	width:160px;
	height:40px;
	background:url(../img/header_menu_cart_off.gif) no-repeat;
	background-position:0px 0px;
}

#header_menu li a.cart:hover{
	background:url(../img/header_menu_cart_on.gif) no-repeat;
	background-position:0px 2px;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
左メニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#left{
	clear:both;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	background-color:#ffffff;
}

#left_menu{
	width: 180px;
	margin-top: 5px;
	background-color:#ffffff;
}

/*左メニューのリンクリスト*/
#left_menu ul{
	margin-top: 5px;
	background-color:#ffd766;
	border-bottom: 1px solid #dddddd;
}

#left_menu li{
	/*height: 20px;*/
	border-bottom: 2px dotted #eaaf00;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/*左メニューのタイトル*/
#left_menu li.title{
	height: 30px;
	/*background: url('../img/left_menu_title.gif') no-repeat;*/
	background-color:#ffffff;
	border: none;
}


#left_menu a{
	display: block;
	vertical-align:middle;
	/*text-indent:20px;*/
	background: url(../img/left_menu_mark.gif) no-repeat;
	background-position:2px 2px;
	background-color:#ffd766;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 0px 2px 20px;
}


#left_menu li.title a{
	height:100%;
	display: block;
	text-indent:0px;
	background:none;
	background-position:0px;
	padding: 0px;
}

#left_menu a:link{
	color:#444444;
	background-color:#ffd766;
}
#left_menu a:visited{
	color:#444444;
	background-color:#ffd766;
}
#left_menu a:active{
	color:#444444;
	background-color:#fdc726;
}
#left_menu a:hover{
	color:#444444;
	background-color:#fdc726;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カレンダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table.cal{
	width: 180px;
	font-size: 11px;
	text-align: center;
	border-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px;
	background-color: #ffffff;
}
table.cal td{
	width: 25px;
	border-spacing: 0px;
	empty-cells: show;
	border: solid 1px #fdc726;
	margin: 0px;
	padding: 2px;
	background-color: #ffffff;
}
table.cal td.month{
	width: 180px;
	background-color: #fdc726;
}
table.cal td.week{
	background-color: #fce6aa;
}
table.cal td.holiday{
	background-color: #fce6aa;
}
table.cal td.cal{
	background-color: #ffffff;
}
table.cal td.white{
	width: 180px;
	text-align: left;
	background-color:#ffffff;
}

table.white{
	width:598px;
	text-align: center;
	border-spacing:0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

td.diary{
	empty-cells: show;
	text-align: center;
	border-spacing:0px;
	border: solid 0px #ffffff;
	margin:0px;
	width: 290px;
	padding:2px 0px 2px 4px;
	background-color:#ffffff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
注文情報表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table.order_title{
	border: solid 0px #ffffff;
	margin:0px;
	background-color: #ffffff;
	padding:0px;
}
td.order_title{
	width:293px;
	border: solid 0px #ffffff;
	margin:0px;
	background-color: #ffffff;
	padding:0px;
	vertical-align:top;
}

td.order_no{
	width:14px;
	border: solid 0px #ffffff;
	margin:0px;
	background-color: #ffffff;
	padding:0px;
}

.top_com{
	width:284px;
	background-color: #FAE6AB;
	margin-top:0px;
	padding:3px;
	border-style:solid;
	border-color:#fdc726;
	border-width:2px 2px 0px 2px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お客様の声
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
p.voice_top{
	width:336px;
	border: solid 2px #fdc726;
	background-color: #FAE6AB;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:0px;
	float:left;
}

.voice_top_detail{
	width:300px;
	text-align: left;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
注文状況
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
p.order_top{
	width:249px;
	border: solid 2px #fdc726;
	background-color: #FAE6AB;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:0px;
	float:right;
}

.order_top_detail{
	width:212px;
	text-align: left;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フェレット情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
table.ferret_info{
	text-align: center;
	border-spacing:0px;
	border: solid 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}
tr.ferret_info{
	border-spacing:0px;
	border: solid 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}

td.ferret_info{
	border-spacing:0px;
	border: solid 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main{
	float:right;
	width:600px;
	margin-bottom: 10px;
	background-color:#ffffff;
}

.item{
	clear:both;
	width:600px;
}

/*アイテム(ボックス)*/
.item_box{
	float: left;
	width: 100px;
	height: 100%;
	border: dotted 1px #cccccc;
	margin: 5px 14px;
	padding: 10px;
}

.item_box img{
	width:100px;
	height:100px;
	margin-bottom: 5px;
}

.item_box .price{
	float: right;
}

/*アイテム(リスト)*/
.item_list{
	clear: both;
	width: 580px;
	margin: 5px 0px;
	padding: 10px;
}
.item_list_img{
	float: left;
	width: 130px;
	vertical-align: top;
	margin-bottom: 10px;
}
.item_list_info{
	float: right;
	width: 450px;
	vertical-align: top;
}
.item_list img{
	float: left;
	width: 120px;
	height: 120px;
	vertical-align: top;
	margin-right: 10px;
}
.item_list form{
	text-align: right;
	display: block;
	background-color: #ffffdd;
	padding: 5px;
	margin-bottom: 5px;
}
.item_list form a{
	text-align: left;
	display: block;
	background-color: #ffffdd;
}

/*店鋪写真*/
table.shop_photo{
	width: 580px;
	padding: 10px;
	background-color: #ffffff;
	border-spacing: 0px;
}

table.shop_photo td{
	width:290px;
	height:180px;
	text-align: center;
	background-color: #ffffff;
	border: solid 0px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sitemap{
	float: left;
	width: 300px;
	vertical-align: top;
}

p.head{
	font-size:12px;
	text-align: left;
	text-indent:5px;
	font-weight:bold;
	background:url('../img/mark_text.gif') no-repeat;
	background-position:0px;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
}

p.in{
	margin: 6px 0px 6px 10px;
	font-size:12px;
	text-align: left;
	vertical-align:top ;
	background: url(../img/navi_mark.gif) no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.exp{
	font-size:11px;
}

p.top_corner{
	font-size:12px;
	text-align: left;
	text-indent:5px;
	font-weight:bold;
	background:url('../img/mark_text.gif') no-repeat;
	background-position:0px;
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 5px;
	vertical-align:middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッタ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#footer{
	margin-left: auto;
	margin-right: auto;
	clear:both;
	width:800px;
	height:65px;
	background-color:#dddddd;
	text-align:center;
	padding: 5px 0px;
	border-bottom: solid 1px #cccccc;
}

div.footer_top{
	float: left;
}
div.footer_top dt{
	display: block;
	vertical-align:middle;
	font-weight:bold;
	/*text-indent:20px;*/
	background: url(../img/mark_back.gif) no-repeat;
	background-position:2px 2px;
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:2px 0px 2px 20px;
}
/*float解除用*/
.cr {
	clear: both;
}