/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

* {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #666666;
}

body {
	background: url(shared/img/back.png) repeat-x left top;
	text-align:center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

h2 {
	margin-bottom: 1em;
	font-size: 122%;
	line-height: 130%;
	clear: left;
}

h3 {
	margin-bottom: 0.5em;
	line-height: 120%;
}

h4 {
	font-size: 114%;
	margin: 0px 0px 0.5em 0px;
	padding: 1px 0px 1px 5px;
	line-height: 130%;
	color: #006633;
	border-left: #006633 3px solid;
}

h5 {
	font-size: 107%;
	margin-bottom: 0.5em;
	line-height: 140%;
	color: #FF6600;
}

h6 {

}

p {
	line-height: 150%;
	font-size: 107%;
	/*font-size: 92%;*/
	margin-bottom: 1em;
}

ol,ul,li{
	list-style: none;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

address {
	font-style:normal;
}
hr {
	display: none;
}

img {
	border:none;
	vertical-align: bottom;
}


#container {
	text-align: left;
	width: 952px;
	padding: 0px 14px;
	margin: 0px auto;
	margin-left: auto;
	background: url(shared/img/back_container.png) repeat-y center top;
}

* html #container {
	behavior: expression(IEPNGFIX.fix(this));
}


/*--------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------*/

#header {
	width: 952px;
	border-bottom: solid 1px #CCCCCC;
}

#header a {
	/*color: #FFFFFF;*/
	text-decoration: underline;
}

#header a:hover {
	text-decoration: none;
}

#header .top {
	height: 70px;
	width: 952px;
	padding: 10px 0;
	background: url(shared/img/back_headertop.gif) repeat-x left top;
	position:relative;
}

#header .top #header_price {
	font-size: 10px;
        color: #999999;
	position: absolute;
	left: 250px;
	bottom: 7px;
}

#header .top .navi a {
        color: #999999;
}

#logo {
	height: 34px;
	width: 220px;
	position: absolute;
	left: 0px;
	bottom: 10px;
}

* html #logo img  {
	behavior: expression(IEPNGFIX.fix(this));
}

#header .top .banner {
	position: absolute;
	right: 0px;
	top: 25px;
	margin: 0px;
	width: 468px;
	height: 60px;
}

/*--------------------------------------------------------------------------------
mainblock,mainarea
--------------------------------------------------------------------------------*/

#mainblock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainblock {
	display: inline-block;
	width: 952px;
	background-color: #FFFFFF;
}

/* Hides from IE-mac \*/
* html #mainblock {height: 1%;}
#mainblock {display: block;}
/* End hide from IE-mac */

#mainarea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainarea {
	display: inline-block;
	width: 772px;
	background-color: #FFFFFF;
	float: left;
}

/* Hides from IE-mac \*/
* html #mainarea {height: 1%;}
#mainarea {display: block;}
/* End hide from IE-mac */

/*--------------------------------------------------------------------------------
main
--------------------------------------------------------------------------------*/

#main {
	float: right;
	width: 572px;
	padding: 10px 10px 0px 10px;
	text-align: left;
}

#topicpath {
	width: 572px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	text-align: left;
}

#topicpath li {
	background: url(shared/img/bullet_orange.gif) no-repeat left center;
	float: left;
	padding-left: 14px;
	padding-right: 5px;
	font-size: 10px;
}

#description {
	width: 572px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}

.marker {
	background: #FFFF00;
	font-weight: bold;
	color: #FF0000;
	padding: 3px;
	margin: 0px;
}

.impact {
	font-size: 107%;
	font-weight: bold;
	color: #FF0000;
}

#main .price {
	color: #FF0000;
	font-size: 136%;
	font-weight: bold;
}

#listbox, .campaignbox {
	margin: 0px 0px 2em 0px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #CCCCCC;
}
#listbox ul, .campaignbox ul {
	margin: 0px 0px 1em 0px;
}
#listbox li, .campaignbox li {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0.4em 0px;
}

/*--------------------------------------------------------------------------------
subarea,extraarea
--------------------------------------------------------------------------------*/

#subarea {
	width:180px;
	float:left;
	text-align: center;
	padding-top: 10px;
}

#subarea h3, #extraarea h3, #subarea h4, #extraarea h4 {
	background: url(shared/img/back_heading_subarea.gif) repeat-x left top;
	padding: 6px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 107%;
	text-align: center;
	margin:0px 0px 10px 0px;
	line-height: 120%;
	border: solid 1px #86B7F1;
}

