@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8E8E8;
	margin-top: 10px;
	margin-bottom: 10px;
}
.both {
	clear: both;
}

* {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.error {
	color: #F00;
}
#header .top_logo {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/header_image.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header #menu {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#main_contents {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	clear: both;
}
#main_contents .index_img_btn {
	height: 70px;
	position: absolute;
	top: 450px;
	z-index: 10;
}
#main_contents .index_img_btn ul li {
	float: left;
	margin-left: 6px;
	list-style-type: none;
}

#main_contents .goods_contents {
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#main_contents .goods_contents h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #232EB5;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding: 7px;
	font-size: 14px;
	margin-bottom: 10px;
}
#main_contents .goods_contents .goods_title {
	height: 40px;
	width: 700px;
	background-image: url(images/goods/goods_setsumei.gif);
}
#main_contents .goods_contents .goods_title  h2{
	font-size: 20px;
	color: #FFF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
	background-image: url(images/goods/goods_setsumei.gif);
	background-position: -20px;
	background-repeat: no-repeat;
}
#main_contents .goods_contents .contents {
	padding: 5px;
}

#main_contents .goods_menu {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5599C7;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#main_contents .goods_menu ul {
	margin: 5px;
}
#main_contents .goods_menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5599C7;
	padding: 5px;
	list-style-type: none;
}
#main_contents .goods_menu ul li a {
	display: block;
	text-decoration: none;
}
#main_contents .goods_menu ul li a:hover {
	color: #336;
}
#main_contents .goods_menu ul li ul {
	margin: 0px;
	padding: 0px;
}
#main_contents .goods_menu ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main_contents .company_contents {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
}
#main_contents .company_contents h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #232EB5;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding: 7px;
	font-size: 14px;
	margin-bottom: 10px;
}
#main_contents .company_contents ul {
	margin-left: 20px;
}
#main_contents .company_contents ul li {
	margin-left: 20px;
}
#main_contents .contents .sitemap ul {
	margin-top: 10px;
	margin-left: 20px;
}
#main_contents .contents .sitemap li {
	margin-left: 10px;
}
.footer_menu {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 20px;
	font-size: 10px;
}
.footer_menu li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}





#footer {
	background-color: #00C;
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	clear: both;
}
