@charset "utf-8";
/* ****************************************************
index.css
Define main index.html and business.html
***************************************************** */

/* Index [ index.css ]
=================================
1: common-setting
2: flash-area
3: content-body
4: sub-content
99: clearfix
=================================*/

/* 1:common settings
------------------------------------ */
#contents {
	width: 950px;
	margin: -10px auto 0 auto;
	background: url(../images/common_bg02.gif) no-repeat left bottom;
}

#contents.bg-business {
	background: url(../../images/business_bg06.gif) no-repeat 0 30px;
}

/* 2:flash-area
------------------------------------ */
div#flash-index {
	width: 100%;
	height: 428px;
	margin-top: -10px;
	background: url(../../images/index_bg04.gif) repeat-x left bottom;
	text-align: center;
	overflow: hidden;
}

div#flash-index div#flash-area {
	margin-top: 120px;
	text-align: center;
}

div#flash-business div#flash-area p.txt,
div#flash-index div#flash-area p.txt {
	margin-bottom: 15px;
}

div#flash-business {
	width: 100%;
	height: 205px;
	background: url(../../images/business_bg01.gif) repeat-x left bottom;
	text-align: center;
}

div#flash-business div#flash-area {
	margin-top: 30px;
	text-align: center;
}


/* 3:content-body-index
------------------------------------ */
#content-body-index {
	float: left;
	width: 680px;
	margin-top: 30px;
	text-align: left;
}

/* ----- info-area ----- */
#content-body-index div#info-area {
	padding-bottom: 3px;
	background: url(../../images/index_bg05.gif) no-repeat left bottom;
}

/* important-info */
#content-body-index div#important-info {
	margin-bottom: 20px;
	background: url(../../images/index_bg01.gif) repeat-x left top;
}

#content-body-index div#important-info dl {
	padding: 5px 0 7px 5px;
	background: url(../../images/index_bg02.gif) repeat-x left bottom;
}

#content-body-index div#important-info dl dt {
	float: left;
	margin: 2px 7px 0 0;
}

#content-body-index div#important-info dl dd {
	float: left;
	width: 540px;
	padding: 2px 8px 2px 8px;
	background: url(../../images/index_ex01.gif) repeat-y left top;
}

#content-body-index div#important-info dl dd p {
	padding-left: 18px;
	background: url(../../images/index_ic01.gif) no-repeat left 0.15em;
}

/* news-area */
#content-body-index div#info-area div#news-area {
	float: left;
	width: 240px;
}

#content-body-index div#info-area div#news-area div.title-area {
	padding: 5px 6px 9px 5px;
	background: url(../../images/index_bg03.gif) repeat-x left top;
}

#content-body-index div#info-area div#news-area div.title-area p.title {
	float: left;
}

#content-body-index div#info-area div#news-area div.title-area p.link {
	float: right;
	margin-top: 3px;
}

#content-body-index div#info-area div#news-area dl {
	padding: 5px 5px 10px 7px;
	background: url(../images/common_ex01.gif) repeat-x left bottom;
}

#content-body-index div#info-area div#news-area dl.last {
	background: none;
}

#content-body-index div#info-area div#news-area dl dt {
	margin-bottom: 5px;
}

/* product-area */
#content-body-index div#info-area div#product-area {
	float: right;
	width: 420px;
}

#content-body-index div#info-area div#product-area div.title-area {
	padding: 5px 6px 9px 5px;
	background: url(../../images/index_bg03.gif) repeat-x left top;
}

#content-body-index div#info-area div#product-area div.info-column02 {
	background: url(../images/common_ex01.gif) repeat-x left bottom;
}

#content-body-index div#info-area div#product-area div.last {
	background: none;
}

#content-body-index div#info-area div#product-area div.info-column02 .img-col {
	float: left;
	width: 59px;
	padding: 5px 7px;
}

#content-body-index div#info-area div#product-area div.info-column02 .txt-col {
	float: right;
	width: 332px;
	padding: 5px;
}

#content-body-index div#info-area div#product-area div.info-column02 .txt-col dl dt {
	margin-bottom: 5px;
}


/* 4:content-body-business
------------------------------------ */
#content-body-business {
	float: left;
	width: 680px;
	margin-top: 30px;
	text-align: left;
}

/* ----- info-area ----- */
#content-body-business div#info-area {
	padding-bottom: 3px;
	background: url(../../images/business_bg04.gif) no-repeat left bottom;
}

/* news-area */
#content-body-business div#info-area div#news-area {
	float: left;
	width: 240px;
}

