@charset "UTF-8";


#contents {
	width: 980px;
	margin: 0 auto 90px;
	/*color: #535353;*/
	line-height: 1.6;
	font-size: 16px;
}

.index #main {
	display: table;
	width: 980px;
	margin-bottom: 40px;
}
.index #main p {
	display: table-cell;
	height: 239px;
	margin-bottom: 0px;
	padding: 0 420px 0 30px;/*w530px*/
	background: url(../images/main.jpg) no-repeat;
	vertical-align: middle;
}

ul.product_index {
	padding-left: 19px;
}
ul.product_index li {
	width: 234px;
	float: left;
	margin-right: 2px;
}
ul.product_index li a {
	display: block;
	width: 234px;
	color: #000;
}
ul.product_index li a img {
	display: block;
	margin-bottom: 15px;
}
ul.product_index li a h3 {
	/*
	min-height: 20px;
	*/
	margin-bottom: 10px;
	text-align: center;
}
ul.product_index li a h3 span {
	padding: 2px 27px 0 0;
	line-height: 1.2;
	font-size: 20px;
	background:url(../../images/index/arrow01.gif) right top no-repeat;
	letter-spacing: 0.03em;
}
ul.product_index li a:hover h3 span {
	color: #114ea7;
	background:url(../../images/index/arrow01_on.gif) right top no-repeat;
}
ul.product_index li a p {
	padding: 0 8px;
	font-size: 14px;
	line-height: 1.5;
}	
	
#f_topicpath {
	border-top: 1px solid #114ea7;
}
	
	
	
	
	