/*
基本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: 0;
	padding: 0;
	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:#FFFFFF;*/
}

h2 {
	font-size: 122%;
	line-height: 130%;
}

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: #00CC00;
	border-left: #00CC00 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 {
	height: 270px;
	width: 952px;
	position:relative;
	background: #FFFFFF;
}
#header a {
	/*color: #FFFFFF;*/
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}

#header .top {
	height: 73px;
	width: 932px;
	padding: 7px 10px 10px 10px;
}
#header .top .navi {
	font-size: 10px;
	position: absolute;
	left: 180px;
	top: 60px;
}
#logo {
	height: 53px;
	width: 160px;
	position: absolute;
	top: 27px;
	left: 5px;
}
* html #logo img  {
	behavior: expression(IEPNGFIX.fix(this));
}

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

#headerimg {
	height: 180px;
	width: 952px;
	background: #0099FF url(shared/img/back_headerimg.jpg) no-repeat left top;
}
* html #headerimg img  {
	behavior: expression(IEPNGFIX.fix(this));
}

/*--------------------------------------------------------------------------------
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_blue.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: 136%;
	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;
}

.purchase {
	text-align: right;
}

.soldout {
	font-size: 129%;
	margin: 0px 0px 0.5em 0px;
	padding: 1px 8px 1px;
	line-height: 130%;
	color: #FF3300;
	border: none;
}

/*--------------------------------------------------------------------------------
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) no-repeat left top;
	padding: 6px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 107%;
	text-align: center;
	margin:0px 0px 10px 0px;
	line-height: 120%;
	border-left: none;
}

#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, .module-archives {
	width: 180px;
	margin: 0 auto 20px;
	text-align: left;
}

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

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

#submenu li, .trialset li {
	border-bottom: 1px solid #CCCCCC;
	font-size: 92%;
}
#categorymenu li a {
	background: url(shared/img/bullet_green.gif) no-repeat 4px 7px;
	display: block;
	padding: 5px 0px 4px 18px;
	color: #666666;
	text-decoration: none;
	width: 160px;
}
#categorymenu li a:hover {
	text-decoration: underline;
	background: url(shared/img/bullet_green.gif) no-repeat 6px 7px;
}
.linklist li a, #monthlyarchives li a, .module-archives 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;
}
/*トップページ・リンクリスト用*/
#home .seolinklist ul {
	height: 240px;
	overflow: auto;
}

#home .seolinklist li a {
	display: block;
	padding: 5px 0px 4px 14px;
	/*width: 146px;*/
	width: 90%;
}

#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 0px 4px 14px;
	color: #666666;
	text-decoration: none;
	width: 166px;
}
#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 p {
	font-size: 85%;
	text-align: left;
}

#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 {
	background: #FFFFFF url(http://member.ozshopping.jp/click.php?APID=2&affID=0000208);
	width: 932px;
	padding: 10px;
	clear: both;
	border-top: #CCCCCC 1px solid;
}
#footer h3 {
	font-size: 92%;
	line-height: 120%;
	margin-bottom: 5px;
}
#footer h3 a {
	text-decoration: none;
}
#footer address {
	/*color: #FFFFFF;*/
	font-size: 92%;
	line-height: 140%;
	margin-bottom: 5px;
}

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

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

#mainmenu {
	width: 952px;
	height: 40px;
	background: #FF6600 url(shared/img/back_mainmenu.gif) repeat-x left top;
}
#mainmenu ul {
	height: 40px;
}
#mainmenu li {
	height: 40px;
	width: 96px;
	float: left;
}
#mainmenu li a, #mainmenu li span {
	display: block;
	height: 40px;
	width: 96px;
	text-decoration: none;
	text-indent:-9999px;
	/*\*/
	overflow:hidden;
	/**/
}

