@charset "utf-8";
@import url(./tabs.css);
@import url(./thickbox.css);
/* CSS Document */

/* ---------------------------------------------------------------- *
	基本設定
 * ---------------------------------------------------------------- */

html, body{
}

body, div {
	margin: 0;
	padding: 0;
}

#container, #rotate, .contents, #footer, #footercontent, #in_container, .in_contents {
  position: relative;
}

#header, .contents, #footer {
  clear: both;
}

a img {
  border: none;
}

/* ---------------------------------------------------------------- *
	メイン部分
 * ---------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #fff;
}

#container {
	width: 950px;
	height: 580px;
	text-align: left;
	border: 1px solid #999;
	padding: 0px;
	margin: 15px auto 0px;
}

.contents {
	width: 220px;
	height: 250px;
	float: left;
	clear: right;
	margin: 0px;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#companyname {
	padding-left: 6px;
	padding-top: 5px;
	margin: 0px;
}

/* ---------------------------------------------------------------- *
	TOPページ設定
 * ---------------------------------------------------------------- */

.contents ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contents ul li a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 460px;
	margin-bottom: 15px;
}
ul #company a {
	background-image: url(../img/comapny.gif);
	background-repeat: no-repeat;
	display: block;
}
ul #service a {
	background-image: url(../img/service.gif);
	background-repeat: no-repeat;
	display: block;
}
ul #recruit a {
	background-image: url(../img/recruit.gif);
	background-repeat: no-repeat;
	display: block;
}
ul #contact a{
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	display: block;
}
ul #links a{
	background-image: url(../img/links.gif);
	background-repeat: no-repeat;
	display: block;
}

ul #company a:hover {
	background-position: 0px 100%;
}
ul #service a:hover {
	background-position: 0px 100%;
}
ul #recruit a:hover {
	background-position: 0px 100%;
}
ul #contact a:hover {
	background-position: 0px 100%;
}
ul #links a:hover {
	background-position: 0px 100%;
}
#link {
	padding-left: 5px;
	width: 500px;
}
#link dt {
	border: 1px solid #CCC;
	display: block;
	height: 178px;
	width: 178px;
	text-align: center;
	float: left;
	margin-left: 15px;
	padding-top: 2px;
	margin-right: 10px;
}
* html dt img  {
	position: static;
}

#link .txt {
	height: 170px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}




/* ---------------------------------------------------------------- *
	フッター部分
 * ---------------------------------------------------------------- */

#footer{
	margin: 0px;
	padding: 0px;
}

#footercontent {
	width: 950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	内容ページ部分
 * ---------------------------------------------------------------- */

body {
	text-align: center;
	background-color: #fff;
}

#in_container {
	width: 550px;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0 auto;
	margin-bottom: 0px;
	margin-right: 0 auto;
	padding: 0px;
}

#mail_container {
	width: 550px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.in_contents {
	width: 550px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.in_contents h1  {
	padding-bottom: 20px;
}
.mail_contents h2  {
	padding-top: 10px;
}


.midashi {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	width: 500px;
	font-size: 14px;
	background-color: #ccc;
	margin-top: 10px;
	margin-left: 15px;
}
.explain {
	padding-left: 30px;
	padding-top: 5px;
	font-size: 12px;
}
.service {
	clear: both;
	position: relative;
	width: 520px;
	height: 240px;
}
.service dt {
	text-align: center;
	height: 210px;
	width: 210px;
	border: 1px solid #666;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.service .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	float: left;
	width: 270px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.service .discription {
	padding-top: 15px;
}
#privacy {
	width: 500px;
	padding-left: 15px;

}
#privacy dt {
	margin-bottom: 10px;
	background-color: #CCC;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}
#privacy dd {
	width: 450px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#justtop img {
	height: 150px;
	display: block;
	width: 550px;
	border: 1px solid #999;
}

#justmail {
	border: 1px solid #999;
}
#justmail dd {
	width: 500px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 30px;
}
#contact2 {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 105px;
}
#contact2 li a {
	background-image: url(../img/btn_contact.gif);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 339px;
	text-indent: -9999px;
}
#contact2 li a:hover {
	background-position: 0px 100%;
}

/* ---------------------------------------------------------------- *
	ミネラル土壌設定
 * ---------------------------------------------------------------- */

#in_container2 {
	width: 850px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.in_contents2 {
	width: 850px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mineral {
	margin: 0px;
	width: 850px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	list-style-type: none;
	height: 45px;
}
#mineral li {
	float: left;
	height: 40px;
}
#mineral li a {
	float: left;
	height: 40px;
	text-indent: -9999px;
	display: block;
	border: none;
}
#mineral .pdf a {
	background-image: url(../img/bo_pdf.gif);
	height: 40px;
	width: 280px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mineral .enquete a {
	background-image: url(../img/bo_enquete.gif);
	height: 40px;
	width: 260px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mineral .selfeel a {
	background-image: url(../img/bo_selfeel.gif);
	height: 40px;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.pdf a:hover, .enquete a:hover, .selfeel a:hover {
	background-position: 0px 100%;
}

*html #mineral .pdf a {
	margin-right: 5px;
}
*html #mineral .enquete a {
	margin-right: 5px;
}


