@charset "utf-8";
/********* CSS Document ********
*	products.css
*
*   株式会社ジェイトレーディング
*   products.html 用
*
********** ********* **********/

/* Contents の高さを設定　*/
#contents{
	height:1150px;
}
/* maincontents の見出し背景画像を設定　*/
#maincontents h2{
	background-image:url(../images/title_products.gif);
}
/* コンテンツ詳細設定　*/
#consept{
	width:520px;
	margin-left:40px;
	margin-top:10px;
}
#wrap-details{
	width:520px;
	margin-left:40px;
	margin-top:25px;
	padding:0;
}
h4{
	margin-left:25px;
	margin-bottom:5px;
	margin-top:0;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#1D5594;
	line-height:130%;
}
#details01{
	width:520px;
	margin-bottom:15px;
	padding:0;
	border-top:5px solid #1D5594;
	background-color:#F9F9F7;
}
#details01 p{
	width:485px;
	margin-top:0px;
	margin-left:18px;
	border-top:1px dotted #CCCCCC;
	padding-top:8px;
	padding-bottom:15px;
}
#details02{
	float:right;
	width:250px;
	padding:0;
	margin-top:0;
	margin-bottom:25px;
	border-top:5px solid #1D5594;
	background-color:#F9F9F7;
}
#details02 p{
	width:215px;
	margin-top:0px;
	margin-left:18px;
	border-top:1px dotted #CCCCCC;
	padding-top:8px;
	padding-bottom:15px;
}
#technique{
	float:left;
	width:261px;
	margin-bottom:20px;
	padding:0;
}
#importlist{
	clear:both;
	width:520px;
	height:40px;
	margin-bottom:10px;
	padding:0;
	border-top:5px double #0D9375;
	background-color:#F9F9F7;
}
h3{
	margin-left:25px;
	margin-bottom:5px;
	margin-top:0;
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
	color:#0D9375;
	line-height:130%;
}
#exportlist{
	width:520px;
	height:40px;
	margin-top:15px;
	margin-bottom:10px;
	padding:0;
	border-top:5px double #0D9375;
	background-color:#F9F9F7;
}