#mainmenu .products a, #mainmenu .products span {
	background: url(shared/img/mainmenu_products.gif) no-repeat left top;
}
#mainmenu .products a:hover {
	background: url(shared/img/mainmenu_products.gif) left bottom;
}
#mainmenu .price a, #mainmenu .price span {
	background: url(shared/img/mainmenu_price.gif) no-repeat left top;
}
#mainmenu .price a:hover {
	background: url(shared/img/mainmenu_price.gif) left bottom;
}
#mainmenu .about a, #mainmenu .about span {
	background: url(shared/img/mainmenu_about.gif) no-repeat left top;
}
#mainmenu .about a:hover {
	background: url(shared/img/mainmenu_about.gif) left bottom;
}
#mainmenu .eficacy a, #mainmenu .eficacy span {
	background: url(shared/img/mainmenu_eficacy.gif) no-repeat left top;
}
#mainmenu .eficacy a:hover {
	background: url(shared/img/mainmenu_eficacy.gif) left bottom;
}
#mainmenu .howto a, #mainmenu .howto span {
	background: url(shared/img/mainmenu_howto.gif) no-repeat left top;
}
#mainmenu .howto a:hover {
	background: url(shared/img/mainmenu_howto.gif) left bottom;
}
#mainmenu .caution a, #mainmenu .caution span {
	background: url(shared/img/mainmenu_caution.gif) no-repeat left top;
}
#mainmenu .caution a:hover {
	background: url(shared/img/mainmenu_caution.gif) left bottom;
}
#mainmenu .experience a, #mainmenu .experience span {
	background: url(shared/img/mainmenu_experience.gif) no-repeat left top;
}
#mainmenu .experience a:hover {
	background: url(shared/img/mainmenu_experience.gif) left bottom;
}
#mainmenu .orderflow a, #mainmenu .orderflow span {
	background: url(shared/img/mainmenu_orderflow.gif) no-repeat left top;
}
#mainmenu .orderflow a:hover {
	background: url(shared/img/mainmenu_orderflow.gif) left bottom;
}
#mainmenu .faq a, #mainmenu .faq span {
	background: url(shared/img/mainmenu_faq.gif) no-repeat left top;
}
#mainmenu .faq a:hover {
	background: url(shared/img/mainmenu_faq.gif) 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 3em 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) no-repeat left top;
	color: #FFFFFF;
	padding: 8px;
	font-size: 122%;
	line-height: 120%;
	border-bottom: 3px solid #FF9900;
}
.entry h3 a, .entry h3 span {
 	color: #FFFFFF;
	display: block;
	border-left: 3px solid #FFFFFF ;
	padding-left: 5px;
	width: 548px;
	text-decoration: none;
}
.entry h3 a:hover {
 	color: #FFFFFF;
}

.entry h4 {
 	clear: both;
}

.entry a, .annotation a, .regularproducts a {
 	color: #0066CC;
}

.annotation {
	border: 1px dotted #0066CC;
	padding: 10px 10px 0 10px;
	background: #E6FFE6;
	margin: 0 0 3em 0;
}

.regularproducts {
	border: 3px double #CCCCCC;
	padding: 10px 10px 0 10px;
	background: #FEFEFE;
	margin: 0 0 3em 0;
}

.annotation p {
	font-size: 107%;
	margin: 0 0 1em;
}

.entry ul {
	margin: 0 0 2em 0;
}
.annotation ul, .regularproducts ul {
	margin: 0 0 1em 0;
}
.entry li, .annotation li, .regularproducts 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;
}

.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: #0066CC;
}

.productstable th {
	padding: 5px;
	font-weight: bold;
}
.productstable td {
	font-size: 100%;
	padding: 5px;
	white-space: nowrap;
}

.productstable a {
	display: block;
	background: url(shared/img/btn_cart.jpg) no-repeat left top;
	width: 130px;
	height: 46px;
	text-decoration: none;
	text-indent: -9999px;
	/*\*/
	overflow:hidden;
	/**/
}
.productstable a:hover {

	background: url(shared/img/btn_cart.jpg) 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 9px;
	display: block;
	padding: 4px 0 4px 14px;
}

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

.relatedEntries {
	padding: 10px;
	margin: 0 0 1em 0;
	border: 1px dotted #CCCCCC;
}

.relatedEntries ul {
	margin: 0;
}

/*カウンター用スタイルシート*/
.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 */



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

#home #header {
	height: 330px;
	width: 952px;
}
#home #headerimg {
	width: 952px;
	height: 240px;
	background: url(none);
}
#home #main h3 {
	margin-bottom: 0.5em;

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

}

#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;
	background: url(shared/img/roundframe_middle.gif) repeat-y center top;
}

#pickup h3 {
	padding: 10px 8px 0px 8px;
	background: url(shared/img/roundframe_top.gif) no-repeat left top;
}

#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;
	background: url(shared/img/roundframe_btm.gif) no-repeat left bottom;
}

#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: 22px;
}
#pickup .detailbtn a {
	display: block;
	width: 80px;
	height: 22px;
	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;
	border-left: #FF0000 5px solid;
	padding: 2px 0px 3px 3px;
	margin: 0px 0px 3px 0px;
}
#pickup dd {
	font-size: 92%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

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

/*--------------------------------------------------------------------------------
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%;
}
*/


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

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

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

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

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

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

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


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

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

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

/*==============================================================================
cart
================================================================================*/
#cart iframe.cartframe {
	width: 572px;
	border: 0;
	height: 1300px;
}

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

.sidelink {
	margin: 0px auto 20px auto;
}

.sidelink ul {
	border-top: 1px solid #CCCCCC;
}

.sidelink li {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

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

.sidelink_home ul {
	height: 200px;
	overflow: auto;
}

.sidelink_home li a {
	width: 80%;
}

/*登録サイトリスト*/
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;
}

/*修正フォーム*/
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;
}

.link_site input, .edit_form input, .regist_form input, .link_site textarea, .edit_form textarea, .regist_form textarea {
	width: 300px;
}
/*
.link_site textarea, .edit_form textarea {
	width: 500px;
}
*/

/*著作*/
div#copyright{
	clear: both;
	/*width: 800px;
	height: 45px;*/
	margin: 0 auto;
	padding: 0 10px 10px;
	/*color: #FFFFFF;
	background: #666;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;*/
}
div#copyright a{
	/*color: #FFFFFF;*/
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}