#content-body-business div#info-area div#news-area div.title-area {
	padding: 5px 6px 9px 5px;
	background: url(../../images/business_bg03.gif) repeat-x left top;
}

#content-body-business div#info-area div#news-area div.title-area p.title {
	float: left;
}

#content-body-business div#info-area div#news-area div.title-area p.link {
	float: right;
	margin-top: 3px;
}

#content-body-business div#info-area div#news-area dl {
	padding: 5px 5px 10px 7px;
	background: url(../images/common_ex01.gif) repeat-x left bottom;
}

#content-body-business div#info-area div#news-area dl.last {
	background: none;
}

#content-body-business div#info-area div#news-area dl dt {
	margin-bottom: 5px;
}

/* product-area */
#content-body-business div#info-area div#product-area {
	float: right;
	width: 420px;
}

#content-body-business div#info-area div#product-area div.title-area {
	padding: 5px 6px 9px 5px;
	background: url(../../images/business_bg03.gif) repeat-x left top;
}

#content-body-business div#info-area div#product-area div.info-column02 {
	background: url(../images/common_ex01.gif) repeat-x left bottom;
}

#content-body-business div#info-area div#product-area div.last {
	background: none;
}

#content-body-business div#info-area div#product-area div.info-column02 .img-col {
	float: left;
	width: 59px;
	padding: 5px 7px;
}

#content-body-business div#info-area div#product-area div.info-column02 .txt-col {
	float: right;
	width: 332px;
	padding: 5px;
}

#content-body-business div#info-area div#product-area div.info-column02 .txt-col dl dt {
	margin-bottom: 5px;
}
/* 5:sub-content-index
------------------------------------ */
#sub-content-index {
	float: right;
	width: 240px;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: left;
}

/* link-area */
#sub-content-index .link-area {
	padding-bottom: 3px;
	background: url(../../images/index_bg02.gif) repeat-x left bottom;
}

/* memory-search */
#sub-content-index #memory-search {
	background: url(../../images/index_ph01.jpg) no-repeat right top;
	border: 1px solid #e0e0e0;
}

#sub-content-index #memory-search dl {
	padding: 10px 97px 5px 10px;
}

#sub-content-index #memory-search dl dt {
	padding-bottom: 5px;
}

#sub-content-index #memory-search #kingbnr dl {
	padding: 3px 10px 10px 8px;
}

#sub-content-index #memory-search #kingbnr dl dt {
	padding-bottom: 5px;
}

/* download */
#sub-content-index #download {
	margin-top: -1px;
	padding-right: 95px;
	background: url(../../images/index_ph02.jpg) no-repeat right bottom;
	border: 1px solid #e0e0e0;
}

#sub-content-index #download dl {
	padding: 10px;
}

#sub-content-index #download dl dt {
	padding-bottom: 5px;
}

/* register */
#sub-content-index #register {
	margin-top: -1px;
	padding-left: 91px;
	background: url(../../images/index_ph03.jpg) no-repeat 1px 1px;
	border: 1px solid #e0e0e0;
}

#sub-content-index #register dl {
	padding: 10px 10px 7px 10px;
}

#sub-content-index #register dl dd {
	padding-top: 7px;
}

/* pick-up */
#sub-content-index #pick-up {
	margin-bottom: 10px;
	padding-bottom: 2px;
	background: url(../../images/index_bg02.gif) repeat-x left bottom;
}

#sub-content-index #pick-up-in {
	margin-top: 10px;
	padding: 0 4px 4px 4px;
	background: #eef4f7;
	border: 1px solid #dfdfdf;
}

#sub-content-index #pick-up p {
	margin-top: 4px;
}

/* shop-info */
#sub-content-index #shop-info dl {
	margin-bottom: 10px;
	padding-bottom: 2px;
	background: url(../../images/index_bg02.gif) repeat-x left bottom;
}

#sub-content-index #shop-info dd {
	padding: 1px;
	border: 1px solid #dfdfdf;
}

#sub-content-index #shop-info dd p {
	border-bottom: 1px solid #dfdfdf;
}

#sub-content-index #shop-info dd p.last {
	border-top: 1px solid #ffffff;
	border-bottom: none;
}


/* 6:sub-content-business
------------------------------------ */
#sub-content-business {
	float: right;
	width: 250px;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: left;
}

/* link-area */
#sub-content-business .link-area {
	width: 238px;
	margin: 6px 6px 10px 6px;
	padding-bottom: 5px;
	background: url(../../images/business_bg07.gif) repeat-x left bottom;
}

/* button-area */
#sub-content-business .button-area {
	width: 238px;
	margin: 6px 6px 10px 6px;
	padding-bottom: 5px;
	background: url(../../images/business_bg07.gif) repeat-x left bottom;
}

