@charset "EUC-JP";
/* --------------------------------------------------
	Since : 2007/11/24
	Last Modified: 2007/11/29
	Site Name: keikoku-label.com
	Version: 1.2
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: LayouFt Setting
		: main-layout
		: header
		: menu
		: footer
		: navi
		: sidebar
		: section
		: option
	4: Contents
		: top
		: list
		: deta
	5: My page

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0;line-height:130%; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	text-align:left;
	color:#222;
	}


/* Base Setting
==========================================================*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, sans-serif;
	background:#fff url(../../image/main/background.jpg) repeat left top;
	line-height:120%;
	color:#553;
	}
blockquote,
div.login-box-bg {
	line-height:150%;
	margin:10px;
	padding:10px;
	text-align:left;
	background:#fff7c1;
	border:1px solid #ead96c;
	}
a {color:#8b6137;}
a:hover {color:#ab8157;}
table { 
	margin-top:5px;
	font-size:12px;
	}
input, select {
	vertical-align: middle;
	margin-right:5px;
	margin-bottom:5px;
	}

select option {
	padding : 0 5px;
}
form label {
	cursor : pointer;
}

/* Font Setting
==========================================================*/
.font-color-orange {color:#f93;font-weight:normal;}
.font-color-red    {color:#c00;font-weight:normal;font-size:12px;}

/* Finding Setting
==========================================================*/
h2 {
	border-left:1px solid #d5d3c6;
	border-right:1px solid #d5d3c6;
	height:30px;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	background:url(../../image/main/h2.jpg) no-repeat;
	padding-left:20px;
	}
	
h3 {
	/*background:url(../../image/main/list-02.jpg) left center no-repeat;*/
	/*height:20px;*/
	background-image: url(../../image/main/list-02.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height:120%;
	border-bottom:1px solid #ffbdad;
	padding-left:13px;
	}

div.main h4{
	background:url(../../image/main/h4.gif) no-repeat left center;
	height:30px;
	line-height:30px;
	padding-left:16px;
	font-size:14px;
	color:#666;
	margin-bottom:10px;
	font-weight:bold;
	}

h5 {
	height:20px;
	line-height:20px;
	background:url(../../image/main/list-05.jpg) no-repeat left center;
	border-bottom:1px solid #ddd;
	padding-left:13px;
	margin-bottom:5px;
	font-weight:bold;
	}
	
h6 {
	height:20px;
	line-height:20px;
	background:url(../../image/main/list-05.jpg) no-repeat left center;
	padding-left:13px;
	}



/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div.sectionBody:after,
div.sectionBody-white:after,
div.sectionBody-more:after,
dl:after,
div#privacy-mark:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div.sectionBody,
div.sectionBody-white,
div.sectionBody-more,
dl,
div#privacy-mark { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div.sectionBody,
* html div.sectionBody-white,
* html div.sectionBody-more,
* html dl,
* html div#privacy-mark { height: 1%; }
.clearfix,
div.sectionBody,
div.sectionBody-white,
div.sectionBody-more,
dl,
div#privacy-mark {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

*/

/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	padding-top:4px;
	width:760px;
	background:url(../../image/main/background-main.jpg) repeat-y;
	border-top:1px solid #a6a8a7;
	border-bottom:1px solid #a6a8a7;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:4px;
	text-align:center;
	margin:0 auto;
	
	}
	
div#content {
	width:567px;
	float:right;
	margin-right:1px;
	text-align:left;
	margin-top:3px;
	}

div#content_m {
	display: block;
	clear: both;
	text-align:left;
	padding:3px 2px;
	}
	
div.main {
	padding:5px 0 10px 0;
	}
	
div.main p {
	padding:0 10px;
	line-height:160%;
	}
	

/* header 
==========================================================*/
div#header {
	width:750px;
	height:72px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url(../../image/main/header-logo.jpg) no-repeat left ;
	}
	
ul#top-menu {
	position:absolute;
	right:7px;
	top:12px;
	text-align:right;
	}
	
ul#top-menu li{
	display:inline;
	background:url(../../image/main/list-04.jpg) no-repeat left center;
	margin-left:5px;
	padding-left:12px;
	font-size:11px;
	}
	
#menu ul{
	display:inline;
	float:left;
	}
	
