@charset "utf-8";

@import url("navigation.css");

* { padding: 0; margin: 0; }

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	background-image: url(../common/body-bg.gif);

}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 2px;
	color: #CC6600;
}
dl, dd ,dt {
	margin: 0px;
}
p {
	margin: 0px;
	line-height: 150%;
}
img {
	border: none;
}
form {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0;
	padding: 0;
}
td {
	font-size: 12px;
	line-height: 150%;
}
.pagetop {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2DEC5;
	text-align: right;
	clear: both;
}
.font11px {
	font-size: 11px;
	line-height: 150%;
}
.none {
	display: none;
}

.clearfix:after {/*for modern browser*/
 content: url(../common/spacer.gif);
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {/*for IE 5.5-7*/
    zoom:100%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */  

.clear {
	clear: both;
}


#description {
	width: 760px;
	margin-right: auto;
	margin-left: 5px;
	text-align: left;
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	line-height: 120%;
}
#description h1 {
	float: left;
	margin-left: 5px;
}
#description span {
	float: left;
	font-size: 11px;
	line-height: 120%;
	margin-left: 5px;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	padding: 0px;
}
#top {
	height: 97px;
}
#header {
	margin: 0px;
	width: 800px;
	background-image: url(../common/head-bg.gif);
	background-repeat: repeat-x;
	height: 139px;
}


#head-left {
	height: 55px;
	width: 255px;
	float: left;
	margin-top: 25px;
	padding-left: 15px;
}
#head-left .logo a {
	display:block;
	width: 240px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-image: url(../common/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 55px;
	padding: 0px;
	margin: 0px;
}


#head-right .inq a {
	background-image: url(../common/btn-inq.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	clear: both;
	background-position: left top;
}
.inq span {
	display: none;
}


#mainvisual {
	height: 250px;
	margin-bottom: 1px;
}
#wrapper {
	background-image: url(../common/wrap-bg.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-position: left top;
}


/* maincolumn */
#maincolumn {
	text-align: left;
	float: left;
	width: 580px;
	margin-bottom: 20px;
	min-height: 200px;
	margin-right: 10px;
}
#maincolumn .content {
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#maincolumn .content-in {
	text-align: left;
	margin: 5px;
}


/* sidecolumn */
#sidecolumn {
	float: left;
	padding: 0px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 200px;
}
#sidecolumn .content {
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidecolumn .bnr {
	text-align: center;
	margin-top: 10px;
}


