@charset "utf-8";
/*
株式会社アクワイア
共通サイトヘッダーCSS*/


form,ul {
	margin:0;
	}
ul {
	list-style: none;
}

img {
	border:none;
}

object{
	outline:none;
	-moz-outline-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

em em{
	font-style:normal;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

h1,h2,h3,h4,h5,form,p,ul,ol,li {
	margin:0;
	padding:0;
}

/*********************************************
header（共通設定）
*********************************************/
div#header {
	width: 1000px;
	height:25px;
	margin:0 auto;
	padding:5px 0;
}

#headerTop {
	position: absolute;
	top:0;
	left:50%;
	width: 1000px;
	height:25px;
	margin:0 0 0 -500px;
	padding:5px 0;
	z-index: 9999;
}
	

div#header_left {
	float:left;
	text-align:left;
}

div#header_right {
	float:right;
	text-align:right;
}

#iconbox_head {
	float: right ;
	width: 105px;
	height: 25px;
}

/*amazonボタンなし版*/
#iconbox_head_no {
	float: right ;
	width: 165px;
	height: 23px;
	margin-top: 7px;
}

li#icn_b {
	width: 20px;
	height: 20px;
	float: left;
}

li.icn_t {
	width: 20px;
	height: 20px;
	float: left;
	/*margin-left: 20px;*/
}


li.icn_f {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 10px;
}


li.icn_g {
	width: 32px;
	height: 20px;
	float: left;
	margin-left: 10px;
}

li.icn_amazon {
	width: 105px;
	height: 23px;
	float: left;
	margin-left: 20px;
}

.header_logo {
	float:left;
}

#goiken_support_box {
	float:right;
	width:140px;
	padding-top: 7px;
}

.support_container {
	float:right;
	padding-right:10px;
}

.goiken_container {
	float:left;
}

/*********************************************
header（白）
*********************************************/

div#header_wrapper_w {
	/*background-color:#ffffff;*/
	width:100%;
	height:34px;
}

#support_w {
	display:block;
	width:56px;
	height:11px;
	background: url(../img/hdr_support.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

#goiken_w {
	display:block;
	width:49px;
	height:11px;
	background:url(../img/hdr_goiken.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}


.clearfloat{
	height:0px;
	font-size:1%;
	clear:both;
	display:block;
}
