/* productsページ用 CSSファイル */

h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#area_main {
	margin-left: 10px;
	float: left;
	width: 755px;
}

#area_main_top {
	width: 755px;
	height: 50px;
	background:url('../../images/area_main_top_2col.png') no-repeat;
}

.area_main_top_title_left {
	float: left;
	padding: 14px 0px 0px 20px;
	color: #F0F0F0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.area_main_top_title_right {
	float: right;
	padding: 14px 20px 0px 0px;
	color: #C0C0C0;
	font-family: Arial,Osaka,serif;
	font-size: 16px;
	line-height: 18px;
}

#area_contents {
	overflow:hidden;
	float: left;
	width: 713px;
	margin: 0px;
	padding: 20px;
	background-color: #181818;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

#area_contents p {
	padding: 10px;
	color: #C0C0C0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 11px;
	line-height: 20px;
}

#area_main_bottom {
	clear: both;
	width: 755px;
	height: 8px;
	background:url('../../images/area_main_bottom_2col.png') no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#title {
	float: left;
	width: 713px;
	height: 200px;
	margin: 0px;
	padding: 0px;

}


#disp_h3_title {
	width: 693px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	background:url('../../images/title_full.png') no-repeat;
}

#disp_h3_title h3 {
	color: #C0C0C0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.05em;
}

.area_concept {
	float: left;
	padding: 10px;
	width: 685px;
}

.area_products {
	float: left;
	margin-top: 15px;
	width: 705px;
	border: 1px solid #303030;
}

.products_title {
	float: left;
	padding: 15px;
	width: 675px;
	height: 16px;
	background-color: #202020;
	border-bottom: 1px solid #303030;
}

.products_contents {
	width: 675px;
}

.products_name {
	float: left;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #CC5500;
}

.products_name span {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #CC5500;
}

.products_link {
	float: right;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	line-height: 16px;
	color: #CC5500;
}

.products_name a, .products_link a {
	text-decoration: none;
	color: #CC5500;
}

.products_name a:hover, .products_link a:hover {
	color: #CC5500;
}

.products_contents {
	float: left;
	padding: 15px;
}

.products_img {
	float: left;
	margin-right: 15px;
	paffing: 0px;
	width: 150px;
	height: 100px;
}

.products_img img {
	width: 150px;
	height: 100px;
	border: 0px;
}

.products_comment {
	float: left;
}

.products_comment p {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-size: 10px;
}

.products_comment span {
	font-size: 10px;
}


#area_contents ul {
	margin-left: 15px;
}

.link {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	width: 132px;
	height: 132px;
	background-color: #202020;
	border: 1px solid #303030;
	font-family: 'メイリオ','ＭＳ Ｐゴシック',Osaka,serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	list-style: none;
	line-height: 16px;
	color: #CC5500;
}

.link a {
	text-decoration: none;
	color: #CC5500;
}

.link a:hover {
	color: #CC5500;
}


.bt {
	margin-bottom: 10px;
	width: 130px;
	height: 100px;
	border: 0px;
}

.bt_page_top {
	float: left;
	width: 703px;
	margin: 20px 10px 0px 0px;
	text-align: right;
}

.bt_page_top img {
	width: 139px;
	height: 30px;
	border: 0px;
}

