@charset "utf-8";
/*
Wizardry パーフェクトパック CSS
(c) 2011 AQCUIRE Corp. All Rights Reserved.
*/

/* init */
*{
  margin:0;
  padding:0;
}



body{
  font-family:Arial,Helvetica,sans-serif,Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;

}

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_wrapper {
	background-color:#000000;
	width:100%;
	height:34px;
	border-bottom:1px solid #222222;
}

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;
}

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: 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;
}





/* common class */
.hide {
  position:absolute;
  left:-9999px;
  top:-9999px;
}

.spacer {
  clear:both;
}

/* link */
a {
	color:#ffffff;
	text-decoration: none;
}
a img {
	border:0;
}
a:active {
	outline:none;
}
a:focus {
	outline:none; -moz-outline-style:none;
}
a:hover {
	color: #ffffff; text-decoration: underline;
}



/* alt */
.alt{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

/*新clear float*/
.clearfloat{
	height:0px;
	font-size:1%;
	clear:both;
	display:block;
}
