@charset "utf-8";

/* -----------------------------
	Header定義
----------------------------- */
#header {
	background: #FFF;
	width: 100%;
}

#header #header_block {
	margin: 0 auto;
	background: #7caf28;
	width: 100%;
}

#header #header_block #header_main {
	margin: 0 auto;
	width: 895px;
	background: #7EAF1F url("image/store/logo_bg.jpg") no-repeat left bottom;
}

#header #header_block #header_main h1 {
	margin-right: 100px;
	float :left;
}

#header #header_block #header_main h1 img {
	display: block;
}

#header #header_option {
	float: right;
	text-align: left;
	width: 537px;
}

#header #header_option .option_link {
	float: left;
	width: 333px;
	text-align: right;
}

#header #header_option .option_link li {
	float: left;
	white-space: nowrap;
}

#header #header_option .option_link li a img {
	display: block;
}

#header #header_option #option_search {
	padding: 11px 0 0 0;
	width: 191px;
	float: right;
}

#header #header_option #option_search #search_txt {
	float: left;
	width: 140px;
	padding: 0 !important;
	border: none !important;
	height: 18px;
	line-height: 18px;
}

#header #header_option #option_search #search_btn {
	margin-left: 3px;
	float: left;
}

#header #topic_path_block {
	background: #E4DFC9;
	width: 100%;
}

#header #topic_path_block .topic {
	margin: 0 auto;
	background: #E4DFC9;
	width: 875px;
}

#header #topic_path_block .topic .topic_path {
	float: left;
	margin: 8px 0 6px 0;
	width: 336px;
}

#header #topic_path_block .topic .topic_path li {
	margin-right: 2px;
	padding: 0 0 2px 11px;
	float: left;
	background: url("image/medicine_center/greater.gif") no-repeat 0 2px;
	font-size: 85%;
	text-align: left;
	display: inline;
}

#header #topic_path_block .topic .topic_path li.first {
	padding-left: 0;
	background: none;
}

#header #topic_path_block .topic .topic_path li a {
	color: #27631D;
	text-decoration: underline;
}

#header #topic_path_block .topic .topic_path li a:hover {
	color: #27631D;
	text-decoration: none;
}

#header #topic_path_block .topic .store_link {
	float: right;
	font-size: 85%;
}

#header #topic_path_block .topic .store_link li {
	float: left;
}

#header #topic_path_block .topic .store_link li a img {
	display: block;
}

#header #company_block {
	margin: 20px auto 0;
	padding-bottom: 17px;
	border-bottom: 1px solid #7EAF1F;
	background: url("image/store_common/dice_bg.jpg") repeat-x left bottom;
	width: 875px;
	text-align: right;
}

#header #company_block .link_company {
	display: block;
	background: url("image/store_top/store_logo2.jpg") no-repeat left top;
	width: 100%;
}

#header #company_block .link_company img {
	display: block;
	float: right;
}