@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
*{
	margin: 0;
	padding: 0;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix {
	display: block;
}
/* end backslash hack */
.clearboth{
	clear: both;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.float_none{
	float: none;
}
.display_inline{
	display: inline;
}

/* Header */
div#wrapper_header {
	float: left;
	width: 100%;
	height: 107px;
	background-color: #336699;
}
div#container_header_logo {
	width: 770px;
	height: 107px;
	margin: 0 auto;
	background-color: #336699;
}
div#container_header_logo a {
	outline: none;
}
.logo_speed_pc a {
	float: none;
	display: block;
	width: 106px;
	height: 107px;
	outline: none;
	margin: 0;
	background: transparent url("../image/speed_pc.jpg") no-repeat;
}
.logo_speed_pc a:hover {
	background-position: -106px 0;
	outline: none;
}
/* Content */
div#wrapper_content {
	float: none;
	width: 770px;
	margin: 0 auto;
}
div#container_sidebar {
	float: left;
	width: 190px;
}
div#container_sidebar p {
	padding: 10px 18px 0 18px;
}
p.free_scan a {
	font-size: 14px;
	color: #28559a;
}
div#container_main_content {
	float: right;
	width: 550px;
	text-align: left;
}
h1.title {
	font-size: 42px;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
}
h2.sub_title {
	font-size: 16px;
	font-weight: bold;
	color: #c30e13;
	padding-bottom: 10px;
}
p.first_paragraph {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.wrapper_button {
	width: 470px;
	height: 89px;
	background: transparent url("../image/windows_vista.jpg") no-repeat 100% 100%;
}
.button_scan a {
	float: none;
	display: block;
	width: 247px;
	height: 56px;
	outline: none;
	margin: 0 0 0 65px;
	background: transparent url("../image/button_scan_duo.jpg") no-repeat;
}
/* Footer */
div#wrapper_footer {
	width: 100%;
	height: 29px;
	background: #336699;
}
div#wrapper_footer p {
	font-size: 10px;
	color: #FFF;
	padding-top: 8px;
}
div#wrapper_footer p a {
	color: #FFF;
}







/* Adjust */
.adjust_margin_center{
	margin: 0 auto;
}
.adjust_text_left{
	text-align: left;
}
.adjust_text_center{
	text-align: center;
}
.adjust_text_right{
	text-align: right;
}
.adjust_padding_bottom14 {
	padding_bottom: 14px;
}
.adjust_margin_top13 {
	padding-top: 13px;
}
.adjust_margin_top4 {
	margin-top: 4px;
}
