/* ▼▼　修正不可　　will not able to rewrite ▼▼ */

/* ------------------------
   左レイアウト
------------------------ */

#leftnavi {
	margin-top: 10px;
	width: 160px;
	float: left;
	padding-left:0px
}
	/* left navi 
----------------------------------*/
#left_navi_01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #85c23a;
	background-position: center center;
	margin: 0px;
	width: 160px;
}
#txt_01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #414141;
	background-color: #FFFFFF;
	padding: 5px;
}
#txt_01 p{
 margin-top: 8px;
}
#txt_01-B {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #414141;
	background-color: #e2e2e2;
	padding: 5px;
	/* width: 160px; */
	margin-bottom: 10px;
	height:130px;
}
#txt_01-B p{
 margin-top: 8px;
}
#01_illust {
	float: right;
	padding-right:3px;
	margin-bottom:5px;
	padding-bottom:8px;
}
#left_navi02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #85c23a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* width: 160px; */
}

/* ------------------------
   トップ基本レイアウト
------------------------ */
#topMain {
	margin-top: 10px;
	width: 630px;
	float: right;
	zoom:1;
	padding-left:0px;
	margin-left:0px;
}

#topMain:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* ▲▲　修正不可　 will not able to rewrite ▲▲ */

/* 追加の場合はコンテンツレイアウト以下に書き込んでください */
/* ------------------------
   コンテンツレイアウト 
------------------------ */


.sell_ttl {
	background-image: url(img/top_ttl_bkgnd.gif);
	background-repeat: repeat-x;
	background-position: center;	
}

.sell_leadcopy { margin: 7px 0 15px 0; }


.sell_calc {
	width: 544px;
	margin-left: 43px;
}
	.sell_calc_head, .sell_calc_head { display: block; }
	.sell_calc_body {
		padding: 10px 0;
		background-image: url(img/calc_base_body.gif);
		background-repeat: repeat-y;
		background-position: center;
		text-align:center;
	}
		.calc_ttl {
			width: 360px;
			margin: 0 auto 8px;
		}
		#sell_calc_ifr {
			display: block;
			width: 360px;
			height: 285px;
			margin: 0 auto 0;
			border: 3px solid #ddd;
		}
		.sell_calc_notice {
			width: 366px;
			margin: 10px auto 0;
			background-color: #ddd;
			text-align:left;
		}
			.sell_calc_notice p {
				padding: 8px;
				color: #333;
				font-size: 12px;
				line-height: 140%;
			}

.sell_knowhow {
	width: 650px;
	height: 230px;
	margin-top: 5px;
	margin-left: -20px;
}
	.sell_kh_item {
		position: relative;
		float: left;
		width: 305px;
		margin: 0 0 15px 20px;
		border-bottom: 2px solid #001e3a;
		background-image: url(img/kh_link_bkgnd.gif);
		background-repeat: no-repeat;
		background-position: right bottom;	
	}
	* html .sell_kh_item {
		margin: 0 0 15px 10px;
	}
	
		.knowhow_ttl { 
			margin-bottom: 10px;
			margin-top:20px;
			}
		.sell_kh_photo {
			/* display: block;
			float: left; */
			position: absolute;
			left: 0;
			bottom: 0;
			width: 80px;
			height: 65px;
			margin: 0;
			padding: 0;
		}
		.sell_kh_item p {
			/* float: left;
			width: 240px; */
			height: 65px;
			padding-left: 87px; /* 7px */
			color: #333;
			font-size: 12px;
			line-height: 15px;
		}
		.sell_kh_item h4 {
			margin: 5px 0;
		}
		.sell_kh_link {
			display: block;
			position: absolute;
			right: 0;
			bottom: 2px;
			padding-left: 14px;
			padding-right: 4px;
			font-size: 10px;
			line-height: 12px;
			background-image: url(img/kh_link_arrow.gif);
			background-repeat: no-repeat;
			background-position: left center;	
		}

.sell_knowhow:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




