@charset "utf-8";

/* indexページに使用CSS */
#index_bg {
	width:398px;
	height:176px;
	padding:29px 272px 0px 5px;
	background-image:url(../img/index/index_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
* html #index_bg {
	padding:29px 252px 0px 5px;
}
#index_comment {
	width:423px;
	font-size:13px;
/*	line-height:17px; */
	line-height:150%;
	font-weight:bold;
}
.index_main {
	width:680px;
	margin-top:10px;
}
#whatsnew {
	float:left;
	width:472px;
	margin-right:23px;
}
#b_info {
	float:left;
	width:185px;
}
#button_box {
	width:185px;
	margin-top:5px;
}
		/* 右メニューのマウスオーバー設定 */
		#to_machin, #to_cadcam, #to_used {
			width: 185px;
			height: 24px;
		}
		#to_machin a:hover, #to_cadcam a:hover, #to_used a:hover {
			background-position: -185px 0px;
		}
				/* 機械・工具販売 */
				#to_machin a {
					background-image:url(../img/index/b_info_button1.jpg);
				}
				/* CAD/CAM */
				#to_cadcam a {
					background-image:url(../img/index/b_info_button2.jpg);
				}
				/* 中古機械取扱 */
				#to_used a {
					background-image:url(../img/index/b_info_button3.jpg);
				}
				/* 中古機械入庫状況 */
				#to_usedinfo {
					width: 185px;
					height: 41px;
				}
				#to_usedinfo a {
					background-image:url(../img/index/b_info_button4.jpg);
				}
				#to_usedinfo a:hover {
					background-position: -185px 0px;
				}
/* CGI */
.kijihead_news{ /* 新着情報用 */
	background-image:url(../img/cgiimg/news_kijititle.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:21px;
}
.kijihead_used{ /* 中古用 */
	background-image:url(../img/cgiimg/used_kijititle.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:21px;
}
.kijititle{
	float:left;
	padding-left:18px;
	padding-top:2px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.kijidate{
	float:right;
	padding-right:25px;
	padding-top:2px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.kiji_contents{
	padding:4px;
	text-align:left;
}

