@charset "UTF-8";

#top_image {
	width: 798px;
	height: 219px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/main_bottom.jpg) no-repeat bottom;
}

#article {
	width: 550px;
	margin-bottom: 50px;
	float: left;
	background: url(../product/images/article_bg.gif) repeat-y;
}

#article h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#inner_1 {
	width: 545px;
	height: 700px;
}

.inner_2 {
	width: 477px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 30px;
	background: #FFF;
}

*:first-child+html .inner_2 {
	padding: 10px 20px 0 30px;
}

.inner_3 {
	width: 477px;
	margin-bottom: 10px;
	padding: 10px 20px 25px 30px;
	background: #FFF;
}

.inner_2 p {
	color: #000;
}

.inner_3 h3 {
	color: #000;
}

.inner_3 p {
	color: #000;
}


#list {
	width: 798px;
	margin-bottom: 40px;
	padding-top: 10px;
}

.summary {
	width: 798px;
	height: 178px;
	margin-bottom: 5px;
	position: relative;
}

.link {
	width: 798px;
	height: 178px;
	position: absolute;
	top: 0;
	left: 0;
}

.img_block {
	width: 183px;
	height: 178px;
	float: left;
}

.detail {
	width: 610px;
	height: 178px;
	float: right;
}

.ttl_block {
	width: 610px;
	height: 33px;
	margin-bottom: 5px;
}

.txt_block {
	width: 480px;
	height: 90px;
	padding: 20px 100px 30px 30px;
	background: url(../product/images/txt_bg.gif) no-repeat;
}

.txt_block p {
	color: #000;
	text-indent: 1em;
}

.other_list {
	width: 460px;
	padding-left: 15px;
	background: url(../product/images/other_01.gif) bottom right no-repeat;
}

.other_list li {
	color: #333;
	list-style-type: disc;
}

.other_list2 {
	width: 460px;
	padding-left: 15px;
}

.other_list2 li {
	color: #333;
	list-style-type: disc;
}

