@charset "shift_jis";

/* ****************************************************
reseller.css
Define reseller's particular layout.
***************************************************** */

/* ****************************************************
1: Individual setting
99: extra
***************************************************** */

/*1: Individual setting
=========================================*/
/* ==================================
reseller/index.html
================================== */
div#contents .topics-frame {
	background-color:#fef7e4;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	padding:13px 18px 0 18px;
}
div#contents .topics-frame dd {
	margin:-1.6em 0 0 9.2em;
	padding:2px 0 10px 10px;
	background:url(../images/com_ic02.gif) no-repeat 0 0.5em;
}
/* for IE6 */
* html div#contents .topics-frame dd {
	height:1%;
}

div#contents .subsection .reseller-frame {
	border-left:solid 2px #dddddd;
	border-right:solid 2px #dddddd;
	border-bottom:solid 2px #dddddd;
	width:auto;
}
div#contents .subsection .reseller-frame .left {
	width:127px;
}
div#contents .subsection .reseller-frame .left p {
	margin:5em 0 0 0;
}
div#contents .subsection .reseller-frame .right {
	width:429px;
	padding:0;
	margin:0 0 15px 0;
	background:url(../../reseller/images/index_bg03.gif) repeat-y left top;
}
div#contents .subsection .reseller-frame .right p {
	margin:15px 15px 0 20px;
}
div#contents .subsection .reseller-frame .right ul {
	margin:0;
}
div#contents .subsection .reseller-frame .right ul li {
	margin:15px 15px 0 20px;
}
div#contents .subsection .reseller-frame .right ul li ul li {
	margin:0;
	background:url(../../reseller/images/index_ic01.gif) no-repeat 0 0.45em;
}
div#contents .subsection .reseller-frame .right p.element-center {
	margin-left:0;
}
div#contents .subsection .triple {
	background:url(../../reseller/images/index_bg01.gif) no-repeat left bottom;
}
div#contents .subsection .three-column .reseller-frame {
	padding:5px 10px 10px 10px;
	border-bottom:none;
}
div#contents .subsection .three-column .reseller-frame ul.normal {
	margin:0;
}
div#contents .subsection .double {
	background:url(../../reseller/images/index_bg02.gif) no-repeat left bottom;
}
div#contents .subsection .two-column .reseller-frame {
	padding:0 0 15px 0;
}
div#contents .subsection .mail-frame {
	padding:8px 13px 8px 8px;
	margin:20px 0 0 0;
	border:solid 2px #dddddd;
	width:auto;
}
div#contents .subsection .mail-frame .left-type3 {
	width:340px;
	background-color:#fef7e4;
}
div#contents .subsection .mail-frame .left-type3 dl {
	padding:3px 10px 0 10px;
	border-bottom:solid 1px #fef7e4;
	overflow:hidden;
}
div#contents .subsection .mail-frame .left-type3 dt {
	padding:8px 0 0 16px;
	margin:1px 0 0 0;
background:url(../images/com_ic04.gif) no-repeat 3px 1em;
}
div#contents .subsection .mail-frame .left-type3 dd {
	margin:-1.4em 0 -2px 0;
	padding:1px 0 9px 6em;
	background:url(../images/com_bg02.gif) repeat-x left bottom;
}
/* for IE6 */
* html div#contents .subsection .mail-frame .left-type3 dt,
* html div#contents .subsection .mail-frame .left-type3 dd {
	height:1%;
}

div#contents .subsection .mail-frame .left-type3 dd ul {
	margin:0;
}
div#contents .subsection .mail-frame .right-type3 p {
	margin:10px 0 0 0;
}
div#contents .subsection .mail-frame .right-type3 p.red {
	margin:20px 0 0 0;
}

/* ==================================
reseller/flow/index.html
================================== */
div#contents .flow-column {
	clear:both;
	width:560px;
}
div#contents .flow-column .wrap {
	background-color:#f4f2eb;
	border:1px solid #dddddd;
}
div#contents .flow-column .wrap .left {
	float:left;
	width:100px;
	text-align:right;
}
div#contents .flow-column .wrap .left p {
	margin:0.8em 0 0 0;
}
div#contents .flow-column .wrap .right {
	float:right;
	width:442px;
	padding:4px 0;
}
div#contents .flow-column .wrap .right .inner {
	margin:0 4px;
	padding:10px 15px;
	background-color:#ffffff;
}
div#contents .arrow {
	padding:0 0 13px 0;
	background:url(../../reseller/flow/images/index_ic01.gif) no-repeat 54px 100%;
}

/*99: extra
=========================================*/
/* ==================================
Clear fix
================================== */
div#contents .flow-column:after,
div#contents .flow-column .wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}



div#contents .flow-column,
div#contents .flow-column .wrap {
	min-height: 1px;
}

/* for IE6 */
* html div#contents .flow-column,
* html div#contents .flow-column .wrap {
	height: 1px;
}

/* for IE7 */
*:first-child+html div#contents .flow-column,
*:first-child+html div#contents .flow-column .wrap {
	zoom: 1;
}