@charset "utf-8";

/* Header
*******************************/
#header {
	background:#ffffff;
}
#header-upper {
	background:#FFCCBB url(../img/header-bg.png) left top no-repeat;
	/*background:#FFCCBB;*/
}
#header-title {
	position:relative;
	/*background:#FFF;*/
}
#image-title {
	position:absolute;
	top:3px;
	left:50px;
}
#text-title {
	font-size:28px;
	font-weight:bold;
	color:#FF6633;
	padding:8px 0 4px 0;
}
#text-title a {
	color:#FF6633;
}
#sub-title {
	font-size:18px;
}
#headline {
	margin-top:40px;
	font-size:12px;
	font-weight:normal;
	color:#1C8EFF;
}
#shipping-declare {
	font-weight:bold;
	color:#666666;
}
#shipping-declare strong {
	color:#FF6666;
}
