@charset "shift_jis";

#header{
	width:1024px;
/*	height:112px;*/
	background-image: none;
	margin:0;
	margin-bottom: 10px;
	background-image: url(/gold/amiami/img/title_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 左 */
.header_left {
	float: left;
	display: block;
	width: 256px;
	height:112px;
	margin:0;
	padding:0;

}
.header_left .title {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin-top: 4px;
}
.header_left .logo {
	width:256px;
	height:108px;
	background-image: url(/gold/amiami/img/header_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	display: block;
}

/* 右 */
.header_right {
	float:right;
	display:block;
	width: 512px;
	height: 112px;
}
.header_right ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

.headerbanner{
	float:right;
	height:60px;
	width:470px;
	overflow:hidden;
	display:block;
	text-align:left;
	margin-right:10px;
	margin-top:8px;
}
.headerbanner ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#migiue{
	text-align:right;
	list-style-type: none;
}

.searchbox{
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	width:330px;
	height:30px;
	overflow:hidden;
	display:block;
	text-align:left;
	padding-left:34px;
	margin-right:10px;
	margin-top:6px;
}
.search_input{
	height:1.7em;
	width: 220px;
}
.search_btn{
	width:100px;
	height:28px;
}

/* 買い物かご */
.cartbutton{
	display:block;
	float:right;
	width:122px;
	height:27px;
	margin-right: 11px;
	margin-top: 6px;
	background-color: #ffffff;
}
.cartbutton a{
	display:block;
	width:100%;
	height:100%;
	float:left;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
	border: #dddddd 1px solid;
}
.cartbutton span{
	background-image: url(/gold/amiami/img/icon_cart.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:19px;
	padding-left:30px;
	margin:2px 4px;
	display:block;
	padding-top:3px;
}
.cartbutton a:hover{
	color:#bf0000;
	text-decoration: underline;
	border: #bf0000 1px solid;
}

/* ヘッダーメニュー */
.header_menu {
	height:25px;
}
.header_menu ul {
	height:25px;
	margin:0;
/*	margin-top:5px;*/
	padding:0;
	list-style-type: none;

}
.header_menu li {
	background-image: none;
	display: block;
	float: left;
	height: 23px;
	width: 16.275%;
	margin:1px;
	background-color: #fe8c08;
	color: #FFFFFF;
	border: #fe8c08 1px solid;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	list-style-type: none;
}
.header_menu a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
.header_menu span {
	padding-top:5px;
	display: block;
}
.header_menu a:hover {
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	color: #fe8c08;
}


/* 告知文 */
.header_notice{
	padding:0 5px;
	margin:5px auto 0 auto;
}
.header_notice dl{
	text-align:left;
	list-style:none;
	padding:8px;
	margin:0;
	border:#fe8 1px solid;
	background-color:#ffe;
}
.header_notice dt{
	font-size:100%;
	font-weight:bold;
}
.header_notice dd{
	font-size:100%;
	margin-left:4px;
	margin-top:8px;
}
.header_noticedate{
	color:#C00;
}

/* 商品ページ用告知文 */
.att{
	width:600px;
	height:12px;
	float:left;
	display:block;
	margin:0;
	padding:5px;
	color:#000000;
	background-color:#eeeeee;
	border:solid 1px #CCC;
	font-size:100%;
	text-align:left;
	text-decoration:none;
}
.att:hover{
	background-color:#FAFAFA;
}
.att a{
	text-decoration:none;
}

