/* 中央に配置するBOX */
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#hedder {
	width: 850px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#rogo {
	float: left;
	width: 300px;
	margin: 5px;
}
#navi {
	float: right;
	width: 515px;
	margin-top: 15px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#navi li {
	margin: 5px;
	float: right;
}
#hedder hr {
	background-color: #FEDF5F;
	height: 2px;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin: 0px;
}
#sidemenu {
	float: left;
	width: 170px;
	margin-left: 10px;
}
p.prod {
	font-size: 12px;
	margin: 0px;
	line-height: 135%;
}
#sidemenu img {
	margin-bottom: 10px;
}
table.sidemenu2 {
	border-width: 0px;
	border-style: none;
	width: 170px;
	margin-top: 15px;
	margin-bottom: 10px;
}
table.sidemenu2 td {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#main {
	width: 635px;
	float: right;
}
#main h1 {
	font-size: 22px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.prodct_p {
	float: left;
	width: 333px;
	text-align: right;
}
.prodct_p img {
	margin-bottom: 8px;
}
.prodct_w {
	float: right;
	width: 280px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#main h2{
	font-size: 18px;
	color: #CC5C17;
	line-height: 125%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.prodct_w ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: justify;
	padding: 0px;
}
.prodct_w li {
	font-size: 12px;
	line-height: 130%;
	margin-left: 3px;
}
.prodct_w hr {
	background-image : url(prod_line.gif);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#fotter {
	width: 850px;
	margin-top: 100px;
	text-align: right;
	margin-bottom: 10px;
}
#fotter hr {
	background-color: #666;
	height: 1px;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table.link {
	border-width: 0px;
	border-collapse: collapse;
	border-style: none;
	width: 600px;
	margin-top: 30px;
}
table.link td {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #D6D6D6;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: small;
}

table.link a:link {
	color: #000000;
	text-decoration: none;
}
table.link a:visited {
	text-decoration: none;
	color: #000000;
}
table.link a:hover {
	text-decoration: underline;
}
table.link a:active {
	text-decoration: none;
}