#subarea h3 a, #extraarea h3 a, #subarea h4 a, #extraarea h4 a {
	color: #FFFFFF;
}

#subarea p, #extraarea p {
	font-size: 92%;
}

.banner {
	width: 180px;
	margin:0px 0px 20px 0px;
}
.banner li {
	width: 180px;
	margin: 0px 0px 5px 0px;
}

#searchbox #search {
	width: 176px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
}
#searchbox form {
	margin: 0px 0px 0.5em 0px;
}

#categorymenu, #submenu, #searchbox, #recententries, #monthlyarchives, #feedbox, #tagbox, #tagcloud, .linklist, .trialset, #linkcategory,#siteadd {
	width: 180px;
	margin: 0px auto 20px auto;
	text-align: left;
}

#categorymenu ul, #submenu ul {
	border-top: 1px solid #00CA88;
}

#categorymenu li {
	background: url(shared/img/back_btn.jpg) repeat-x left top;
	border-right: 1px solid #00CA88;
	border-bottom: 1px solid #00CA88;
	border-left: 1px solid #00CA88;
	font-size: 92%;
}

#submenu li, .trialset li {
	border-bottom: 1px solid #00CA88;
	font-size: 92%;
}

#categorymenu li a {
	background: url(shared/img/bullet_orange.gif) no-repeat 5px 11px;
	display: block;
	padding: 8px 14px 7px 18px;
	color: #666666;
	text-decoration: none;
	width: 146px;
}

#categorymenu li a:hover {
	background: url(shared/img/bullet_orange.gif) no-repeat 6px 11px;
	text-decoration: underline;
}

.linklist li a, #monthlyarchives li a, .module-archives li a,#linkcategory li a,#siteadd li a {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 8px;
	display: block;
	padding: 5px 0px 4px 14px;
	color: #666666;
	text-decoration: underline;
	width: 166px;
}
#submenu li a:hover, .linklist li a:hover, #monthlyarchives li a:hover, .module-archives li a:hover {
	text-decoration: none;
	background: url(shared/img/bullet_blue.gif) no-repeat 2px 8px;
}

#submenu li a, .trialset li a {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 8px;
	display: block;
	padding: 5px 0 4px 18px;
	color: #666666;
	text-decoration: none;
	width: 162px;
}
#submenu li a:hover, .trialset li a:hover {
	text-decoration: underline;
	background: url(shared/img/bullet_blue.gif) no-repeat 2px 8px;
}

#extraarea {
	width: 180px;
	float: right;
	text-align: center;
	padding-top: 10px;
}

#extraarea .banner li {
	line-height: 150%;
	text-align: left;
	margin: 0px 0px 1em 0px;
}

#extraarea .banner li img {
	display: block;
	margin: 0px 0px 0.2em 0px;
}

/* Tag cloud */
#tagcloud li {
	padding: 0px 2px 0px 2px;
	display: inline;
}

#tagcloud a.level1 {
	font-size: 152%;
}

#tagcloud a.level2 {
	font-size: 136%;
}

#tagcloud a.level3 {
    font-size: 122%;
}

#tagcloud a.level4 {
	font-size: 107%;
}

#tagcloud a.level5 {
	font-size: 92%;
}

#tagcloud a.level6 {
	font-size: 77%;
}

/*for ikusuri iframe*/
#ikusuri {
	width:180px;
	height: 249px;
}

/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/

#footer {
	width: 932px;
	padding: 10px;
	border-top: #CCCCCC 1px solid;
}

#footer_inner {
	margin: 0;
	padding: 0;
	width: 932px;
	overflow: hidden;
}

#footer h3 {
	font-size: 92%;
	color: #FFFFFF;
	float: left;
}

#footer h3 a {
	text-decoration: none;
}

#footer .navi {
	font-size: 92%;
	float: right;
}

#footer address {
	/*color: #FFFFFF;*/
	font-size: 92%;
}

#footer a {
	/*color: #FFFFFF;*/
}

/*--------------------------------------------------------------------------------
mainmenu
--------------------------------------------------------------------------------*/

#mainmenu {
	width: 952px;
	height: 40px;
}

#mainmenu ul {
	height: 30px;
}

#mainmenu li {
	padding-right: 5px;
	height: 30px;
	width: 100px;
	float: left;
}

