@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	line-height: 1.4em;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	line-height: 15px;
}
h2 {
	margin-top: 0px;
	/* [disabled]padding-left: 10px;
*/
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
/* a:link {
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
} */
#container {
	width: 1000px;
	max-width: 1000px;
	min-width: 780px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: auto;
	width: 1000px;
	background-image: url(../images/header_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#pankuzu {
	font-size: 12px;
	margin-left: 60px;
}
.header_top {
	width: 1000px;
	text-align: center;
	margin-top: 80px;
	background-image: url(../images/menu_bk.gif);
	background-repeat: repeat-x;
	height: 40px;
}
.header_img {
	text-align: center;
}
.header_under {
	background-image: url(../images/header_under.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 1000px;
	background-position: bottom;
}
.go_top {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 20px;
	width: 80px;
	clear: both;
	float: right;
	font-size: 12px;
}
#sidebar {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: auto;
	width: 215px;
	float: left;
	margin-left: 60px;
}
#sidebar dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/products_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	line-height: 30px;
}
#sidebar dd {
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8A8A8;
	margin-left: 10px;
	padding-left: 10px;
}
#sidebar a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#sidebar a:hover {
	color: #FFF;
	background-color: #8C8C8C;
}
.sidebar_m {
	background-image: url(../images/sidemenu_products_m.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 215px;
}
.sidebar_bottom {
	background-image: url(../images/sidemenu_products_bottom.gif);
	height: 4px;
	width: 215px;
}
#footer {
	background-image: url(../images/footer_bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	width: 1000px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	clear: both;
	margin-top: 40px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