/* ---------------------------------------------------------------- *
	夢気分設定
 * ---------------------------------------------------------------- */

#in_container3 {
	width: 970px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}

.in_contents3 {
	width: 970px;
	margin: 0px;
	padding: 0px;
}
#yumetop {
	background: url(../img/yume_topbg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 389px;
	width: 970px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ3";
}

#yumetop h1 {
	font: bold 36px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 10px;
	left: 90px;
	color: #600;
	width: 300px;
}

#yumetop h2 {
	position: absolute;
	top: 85px;
	color: #666;
	font: 40px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	right: 250px;
}

#yumetop p {
	position: absolute;
	font: 36px/50px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #600;
	margin: 0px;
	padding: 0px;
	bottom: -30px;
	width: 500px;
	left: 50px;
}

#yumetop blockquote {
	position: absolute;
	width: 300px;
	right: 30px;
	bottom: -30px;
	font-size: 16px;
	border-left: 1px solid #666;
	padding-left: 10px;
}

#yumecontents {
	background: url(../img/yume_bg.gif) repeat-y;
	margin: 0px;
	padding: 50px 0px 0px 50px;
	height: 100%;
	width: 970px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ3";
}

#yumecontents #left {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	height: 580px;
	position: relative;
}

#left span {
	font-size: 16px;
	color: #F60;
	text-align: center;
}
#left h3 , #left h4{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#left p {
	padding-bottom: 15px;
}

#yumecontents #right {
	float: left;
	width: 550px;
	position: relative;
	padding-left: 10px;
	padding-top: 15px;
	height: 580px;
	margin: 0px 0px 0px 10px;
	background: url(../img/yume_rightbg.gif) no-repeat;
}

#right #clip {
	position: absolute;
	top: 0px;
	left: 0px;
}

#right #ingredient {
	width: 530px;
	border: 1px solid #999;
}

#ingredient tr th {
	background: #963;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
}

#ingredient tr td {
	border-right: 1px solid #963;
	border-bottom: 1px solid #963;
	padding-left: 10px;
	background: #FFF;
}

#right ul {
	list-style-type: none;
	padding-top: 10px;
}

#right h5 {
	font-size: 18px;
	text-align: center;
	color: #960;
}

#right p {
	width: 510px;
	padding-left: 15px;
	font-size: 14px;
	color: #630;
}

#order {
	clear: both;
	list-style-type: none;
	padding-left: 150px;
}

#order li {
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 580px;
}
#order li a {
	background: url(../img/yume_order.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 580px;
	display: block;
}
#order li a:hover {
	background-position: 0px 100%;
}
#yumecontents #detail {
	clear: both;
	padding-top: 20px;
}

#detail blockquote {
	font-size: 18px;
	color: #630;
	text-align: center;
}

#detail h6 {
	font-size: 16px;
	color: #C60;
	text-align: center;
}

#detail dl {
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#detail dl dt {
	font-size: 16px;
}

#detail dl dd {
	padding-left: 10px;
	width: 600px;
}

#detail #lab {
	margin-left: 130px;
	width: 650px;
	border: 1px solid #999;
}

#lab tr th {
	background: #963;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
}

#lab tr td {
	border: 1px solid #963;
	padding-left: 10px;
	background: #FFF;
}
#lab tr .mark {
	width: 100px;
}

#detail p {
	padding-top: 15px;
	padding-left: 120px;
	font-size: 18px;
}

#detail #lineup {
	padding-left: 140px;
	padding-top: 10px;
}

#lineup dt {
	color: #960;
}

#lineup dd {
	padding-bottom: 10px;
}
#yumefooter {
	background: url(../img/yume_footerbg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 970px;
	position: relative;
}

#yumefooter address {
	font-size: 10px;
	font-style: normal;
	position: absolute;
	top: 1px;
	right: 10px;
}





/* ---------------------------------------------------------------- *
	フォント設定
 * ---------------------------------------------------------------- */

body {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
	color: #333;
	font-size: 13px;
}

* html body {
	font-size: 13px;
}

.service .btn a {
	background-image: url(../img/detail_bo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 34px;
	width: 62px;
	float: left;
	margin-left: 210px;
}
.service .btn a:hover {
	background-position: 0px 100%;
}



a,
a:link {
	color: #900;
	text-decoration: none;
}

a:visited {
	color: #666;
}

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

a:active {
	color: #900;
	text-decoration: underline;
}