#mainmenu li a, #mainmenu li span {
	display: block;
	height: 30px;
	width: 100px;
	text-decoration: none;
	text-indent:-9999px;
	/*\*/
	overflow:hidden;
	/**/
}

#mainmenu .products a, #mainmenu .products span {
	background: url(shared/img/mainmenu_products.jpg) no-repeat left top;
}
#mainmenu .products a:hover {
	background: url(shared/img/mainmenu_products.jpg) left bottom;
}
#mainmenu .price a, #mainmenu .price span {
	background: url(shared/img/mainmenu_price.jpg) no-repeat left top;
}
#mainmenu .price a:hover {
	background: url(shared/img/mainmenu_price.jpg) left bottom;
}
#mainmenu .medicine a, #mainmenu .medicine span {
	background: url(shared/img/mainmenu_medicine.jpg) no-repeat left top;
}
#mainmenu .medicine a:hover {
	background: url(shared/img/mainmenu_medicine.jpg) left bottom;
}
#mainmenu .efficacy a, #mainmenu .efficacy span {
	background: url(shared/img/mainmenu_efficacy.jpg) no-repeat left top;
}
#mainmenu .efficacy a:hover {
	background: url(shared/img/mainmenu_efficacy.jpg) left bottom;
}
#mainmenu .method a, #mainmenu .method span {
	background: url(shared/img/mainmenu_method.jpg) no-repeat left top;
}
#mainmenu .method a:hover {
	background: url(shared/img/mainmenu_method.jpg) left bottom;
}
#mainmenu .caution a, #mainmenu .caution span {
	background: url(shared/img/mainmenu_caution.jpg) no-repeat left top;
}
#mainmenu .caution a:hover {
	background: url(shared/img/mainmenu_caution.jpg) left bottom;
}
#mainmenu .experience a, #mainmenu .experience span {
	background: url(shared/img/mainmenu_experience.jpg) no-repeat left top;
}
#mainmenu .experience a:hover {
	background: url(shared/img/mainmenu_experience.jpg) left bottom;
}
#mainmenu .orderflow a, #mainmenu .orderflow span {
	background: url(shared/img/mainmenu_orderflow.jpg) no-repeat left top;
}
#mainmenu .orderflow a:hover {
	background: url(shared/img/mainmenu_orderflow.jpg) left bottom;
}
#mainmenu .faq a, #mainmenu .faq span {
	background: url(shared/img/mainmenu_faq.jpg) no-repeat left top;
}
#mainmenu .faq a:hover {
	background: url(shared/img/mainmenu_faq.jpg) left bottom;
}

/*-----------------------------------------------------------------------------
main
-----------------------------------------------------------------------------*/
#main .navi {
	width: 572px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main .navi p {
	text-align:right;
}

#main .navi .pagetop a {
	display:block;
	background: url(shared/img/bullet_up.gif) no-repeat right center;
	padding-right: 13px;
	color: #666666;
}

.content-nav {
	text-align: center;
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 77%;
}

.date-header {
	width: 572px;
	margin-right: auto;
	margin-left: auto;
	font-size: 77%;
	color: #CCCCCC;
	margin-bottom: 5px;
}


.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.entry {
	display: inline-block;
	width: 572px;
	margin: 0px auto 30px auto;
	text-align: left;
}

/* Hides from IE-mac \*/
* html .entry {height: 1%;}
.entry {display: block;}
/* End hide from IE-mac */

.entry h3 {
	font-weight: bold;
	background: url(shared/img/back_entryheading.gif) repeat-x left top;
	color: #FFFFFF;
	padding: 8px 0 8px 15px;
	font-size: 122%;
	line-height: 120%;
	border: solid 1px #FF9900;
}

.entry h3 a, .entry h3 span {
 	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.entry h3 a:hover {
 	color: #FFFFFF;
}

.entry h4 {
 	clear: both;
}

.entry a {
 	color: #0066CC;
}

.annotation {
	font-size: 92%;
	border: 1px dotted #CCCCCC;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
}

.entry ul {
	margin: 0px 0px 2em 0px;
}
.entry li {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0.4em 0px;
	font-size: 107%;
}

.star {
	font-size: 122%;
	font-weight: bold;
	color: #FF6600;
}

#purchase {
	text-align: right;
}

.purchase {
	text-align: right;
}