#menu li{
	
	margin:0px;
	float:left;
	}
	
ul#sub-menu {
	position:absolute;
	right:2px;
	top:39px;
	text-align:right;
	}
	
ul#sub-menu li{
	display:inline;
	}
	

/* menu 
==========================================================*/	
div#menu {
	width:750px;
	margin:0 auto;
	}
	
	
/* footer
==========================================================*/
div#footer {
	margin:0 1px;
	height:47px;
	background:url(../../image/main/footer.jpg);
	clear:both;
	text-align:center;
	}
	
#footer ul{
	padding-top:3px;
	text-align:center;
	}	
	
#footer ul li{
	display:inline;
	}	
	
#footer p{
	padding-top:10px;
	}	


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar {
	width:166px;
	float:left;
	margin-bottom:20px;
	margin-left:1px;
	margin-top:3px;
	}

div.side-form {
	padding-bottom:4px;
	}
	
div.side-form h4 {
	height:34px;
	text-indent:-9999px;
	}
	
div.side-body {
	padding:4px;
	background:url(../../image/main/side-body.jpg) repeat-y;
	border-bottom:1px solid #cfcfcf;
	text-align:left;
	text-align:center;
	}
	
div.side-body li{
	text-align:left;
	padding-left:4px;
	}
	
div.side-body li a{
	background:url(../../image/main/list-01.jpg) left center no-repeat;
	height:20px;
	line-height:20px;
	padding-left:13px;
	}
	
div#banner {
	text-align:center;
	}
	
div#banner img{
	margin-bottom:30px;
	text-align:center;
	}

/* title img */
div#sideTitle-search h4   { background:url(../../image/main/side-title-search.jpg); }
div#sideTitle-category h4 { background:url(../../image/main/side-title-category.jpg); }


/* search */
div#sideTitle-search p {
	background:url(../../image/main/list-01.jpg) no-repeat left center;
	height:20px;
	line-height:20px;
	padding-left:13px;
	font-size:10px;
	text-align:left;
	}
	
div#sideTitle-search input{
	width:154px;
	margin:0 auto;
	}
	
div#sideTitle-search select {
	width:154px;
	margin:0 auto;
	}
	
div#sideTitle-search button {
	margin:10px;
	background:none;
	border:none;
	cursor:hand;
	}

/* category */
div#sideTitle-category img{
	margin:5px 0;
	}
	
	
/* section 
==========================================================*/	
div.section {
	padding-bottom:4px;
	}

div.sectionBody,
div.sectionBody-white,
div.sectionBody-more {
	border-left:1px solid #d5d3c6;
	border-right:1px solid #d5d3c6;
	border-bottom:1px solid #d5d3c6;
	padding:12px 4px 4px 4px;
	}
	
div.sectionBody {
	background:#fffce9 url(../../image/main/entry-body-top.jpg) repeat-x top left;
	}
	
div.sectionBody-white {
	background:#fff url(../../image/main/entry-body-top.jpg) repeat-x top left;
	padding:4px 8px;
	}
				
div.sectionBody-more {
	padding:4px 8px;
	}
	
p.page-top {
	float:right;
	height:20px;
	line-height:20px;
	margin-bottom:4px;
	padding-left:13px;
	background:url(../../image/main/list-03.jpg) no-repeat center left;
	}

ul.nomalList li {
	line-height: 150%;
	list-style:disc outside;
	margin-left:20px;
	margin-bottom:5px;
	}
	
p.p-space {
	margin:3px 0 7px 2px;
	text-align:right;
	}
	
	
p.p-price {
	margin:3px 0 2px 0;
	font-size:10px;
	text-align:right;
	}

p.c-space {
	margin:8px 0;
	text-align:center;
	}
p.rssFeed {
	margin-top: 5px;
	}

p.gw {
	margin: 0px;
}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
.waku {
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
/* table
==========================================================*/
table.tbl-deta {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-deta td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border-bottom:1px solid #d5d3c6;
	}
	
table.tbl-nomal,
table.tbl-center,
table.tbl-center2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #d5d3c6;
	}
	
table.tbl-nomal th,
table.tbl-center th,
table.tbl-center2 th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #d5d3c6;
	font-weight:normal;
	background:#f4f4f4;
	}
	
