@charset "utf-8";


/*===============■■Mainの左側■■===============*/
#main_L {
	/*margin:0;*/
	/*padding:0 5px 0 5px;*/
	width: 580px;
	float: left;
	margin:0 0 0 -10px;
	/*font-size: 12px;*/
	/*line-height: 18px;*/	
	/*text-align:left;*/	
}
*html #main_L {
	width: 575px;
	padding-left:10px;
	}
	
	#main_L h2 {
		font-size:18px;
		color:#3779f8;
		border-bottom:1px dotted #71B3F6;
		margin:20px 0 15px 0;
		padding:0 0 5px 0;
	}

	#main_L p a {
		color: #DB0000;
		text-decoration: underline;	
		}
	#main_L p a:hover {	
		color: #009FE9;
		text-decoration: underline;	
		}

		/*===============■■主な商品紹介の箱■■===============*/
		#P_BOX {
			width:580px;
		}
		*html #P_BOX {
			width:570px;
		}
			#P_BOX img {
				margin-bottom:5px;
			}		

				.p_list {
					width: 183px;
					float: left;
					margin:0 8px 0 0;

				}
				*html .p_list {
					margin:0 7px 0 0;
				}
				
			.p_list li a {
				color:#78858A;
				display: block;
				text-decoration: none;
				padding-left:10px;
				background-image: url(../img/icn_arrow_r.gif);
				background-repeat: no-repeat;
				background-position:0 5px;				
			}
			
			*html .p_list li {/*IE6_li_行間調整*/
				display:inline;
			}
			
			.p_list li a:hover{
				color: #009FE9;
				text-decoration: underline;
				background-image: url(../img/icn_arrow_b.gif);
				background-repeat: no-repeat;
				background-position:0 5px;
			}				
	
/*===============■■Mainの右側■■===============*/

#main_R {
	width: 144px;
	float: right;
	overflow:hidden;
}
*html #main_R {
	width: 150px;
	margin-right:-5px;
	}
	
		/*クラインツール*/
		#main_R a#bnr_klein01 {
			display:block;
			width:144px;
			height:100px;
			background-image:url(../img/bnr_klein03.jpg);
			background-repeat:no-repeat;
			text-indent:-1000000px;				
		}
		#main_R a:hover#bnr_klein01 {
			background-image:url(../img/bnr_klein04.jpg);
			background-repeat:no-repeat;
		}
		
		/*クラインキット*/
		#main_R a#bnr_klein02 {
			display:block;
			width:144px;
			height:100px;
			background-image:url(../img/bnr_klein05.jpg);
			background-repeat:no-repeat;
			text-indent:-1000000px;							
		}
		#main_R a:hover#bnr_klein02 {
			background-image:url(../img/bnr_klein06.jpg);
			background-repeat:no-repeat;
		}
		
/*===============■■位置調整■■===============*/

.MT_10 {
	margin-top:10px;
}

.MT_15 {
	margin-top:15px;
}