.entry table {
	margin: 0px 0px 2em 0px;
}
.contraindication {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0px;
	width: 572px;
}
.contraindication th {
	color: #FFFFFF;
	padding: 5px;
	font-size: 107%;
	font-weight: bold;
	text-align: center;
	background: #0066CC;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.contraindication td {
	padding: 3px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	width: 33%;
}

.productstable {
	border-collapse:collapse;
	border-spacing: 0px;
	width: 572px;
}

.productstable .firstChild th {
	color: #FFFFFF;
	padding: 5px;
	font-size: 107%;
	font-weight: bold;
	background: #FF9900;
}

.productstable th {
	padding: 5px;
	font-weight: bold;
}

.productstable td {
	font-size: 100%;
	padding: 5px;
}

.productstable a {
	display: block;
	background: url(shared/img/btn_cart.gif) no-repeat left top;
	width: 100px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
.productstable a:hover {
	background: url(shared/img/btn_cart.gif) no-repeat left bottom;
}

.productstable .odd{
	background: #B5FFB5;
}
.productstable .even{
	background: #E6FFE6;
}
.productstable .empty{
	background: #FFFFFF;
}
/*
.productstable .firstChild{
	background:red;
}
.productstable .lastChild{
	background:blue;
}
*/

.entry-tags {
	margin-bottom: 5px;
}

.entry-tags a {
	color: #666666;
}

.entry-tags li {
	display: inline;
	padding: 0px 5px 0px 0px;
	font-size: 92%;
	background: url(none);
}

.entry-footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 92%;
}

.entry-footer a {
	color: #666666;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 92%;
}

.entrymore a {
	background: url(shared/img/bullet_blue.gif) no-repeat left center;
	display: block;
	padding: 4px 0px 4px 14px;
	overflow: hidden;
	zoom: 1;
}

.entry .productimg {
	margin: 0px 1em 1em 0px;
	float: left;
}

/*カウンター用スタイルシート*/
.counter {
	margin: 0px 0px 1em 0px;
	text-align: left;
}

.counter input {
	width: 500px;
	color: #FF0000;
	background: #FFFFFF;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	margin:0 auto;
	padding: 2px 0px 2px 0px;
	border: none;
}


/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.regularproducts {
	font-size: 92%;
	border: 1px double #CCCCCC;
	padding: 10px;
	margin-bottom: 1em;
}

/*==============================================================================
home
================================================================================*/

#home #main h2 {
	margin-bottom: 2em;
}

#home #main h3 {
	margin-bottom: 0.5em;

}

#home #main h4 {
	margin-bottom: 0.5em;
}

#home .entry .productimg {
	padding: 3px;
	margin: 0px 1em 1em 0px;
	float: left;
	border: solid 1px #999999;
}

#imitationimg {
	padding: 3px;
	margin: 0 0 1em 1em;
	float: right;
	border: solid 1px #999999;
}

/*--------------------------------------------------------------------------------
pickup
--------------------------------------------------------------------------------*/

#pickup {
	text-align: left;
	width: 572px;
	margin: 0px auto 30px auto;
}

#pickup h4 {
	margin: 0px 8px 0px 8px;
}

#pickup .date {
	font-size: 92%;
	margin: 0px 8px 1em 8px;
}

#pickup ul {
	width: 572px;
	padding: 0px 0px 10px 0px;
}

#pickup li {
	width: 180px;
	height: 120px;
	padding: 0px 0px 0px 8px;
	float: left;
	margin: 0px 0px 1em 0px;
}

#pickup .imgbox {
	width: 80px;
	float: left;
}

#pickup .imgbox img {
	display: block;
	margin: 0px 0px 3px 0px;
	border: #CCCCCC 1px solid;
}
#pickup .detailbtn {
	display: block;
	width: 80px;
	height: 20px;
}
#pickup .detailbtn a {
	display: block;
	width: 80px;
	height: 20px;
	background: url(shared/img/btn_detail_small.gif) no-repeat left top;
	text-indent: -9999px;
	text-decoration: none;
	/*\*/
	overflow:hidden;
	/**/
}
#pickup .detailbtn a:hover {
	background: url(shared/img/btn_detail_small.gif) no-repeat left bottom;
}

#pickup dl {
	width: 95px;
	float: right;
}

#pickup dt {
	font-size: 107%;
	line-height: 120%;
	font-weight: bold;
	padding: 2px 0 3px 0;
	margin: 0 0 3px 0;
}
#pickup dd {
	font-size: 92%;
	padding: 0;
	margin: 0 0 3px 0;
}

