@charset"utf-8";
/* CSS Document */

/* ===== index.html ===== */
table.list img {
	border: 1px solid #333333;
	margin-bottom: 5px;
}

/* ===== 1_1, 1_2, 1_3, 1_4, 2_1, 2_2, 2_3, 2_4 ===== */
div.proBox {
	clear: both;
	margin-bottom: 1em;
	}

div.proBox img {
	margin-right: 1em;
	float: left;
	border: 1px solid #333333;
	margin-bottom: 1em;
}

div.proBox dl {
	width: 385px;
	margin-bottom: 1em;
	width: 385px;
	float: right;
}

div.proBox dt {
	font-weight: bold;
}

div.proBox dt.new {
	padding-left: 40px;
	background-image: url(../../product/img/icon_new.gif);
	background-repeat: no-repeat;
}

div.proBox dt span {
	font-weight: normal;
}

/* ===== column ===================================== */
table#column {
	margin-top: 30px;
}

div#connect {
	padding: 0px 10px;
	border: 1px solid #FF6600;
}