@charset "utf-8";

/* ****************************************************
partner.css
Define partner's particular layout.
***************************************************** */

/* ****************************************************
1: Individual setting
99: extra
***************************************************** */

/*1: Individual setting
=========================================*/
/* ==================================
partner/index.html
================================== */
div#contents .category-link-frame {
	clear:both;
	width:570px;
}
div#contents .category-link-frame dt {
	margin:15px 0 0 0;
}
div#contents .category-link-frame dd {
	clear:both;
	padding:10px;
	border-left:2px solid #dddddd;
	border-right:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
}
div#contents .category-link-frame dd p {
	margin:5px 0 0 0;
}
div#contents .category-link-frame dd p.lead {
	margin:0;
}

/* ==================================
partner/about/index.html
================================== */
div#contents .about-column {
	clear:both;
	width:540px;
}
div#contents .about-column .wrap {
	background-color:#f4f2eb;
	border:1px solid #dddddd;
}
div#contents .about-column .wrap .left {
	float:left;
	width:168px;
	text-align:center;
}
div#contents .about-column .wrap .left p {
	margin:1.1em 0 0 0;
}
div#contents .about-column .wrap .left .arrow {
	padding:0 0 1.5em 0;
	background:url(/jp/partner/images/index_ic01.gif) no-repeat center bottom;
}
/* for IE6 */
* html div#contents .about-column .wrap .left .arrow {
	height:1%;
}

div#contents .about-column .wrap .right {
	float:right;
	width:369px;
	padding:4px 0;
}
div#contents .about-column .wrap .right .inner {
	margin:0 4px 0 0;
	padding:10px 20px;
	background-color:#ffffff;
}
div#contents .about-column .wrap .right .middle {
	padding:18px 20px;
}
div#contents .about-column .wrap .right .last {
	padding:26px 20px;
}

/* ==================================
partner/list/index.html 
================================== */
div#contents .list-wrap {
	background:url(../../partner/list/images/index_bg01.gif) no-repeat left bottom;
}
div#contents .list-column {
	clear:both;
	border:2px solid #dddddd;
	border-bottom:none;
}
div#contents .list-single {
	border-bottom:2px solid #dddddd;
}
div#contents .list-column a.title {
	display:block;
	margin:1px;
	padding:6px 5px 5px;
	background:#dee5f7 url(../images/com_ic15.gif) no-repeat 16px 50%;
}
div#contents .list-column a.title span {
	display:block;
	padding:0 0 0 30px;
	background:url(../images/com_h04.gif) repeat-y 3px 0;
}
/* for IE6 */
* html div#contents .list-column a.title,
* html div#contents .list-column a.title span {
	height:1%;
}

div#contents .list-column .inner {
	width:244px;
	margin:0 15px;
	padding:0 0 10px 0;
}
div#contents .list-column .inner p {
	margin:5px 0 0 0;
}

/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
div#contents .about-column:after,
div#contents .about-column .wrap:after,
div#contents .list-wrap:after,
div#contents .list-column:after,
div#contents .list-column .inner:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#contents .about-column,
div#contents .about-column .wrap,
div#contents .list-wrap,
div#contents .list-column,
div#contents .list-column .inner {
	min-height: 1px;
}

/* for IE6 */
* html div#contents .about-column,
* html div#contents .about-column .wrap,
* html div#contents .list-wrap,
* html div#contents .list-column,
* html div#contents .list-column .inner {
	height: 1px;
}

/* for IE7 */
*:first-child+html div#contents .about-column,
*:first-child+html div#contents .about-column .wrap,
*:first-child+html div#contents .list-wrap,
*:first-child+html div#contents .list-column,
*:first-child+html div#contents .list-column .inner {
	zoom: 1;
}