#pickup dd.price {
	font-size: 136%;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------
medicine
--------------------------------------------------------------------------------*/

#bottleimg {
	padding: 3px;
	margin: 0 1em 1em 0;
	float: left;
	border: solid 1px #999999;
}

/*--------------------------------------------------------------------------------
newslist, famous, contentslist, campaign
--------------------------------------------------------------------------------*/

#newslist:after, #famous:after, #contentslist:after, #campaign:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#newslist, #famous, #contentslist, #campaign {
	display: inline-block;
	text-align: left;
	width: 572px;
	margin: 0px auto 30px auto;
}

/* Hides from IE-mac \*/
* html #newslist, * html #famous, * html #contentslist * html #campaign {height: 1%;}
#newslist, #famous, #contentslist, #campaign {display: block;}
/* End hide from IE-mac */

#famous h3, #campaign h3 {
	border-left: 5px #FF0000 solid;
	padding: 2px 0px 2px 5px;
	color: #FF0000;
}

#famous ul {
	height: 90px;
}

#famous li {
	width: 184px;
	height: 90px;
	float: left;
	padding: 0px 0px 0px 5px;
}

#campaign ul {
	margin: 0px 0px 2em 0px;
}
#campaign li {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0.4em 0px;
	font-size: 107%;
}

#newslist h3 {
	border-left: 5px #FF0000 solid;
	padding: 2px 0px 2px 5px;
	color: #FF0000;
}

#newslist {
	border-bottom: 1px solid #CCCCCC;
}
#newslist .date {
	font-size: 92%;
}
#newslist ul {
	margin: 0px 0px 1em 0px;
}
#newslist li {
	background: url(shared/img/bullet_blue.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0.4em 0px;
}

/*
#contentslist h3 {
	color: #FFFFFF;
	background: url(shared/img/back_entryheading.gif) no-repeat left top;
	padding: 8px;
	font-size: 122%;
}

#contentslist dl {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding:0px 8px 0px 0px;
}
#contentslist dt {
	height: 60px;
	width: 180px;
	margin-bottom: 5px;
}
#contentslist dd {
	font-size: 92%;
	line-height: 140%;
}
*/

/*==============================================================================
link
================================================================================*/

/*登録サイトリスト*/
table.link_site{
	width: 570px;
	/*margin: 10px auto;*/
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #666666;
	padding: 5px;
}

/*繰り返し*/
/*
.even{
	background: #E6E6E6;
}
.odd{
	background: #FFF;
}
*/

/*登録フォーム*/
table.regist_form{
	width: 570px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form td, table.regist_form th{
	padding: 5px;
	border: 1px solid #666666;
}
table.regist_form td.title, table.regist_form th.title{
	font-weight:bold;
}

#site_name, #site_url, #site_caption, #site_linkpage_url{
	width: 300px;
}

/*修正フォーム*/
table.edit_form{
	width: 570px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td.title{
	font-weight:bold;
}

/*==============================================================================
products
================================================================================*/
#products #mainmenu .products a {
	background: url(shared/img/mainmenu_products.jpg) left bottom;
}

/*==============================================================================
price
================================================================================*/
#price #mainmenu .price a {
	background: url(shared/img/mainmenu_price.jpg) left bottom;
}

/*==============================================================================
about
================================================================================*/
#medicine #mainmenu .medicine a {
	background: url(shared/img/mainmenu_medicine.jpg) left bottom;
}


/*==============================================================================
eficacy
================================================================================*/
#efficacy #mainmenu .efficacy a {
	background: url(shared/img/mainmenu_efficacy.jpg) left bottom;
}

/*==============================================================================
caution
================================================================================*/
#caution #mainmenu .caution a {
	background: url(shared/img/mainmenu_caution.jpg) left bottom;
}

/*==============================================================================
howto
================================================================================*/
#method #mainmenu .method a {
	background: url(shared/img/mainmenu_method.jpg) left bottom;
}


/*==============================================================================
experience
================================================================================*/
#experience #mainmenu .experience a {
	background: url(shared/img/mainmenu_experience.jpg) left bottom;
}

/*==============================================================================
orderflow
================================================================================*/
#orderflow #mainmenu .orderflow a {
	background: url(shared/img/mainmenu_orderflow.jpg) left bottom;
}

/*==============================================================================
faq
================================================================================*/
#faq #mainmenu .faq a {
	background: url(shared/img/mainmenu_faq.jpg) left bottom;
}