@charset "utf-8";
/* CSS Document */
html {
	background-color:#fff;
	font-family:Arial;
	color:#5e5e5e;
	font-size:12px;
}
body {
	background-color:#fff;
}
h2 {
	font-family:Arial;
	font-weight:normal;
	color:#5e5e5e;
	margin-top:10px;
	margin-bottom:10px;
}
a {
	color:#e06600;
}
a.f {
	color:#5e5e5e;
	text-decoration:none;
}
.header {
	position:relative;
	width:950px;
	background-image:url(img/bg.jpg);
	height:376px;
	background-repeat:no-repeat;
}
.flinks {
	float:left;
	margin-right:80px;
}
.logos {
	position:absolute;
	right: 0px;
	top: 31px;
}
.cols {
	position:relative;
	width:950px;
	height:300px;
	text-align: left;
	margin-top:20px;
}
.logo_ttl {
	font-size:20px;
	color:#5e5e5e;
	padding-left:70px;
	padding-top:10px;
	padding-bottom:20px;
	background-repeat:no-repeat;
	text-align:left;
}
.footer {
	position:relative;
	width:950px;
	text-align: left;
	height:100px;
}
.r {
	text-align:right;
}
.logo {
	position:absolute;
	color:#5f5f5f;
	left: 71px;
	top: 22px;
	text-align:left;
}
.btn1 {
	width:162px;
	height:34px;
	background-image:url(img/buy.jpg);
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	cursor:pointer;
}
.btn2 {
	width:162px;
	height:34px;
	background-image:url(img/btn.jpg);
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	cursor:pointer;
}
a.btn {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
a.btn:hover {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