table.tbl-nomal td,
table.tbl-center td,
table.tbl-center2 td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #d5d3c6;
	background:#fff;
	}
	
table.tbl-center th,
table.tbl-center td {
	text-align:center;
	font-size:10px;
	padding:5px 3px;
	}

table.tbl-center2 th ,
table.tbl-center2 td {
	text-align:center;
	font-size:12px;
	padding:5px 3px;
	}

table#pptable {
	width: 100%;
	border: 1px solid #666;
	empty-cells: show;
	border-collapse: collapse;
	margin:0 5 10;
	font-size: 0.8em;
}
table#pptable th {
	font-size:120%;
	border: 1px solid #666;
	padding: 5px;
	font-weight: bold;
}
table#pptable td {
	font-size:120%;
	border: 1px solid #666;
	padding: 5px;
}
table#pptable  td ul { list-style: circle outside; }
table#pptable .listDecimal,
table#pptable .listDisc,
table#pptable .listNormal {
	font-size:1em;
	padding-left: 10px;
}
table#pptable .tt {
	width: 150px;
	text-indent: -1em;
	padding-left: 1.5em;
}

table.tbl-center3 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #d5d3c6;
	margin-top: -230px;
	margin-left: 10px;
	margin-bottom: 0px;
	}

table.tbl-center3 th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #d5d3c6;
	font-weight:normal;
	background:#f4f4f4;
	}

table.tbl-center3 td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #d5d3c6;
	background:#fff;
	}

/* 4: Contents
----------------------------------------------------------------------------------------------*/

/* top
==========================================================*/
div#seller-item {
	padding:0;
	}

/* table */
div#seller-item table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
div#seller-item table td{
	width:49%;
	padding:10px 5px;
	border-right:1px solid #d5d3c6;
	border-bottom:1px solid #d5d3c6;
	}
	
div#seller-item table td.right-none{
	border-right:none;
	}

div#seller-item table td.bottom-none{
	border-bottom:none;
	}

/* dl */
div#seller-item dt{
	width:135px;
	float:left;
	clear:both;
	}
	
div#seller-item dd{
	width:135px;
	float:left;
	text-align:center;
	}
	
div#seller-item dd p{
	font-size:11px;
	margin-top: 3px;
	text-align:left;
	}
	
div#seller-item dd img{
	margin:5px auto 0 auto;
	}

/* list
==========================================================*/
div#no-result{
	height: 350px;
	text-align: center;
	padding-top: 100px;
	}

div.ResultBox {
	border:1px solid #d5d3c6;
	padding:12px;
	margin-bottom:5px;
	line-height:140%;
	}
dl.item-list {
	border:1px solid #d5d3c6;
	padding:4px;
	margin-top:4px;
	height: 1%;
	}
	
dl.item-list dt{
	width:170px;
	float:left;
	clear:both;
	}
	
dl.item-list dd.list-center{
	width:195px;
	padding-right:5px;
	float:left;
	}
	
dl.item-list dd.list-right{
	width:175px;
	float:right;
	}
	
dl.item-list dd li {
	background:url(../../image/main/list-01.jpg) left center no-repeat;
	height:20px;
	line-height:20px;
	padding-left:13px;
	}
	
dl.item-list dd li img {
	vertical-align: top;
	margin-top: 1px;
	}

dl.item-list dd img {
	margin-top:5px;
	}

ul.faq {
	margin-left: 5px;
	padding-left: 5px;
	list-style: none outside;
	margin-bottom: 10px;
	clear:both;
	}
ul.faq li.cat,
ul.faq li.quest {
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	}
ul.faq li.cat {
	background:url(../../image/main/faq.gif) ;
	background-repeat: no-repeat;
	background-position: left 1px;
	}

ul.faq li.quest {
	background:url(../../image/main/quest.gif) ;
	background-repeat: no-repeat;
	background-position: left 1px;
	}

ul.faq li.ans {
	line-height: 150%;
	background:url(../../image/main/answer.gif) ;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px dotted #1B4DA0;
	}

form.item-form select {
	width:75px;
	margin-bottom:5px;
	height:20px;
	}

form.item-form input {
	width:50px;
	margin:0 5px 5px 0;
	}

ol {
	padding:10px;
	}
	
