@charset "utf-8";
/**/
@import url("reset.css");
html,body {
	height: 100%;
	background-attachment: scroll;
	background-color: #000000;
	font-size:14px;
}
#contents_all {
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-bottom:10px;
	background-position: center top;
}

#area {
    width: 908px;
	margin: auto;
}
#hed_contain {
    width: 100%;
	background-image: url(../img/hed.jpg);
}
#hed {
    width: 900px;
	margin: auto;
	height: 80px;
	padding-left: 4px;
}
#main_flash {
    margin:0px;
	height: 350px;
	padding-left: 4px;
}
#menu {
	margin: 24px 0px 20px 0px;
}
#menu table{
    margin:0px;
}

/**/
#name {
	width: 244px;
	height: 112px;
	padding: 10px;
	background-image: url(../img/name_bg.jpg);
}
#name .name1 {
    margin:0px 0px 0px 0px;
	height:25px;
	text-align:center;
}
h1 {
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	margin-top:5px;
}
h2 {
    font-size:12px;
	margin-bottom:10px;
	margin-top:5px;
}
#name .name2 {
    margin:0px;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	font-size:12px;
	color:#333333;
}
/**/
#productcontent {
    margin: 0px 0px 0px 24px;
}
a.to_product {
	background: url(../img/botan1a.jpg) no-repeat;
	height: 132px;
	width: 264px;
	float: left;
}
a.to_product:active,
a.to_product:hover {
	background: url(../img/botan1b.jpg) no-repeat;
}
#to_areacontent {
    margin: 0px 0px 0px 24px;
}
a.to_area {
	background: url(../img/botan2a.jpg) no-repeat;
	height: 132px;
	width: 332px;
	float: left;
}
a.to_area:active,
a.to_area:hover {
	background: url(../img/botan2b.jpg) no-repeat;
}


#footer{
	float:left;
	width: 100%;
	background-color: #000000;
	height: 80px;
}
#copyright{
    width: 900px;
	margin: auto;
	text-align:center;
}