/* memory-search */
#sub-content-business #memory-search {
	background: #ffffff;
}

#sub-content-business #memory-search dl {
	width: 133px;
	padding: 10px 95px 10px 10px;
	background: url(../../images/business_ph10.jpg) no-repeat right bottom;
}

#sub-content-business #memory-search dl dt {
	padding-bottom: 5px;
}

#sub-content-business #memory-search p img {
	margin: 0 5px 5px 5px;
}

/* download */
#sub-content-business #download {
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
}

#sub-content-business #download dl {
	width: 133px;
	padding: 10px 95px 5px 10px;
	background: url(../../images/business_ph11.jpg) no-repeat right bottom;
}

#sub-content-business #download dl dd {
	padding-top: 8px;
}

/* register */
#sub-content-business #register {
	background: #ffffff;
}

#sub-content-business #register dl {
	width: 133px;
	padding: 10px 10px 7px 91px;
	background: url(../../images/business_ph12.jpg) no-repeat 1px 1px;
}

#sub-content-business #register dl dd {
	padding-top: 8px;
}

/* shop-info */
#sub-content-business #shop-info {
	width: 238px;
	margin: 0 6px 10px 6px;
	padding-bottom: 5px;
	background: #ffffff url(../../images/business_bg07.gif) repeat-x left bottom;
}

#sub-content-business #shop-info dl#real-shop {
	margin-bottom: 10px;
	background: url(../../images/business_bg08.gif) no-repeat left top;
}

#sub-content-business #shop-info dl#real-shop dt {
	padding: 7px 0;
	text-align: center;
}

#sub-content-business #shop-info dl#real-shop dd {
	text-align: center;
}

#sub-content-business #shop-info dl#online-shop dt {
	margin-bottom: 2px;
	text-align: center;
}

#sub-content-business #shop-info dl#online-shop dd {
	width: 224px;
	margin: 0 5px 5px 5px;
	padding: 1px;
	border: 1px solid #dfdfdf;
}

#sub-content-business #shop-info dl#online-shop dd p {
	border-bottom: 1px solid #dfdfdf;
}

#sub-content-business #shop-info dl#online-shop dd p.last {
	border-top: 1px solid #ffffff;
	border-bottom: none;
}

/* pick-up */
#sub-content-business #pick-up {
	width: 238px;
	margin: 6px 6px 10px 6px;
	padding-bottom: 5px;
	background: url(../../images/business_bg07.gif) repeat-x left bottom;
}

#sub-content-business #pick-up-in {
	margin-top: 10px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
}

#sub-content-business #pick-up-in dt {
	padding: 4px 0;
	text-align: center;
}

#sub-content-business #pick-up-in dd {
	padding: 0 4px 4px 4px;
	text-align: center;
}

/* 99:clearfix
------------------------------------ */
#contents #content-body-index div#important-info dl:after,
#content-body-index div#info-area:after,
#content-body-index div#info-area div#news-area div.title-area:after,
#content-body-index div#info-area div#product-area div.info-column02:after,
#content-body-business div#info-area:after,
#content-body-business div#info-area div#news-area div.title-area:after,
#content-body-business div#info-area div#product-area div.info-column02:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#contents #content-body-index div#important-info dl,
#content-body-index div#info-area,
#content-body-index div#info-area div#news-area div.title-area,
#content-body-index div#info-area div#product-area div.info-column02,
#content-body-business div#info-area,
#content-body-business div#info-area div#news-area div.title-area,
#content-body-business div#info-area div#product-area div.info-column02 {
	min-height: 1px;
}

/* for IE6 */
* html #contents #content-body-index div#important-info dl,
* html #content-body-index div#info-area,
* html #content-body-index div#info-area div#news-area div.title-area,
* html #content-body-index div#info-area div#product-area div.info-column02,
* html #content-body-business div#info-area,
* html #content-body-business div#info-area div#news-area div.title-area,
* html #content-body-business div#info-area div#product-area div.info-column02 {
	height: 1px;
}

/* for IE7 */
*:first-child+html #contents #content-body-index div#important-info dl,
*:first-child+html #content-body-index div#info-area,
*:first-child+html #content-body-index div#info-area div#news-area div.title-area,
*:first-child+html #content-body-index div#info-area div#product-area div.info-column02,
*:first-child+html #content-body-business div#info-area,
*:first-child+html #content-body-business div#info-area div#news-area div.title-area,
*:first-child+html #content-body-business div#info-area div#product-area div.info-column02 {
	zoom: 1;
}
