@charset "utf-8";

/* 共通 */

#products {
}

#products-index {
	background-color: #CC0000;
	text-align: center;
}

#index-menu {
	margin: 30px auto;
	width: 600px;
	text-align: left;
}

#index-menu img {
	margin: 0 20px 10px 0;
}

#btm-menu {
	text-align: center;
	padding: 5px 0 20px 0;	
}

#btm-menu a.sel {
	color: #cc0000;
}

#products-main {
	background-repeat: no-repeat;
	line-height: 1.2em;
	margin-top: 30px;
}

#products-main p {
	padding: 0 0 5px 0;
}

.takarajima {
	background-image: url(images/p_takarajima_bg.gif);
	height: 667px;
}

.keihin {
	background-image: url(images/p_keihin_bg.gif);
	height: 687px;
}

.insyoku {
	background-image: url(images/p_insyoku_bg.gif);
	height: 687px;
}

.kouri {
	background-image: url(images/p_kouri_bg.gif);
	height: 687px;
}

.sonota {
	background-image: url(images/p_sonota_bg.gif);
	height: 1107px;
}

.item1 {
	float: left;
	width: 330px;
	padding: 20px 20px 0px 20px;
}
.item2 {
	float: left;
	width: 330px;
	padding: 20px 0 0 0;
}

#main-txt {
	float: left;
	width: 330px;
	font-size: 18px;
	line-height: 1.5em;
}

#main-txt2 {
	padding: 35px 20px 20px 30px;
	font-size: 18px;
	line-height: 1.5em;
}