ol li{
	list-style:decimal;
	margin-left:20px;
	line-height:160%;
	}

/* deta
==========================================================*/
dl#item-deta {
	border:1px solid #d5d3c6;
	padding:8px;
	}
	
	
/* first
==========================================================*/
ul.contents-navi {
	background:url(../../image/category/first/round-space.jpg) no-repeat;
	height:24px;
	line-height:24px;
	padding-left:15px;
	text-align:left;
	}
	
ul.contents-navi li {
	display:inline;
	padding-right:15px;
	}
	
dl.dl-tbl {
	font-size:10px;
	padding-top:10px;
	padding-left:10px;
	}
	
dl.dl-tbl dt {
	width:2em;
	float:left;
	}
	
dl.dl-tbl dd {
	float:left;
	}
	
div.img-space {
	text-align:center;
	}


/* first
==========================================================*/
div#privacy-mark {
	padding:5px 0;
	}
	

/* Shopping
==========================================================*/
div.border-box {
	width: 550px;
	border:5px solid #d5d3c6;
	margin: 20px auto;
	padding:20px 10px;
	}

div.border-box h3{ 
	background:url(../../image/main/h4-wite.gif) no-repeat left center;
	height:30px;
	line-height:30px;
	padding-left:16px;
	font-size:14px;
	color:#666;
	margin-bottom:10px;
	font-weight:bold;
	border: none;
	}
div.border-box h4 {
	height:20px;
	line-height:20px;
	background:url(../../image/main/list-05.jpg) no-repeat left center;
	border-bottom:1px solid #ddd;
	padding-left:13px;
	margin-bottom:5px;
	font-weight:bold;
	}
div.login-box-text {
	margin-left:20px;
	}
div.login-box-button {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	}
div.login-box-form {
	margin-top: 20px;
	margin-bottom: 20px;
	}

div.login-box-form table.tbl-nomal {
	margin-right: auto;
	margin-left: auto;
	}


/* 5: My page
----------------------------------------------------------------------------------------------*/
div#mypage_welcome {
	color:#FFF;
	text-align:right;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	background-color:#F29700;
	}


div#mypage_left {
	width:166px;
	float:left;
	margin-bottom:20px;
	margin-left:1px;
	margin-top:3px;
	}

div#mypage_right {
	width:567px;
	float:right;
	margin-right:1px;
	text-align:left;
	margin-top:3px;
}

ul#mypage_navi a {
	font-weight:bold;
	display:block;
	padding-top:10px;
	padding-left:13px;
	width: 153px;
	height: 24px;
	margin:1px;
	letter-space:1px;
	text-decoration:none;
	text-align:left;
	}

ul#mypage_navi a:link,
ul#mypage_navi a:visited,
ul#mypage_navi a:active {
	background:url(../../image/mypage/bg-navi.jpg) no-repeat left top;
	color: #666;
	}

ul#mypage_navi a:hover,
li.active_navi {
	background:url(../../image/mypage/bg-navi-ov.jpg) no-repeat left top;
	color: #FFF;
	}


div#content_m td input { margin: 5px; }
.fs10 {
	font-size: 95% !important;
	line-height:130%;
	}
.fs12 {
	font-size: 100% !important;
	line-height: 150%;
	}
.fs14 {
	font-size: 110% !important;
	line-height: 140%;
	}
.fs18 {
	font-size: 120% !important;
	line-height: 130%;
	}
.fs22 {
	font-size: 130% !important;
	line-height: 130%;
	}
.fs24 {font-size: 150% !important;
	line-height: 130%;
	}
.fs30 {
	font-size: 160% !important;
	line-height: 120%;
	}
.fs10n {
	font-size: 95% !important;
	padding: 5px;
	}
.fs12n {
	font-size: 100% !important;
	padding: 5px;
	}
.fs14n {
	font-size: 110% !important;
	padding: 5px;
	}
.fs18n {
	font-size: 120% !important;
	padding: 5px;
	}
.fs22n {
	font-size: 130% !important;
	padding: 5px;
	}
.fs24n {
	font-size: 150% !important;
	padding: 5px;
	}
.fs30n {
	font-size: 160% !important;
	padding: 5px;
	}
.fs12st {
	font-size: 100% !important;
	line-height: 150%;
	font-weight: bold;
	}