/* footer */
#footer {
	clear: both;
	color: #333;
	margin: 0px;
	background-image: url(../common/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	padding-top: 10px;
}
.footer-txt {
	line-height: 130%;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	color: #999999;
}
#sidecolumn .side-item {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF99;
	border-bottom-color: #FFFF99;
	background-image: url(../common/side-boxbg.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin-bottom: 10px;
}
#sidecolumn .item-name {
	font-size: 13px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#sidecolumn .price {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidecolumn .price span {
	color: #FF0000;
}
#sidecolumn .side-item p {
	text-align: left;
}
#sidecolumn .item-pic {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#sidecolumn .btn-order {
	width: 120px;
	height: 22px;
	background-image: url(../common/btn-order-s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#sidecolumn .btn-order a {
	height: 22px;
	text-indent: -9999px;
	display: block;
}
#sidecolumn .btn-order a:hover {
	background-image: url(../common/btn-order-s.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* company */

.tbl-nomal	{
	width:100%;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	text-align:left;
	margin-bottom:20px;
	margin-top:5px;
	line-height:1.5;
}
.tbl-nomal th{
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	background-color:#FFFFCC;
	font-weight:normal;
	color:#996600;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:left;
	white-space: nowrap;
	vertical-align:top;
}

.tbl-nomal td{
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* inquiry */

.inquiry-txt	{
	text-align:left;
	font-size:12px;
	margin: 20px 15px 15px 15px ;
}


/* privacy */

.privacy-txt01	{
	text-align:left;
	margin: 20px 10px 0px 10px;
}
.privacy-txt02	{
	text-align:right;
	margin: 15px 10px 10px 15px;
}
.privacy-txt05l	{
	width:15px;
	text-align:left;
	clear:both;
	float:left;
	padding-left: 45px;
	padding-right:10px;
}
.privacy-txt05r	{
	width:500px;
	text-align:left;
	float:left;
}
.privacy-txt03l	{
	width:20px;
	text-align:left;
	clear:both;
	float:left;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.privacy-txt03r	{
	width:530px;
	text-align:left;
	float:left;
	padding: 5px 0px 0px 0px;
}
.privacy-txt04l	{
	width:15px;
	text-align:left;
	clear:both;
	float:left;
	padding-left: 15px;
	padding: 10px 10px 0px 15px ;
}
.privacy-txt04r	{
	width:530px;
	text-align:left;
	float:left;
	padding: 10px 0px 0px 0px;
}

.privacy-call	{
	text-align:left;
	padding: 10px;
	margin:10px;
	border: 2px solid #999966;
}
.privacy-title	{
	color:#CC6600;
	font-weight:bold;
	line-height:1.8;
}
.privacy-txt06	{
	text-align:right;
	padding: 25px 10px 20px 15px;
	clear:both;
}

/* CSS Document */

#sidecolumn .content-title {
	background-image: url(../common/side-title-sub.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.content-title p {
	text-align: left;
	text-indent: 30px;
	color: #FFFFFF;
	padding-top: 5px;
}
.side-menu ul {
	text-align: left;
	list-style-type: none;
}
.side-menu li {
	background-image: url(../common/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 15px;
}

.content-in .catch {
	margin-bottom: 10px;
}
.align-right {
	text-align: right;
}
.color01 {
	color: #072648;
}
.color02 {
	color: #0066FF;
}
.nr-dt {
	line-height: 140%;
	margin-top: 5px;
}
.nr-dd {
	background-image: url(../common/listmark02.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
#sitemap dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #072648;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 110%;
	margin-top: 15px;
}
#sitemap dd {
	margin-left: 20px;
	line-height: 150%;
}
#sitemap dl {
	width: 240px;
	margin-bottom: 5px;
}
.ferulic-stitle {
	padding-left: 6px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CC9933;
	font-weight: bold;
	color: #CC9933;
	line-height: 110%;
	margin-top: 20px;
	margin-bottom: 5px;
}
.adoption-box {
	padding-left: 40px;
	padding-top: 15px;
}
.voice-ad {
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	line-height: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.voice-txt {
	background-image: url(../common/dotline.gif);
	background-position: bottom;
	padding-bottom: 8px;
	background-repeat: repeat-x;
}
#top-ad01txt {
	padding: 10px;
	border: 5px solid #CCCC99;
	margin-bottom: 10px;
}
.top-ad01line {
	background-image: url(../common/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#top-ad02txt {
	background-image: url(../common/top-ad03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 570px;
	margin-bottom: 10px;
}
#top-ad02txt p {
	padding: 12px;
	margin-left: 70px;
	line-height: 160%;
}
.top-ad02 {
	margin-bottom: 10px;
}

#item-feru100 ,
#item-feru {
	margin-bottom: 10px;
	clear: both;
	position: relative;
}
#item-feru100 .item-pic ,
#item-feru .item-pic {
	float: left;
	width: 250px;
}
#item-feru100 .item-ad ,
#item-feru .item-ad {
	left: 250px;
	top: 0px;
	position: absolute;
}
#item-feru100 .item-name ,
#item-feru .item-name {
	position: absolute;
	left: 250px;
	top: 20px;
}
#item-feru100 .detail ,
#item-feru .detail {
	position: absolute;
	left: 250px;
	top: 75px;
}
#item-feru100 .btn-order ,
#item-feru .btn-order {
	background-image: url(../common/btn-order.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 200px;
	position: absolute;
	left: 300px;
	margin: 0px;
	padding: 0px;
	top: 205px;
}

#item-feru100 .btn-order a ,
#item-feru .btn-order a {
	height: 30px;
	text-indent: -9999px;
	display: block;
}
#item-feru100 .btn-order a:hover ,
#item-feru .btn-order a:hover {
	background-image: url(../common/btn-order.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#feruguard {
	margin-top: 15px;
	margin-bottom: 15px;
}
#safety {
	padding: 10px;
	border: 5px solid #CCCC66;
	margin-bottom: 15px;
}
#reserve {
	padding: 10px;
	border: 5px solid #CCCC66;
	margin-bottom: 15px;
	margin-top: 15px;
}
#angelica ,
#alzheimer {
	padding: 10px;
	margin-bottom: 5px;
	border: 5px solid #CCCC99;
	margin-top: 15px;
}
#angelica p ,
#alzheimer p {
	margin-bottom: 10px;
}
#feruguard p {
	margin-bottom: 10px;
}
.ad {
	margin-top: 15px;
	margin-bottom: 5px;
}
#sitemap {
	margin-top: 20px;
	padding-left: 10px;
	background-image: url(../common/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#sitemap ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#sitemap li {
	background-image: url(../common/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#inquiry {
	padding-top: 15px;
}
#inquiry ul {
	list-style-type: none;
}
#inquiry li {
	background-image: url(../common/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.red {
	color: #FF0000;
}


.riyou{
	background:#D9D9D9;
}
.shiharai{
	margin-bottom:5px;
}
.shiharaititle{
	font-weight:bold;
	color:#1000E4;
}
.shiharai ul{
	margin:0.2em;
	padding:0 0 0 1em;
}
em{
	color:#D83806;
	font-style:normal;
}
.pagetop{
	text-align:right;
	padding-top:1em;
	font-size:80%;
}
#reserve dl {
	margin-top: 10px;
	margin-left: 5px;
}
#reserve dt {
	background-image: url(../common/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	color: #CC9933;
}
#reserve dd {

	padding-left: 10px;
}

