@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
}
a:hover {
	color: #F28A11;
	text-decoration: underline;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}
#head #logo {
	float: left;
	padding-top: 3px;
}
#head #nav {
	float: right;
	padding-top: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
}
#nav a {
	color: #7f7f7f;
	text-decoration: none;
	line-height: 25px;
}
#nav a:hover {
	color: #F39813;
	text-decoration: underline;
}

#content {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #E3E3E3;
	padding-bottom: 50px;
}


#left {
	float: left;
	width: 280px;
}
#left dt {
	color: #f1870b;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1870B;
	line-height: 28px;
}
#left dd {
	font-size: 12px;
	color: #787878;
	line-height: 20px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left dd a {
	color: #FF6600;
	text-decoration: none;
}

#middle {
	float: left;
	font-size: 12px;
	padding-left: 80px;
}
#middle #news1 {
	width: 320px;
}

#middle dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F28A0F;
}
.tab {
	display: block;
	background-image: url(../skin/tab1.jpg);
	background-repeat: no-repeat;
	height: 27px;
	margin-left: 10px;
	color: #FFFFFF;
	width: 70px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
}
#middle dd {
	background-image: url(../skin/sj.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	clear: both;
	height: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#middle a {
	text-decoration: none;
	color: #787878;
	line-height: 17px;
	display: block;
	float: left;
}
#middle a:hover {
	color: #F1870B;
	text-decoration: underline;
}

#middle #news2 {
	clear: both;
	width: 320px;
	margin-top: 30px;
}


#right {
	float: right;
	width: 200px;
}
#right #loginbox {
	background-image: url(../skin/login.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 12px;
	color: #787878;
	line-height: 20px;
	padding-left: 36px;
	padding-right: 25px;
}
#loginbox p {
	padding-top: 3px;
	padding-bottom: 3px;
}

.input {
	background-color: #FFFFFF;
	border: 1px solid #787878;
	height: 20px;
	width: 95px;
}
#right #product {
	padding-top: 40px;
}
#space {
	clear: both;
}
#footer {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
	padding-left: 20px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
}
