@charset "utf-8";
/*
Acquire, Inc.
Common CSS site header*/


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:33px;
	margin:0 auto;
	padding:0 15px;
}

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

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

#iconbox_head {
	float: right ;
	width: 280px;
	height: 23px;
	margin-top: 7px;
}

/*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: right;
	margin-left: 20px;
}


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

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:13px;
}

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

.goiken_container {
	float:left;
}

/*********************************************
header
*********************************************/

div#header_wrapper {
	background-color:#000000;
	width:100%;
	height:34px;
}


#support {
	display:block;
	width:54px;
	height:9px;
	background:url(../img/support_b.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

#goiken {
	display:block;
	width:47px;
	height:9px;
	background:url(../img/goiken_b.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

/*********************************************
header
*********************************************/

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

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

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


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