@charset "UTF-8";

/* サイト全体 */
html{
	overflow-y:scroll;
}
body {
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #434343;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 75%;
	line-height: 150%;
}
a {
	color: #a80000;
}
a:hover {
	color: #649800;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
strong {
	font-weight: normal;
}

/* HOME */
#all {
	width: 874px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

#main img.L {
	float: left;
}


/*メニュー*/
#menu {
	clear: left;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	height: 34px;
	text-indent: -9999px;
	float: left;
}
#menu li a {
    text-decoration:none;
    display: block;
	height: 34px;
}
#menu li#home a{
	background: url(img/menu.png) no-repeat 0px -34px;
	width: 113px; /* 左端のメニューは幅が108ではなく113なので注意 */
}
#menu li#home a:hover {
 background: url(img/menu.png) no-repeat 0px 0px;
}
#menu li#home_over {
	background: url(img/menu.png) no-repeat 0px 0px;
	width: 113px; /* 左端のメニューは幅が108ではなく113なので注意 */
}
/*
#menu li#home {
	background: url(img/menu.png) no-repeat 0px -34px;
	width: 113px;  左端のメニューは幅が108ではなく113なので注意 
}
*/
#menu li#news a {
	background: url(img/menu.png) no-repeat -113px -34px;
	width: 108px;
}
#menu li#news a:hover {
 background: url(img/menu.png) no-repeat -113px -0px;
}
#menu li#news_over {
	background: url(img/menu.png) no-repeat -113px 0px;
	width: 108px;
}
/*
#menu li#news {
	background: url(img/menu.png) no-repeat -113px -34px;
	width: 108px;
}
*/
#menu li#concept a {
	background: url(img/menu.png) no-repeat -221px -34px;
	width: 108px;
}
#menu li#concept a:hover {
 background: url(img/menu.png) no-repeat -221px -0px;
}
#menu li#concept_over {
	background: url(img/menu.png) no-repeat -221px 0px;
	width: 108px;
}
/*
#menu li#concept {
	background: url(img/menu.png) no-repeat -221px -34px;
	width: 108px;
}
*/
#menu li#linenap a {
	background: url(img/menu.png) no-repeat -329px -34px;
	width: 108px;
}
#menu li#linenap a:hover {
 background: url(img/menu.png) no-repeat -329px -0px;
}
#menu li#linenap_over {
	background: url(img/menu.png) no-repeat -329px 0px;
	width: 108px;
}
/*
#menu li#linenap {
	background: url(img/menu.png) no-repeat -329px -34px;
	width: 108px;
}
*/
#menu li#flow a {
	background: url(img/menu.png) no-repeat -437px -34px;
	width: 108px;
}
#menu li#flow a:hover {
 background: url(img/menu.png) no-repeat -437px -0px;
}
#menu li#flow_over {
	background: url(img/menu.png) no-repeat -437px 0px;
	width: 108px;
}
/*
#menu li#flow {
	background: url(img/menu.png) no-repeat -437px -34px;
	width: 108px;
}
*/
#menu li#company a {
	background: url(img/menu.png) no-repeat -545px -34px;
	width: 108px;
}
#menu li#company a:hover {
 background: url(img/menu.png) no-repeat -545px -0px;
}
#menu li#company_over {
	background: url(img/menu.png) no-repeat -545px 0px;
	width: 108px;
}
/*
#menu li#company {
	background: url(img/menu.png) no-repeat -545px -34px;
	width: 108px;
}
*/
#menu li#law a {
	background: url(img/menu.png) no-repeat -653px -34px;
	width: 108px;
}
#menu li#law a:hover {
 background: url(img/menu.png) no-repeat -653px -0px;
}
#menu li#law_over {
	background: url(img/menu.png) no-repeat -653px 0px;
	width: 108px;
}
/*
#menu li#law {
	background: url(img/menu.png) no-repeat -653px -34px;
	width: 108px;
}
*/
#menu li#contact a {
	background: url(img/menu.png) no-repeat -761px -34px;
	width: 113px; /* 右端のメニューは幅が108ではなく113なので注意 */
}
#menu li#contact a:hover {
 background: url(img/menu.png) no-repeat -761px -0px;
}
#menu li#contact_over {
	background: url(img/menu.png) no-repeat -761px 0px;
	width: 113px; /* 右端のメニューは幅が108ではなく113なので注意 */
}
/*
#menu li#contact {
	background: url(img/menu.png) no-repeat -761px -34px;
	width: 113px; 右端のメニューは幅が108ではなく113なので注意
}
*/

#contents {
	width: 874px;
	margin-top: 19px;
	float: left;
	clear: left;
}
#osirase {
	width: 455px;
	float: left;
	margin-left: 15px;
	display: inline; /* IE6対策 */
}
#osirase ul {
	padding-left: 13px;
	margin-top: 8px;
	margin-left: 0px;
	line-height: 200%;
}
#osirase li {
	list-style-type: none;
}
#concept_text {
	width: 317px;
	float: right;
	margin-right: 10px;
	margin-left: 77px;
}
#concept_text p {
	margin-top: 8px;
	padding-left: 13px;
	margin-bottom: 0px;
}
#concept_text img.R {
	float: right;
}


#footer {
	clear: both;
	width: 864px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 10px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}
#address {
	float: left;
	width: 432px;
}
#address a {
	color: #649800;
}
#address a:hover {
	color: #a80000;
}
#footer_menu {
	float: right;
	width: 432px;
	text-align: right;
}
#footer_menu a {
	color: #649800;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #a80000;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	list-style-type: none;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	padding-left: 8px;
	padding-right: 8px;
}


#copyright {
	clear: both;
	width: 874px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}


/* プレスリリース */
#header img.L {
	float: left;
}
#header ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	list-style-type: none;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9d9d9;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	padding-top: 0px;
}
#header a {
	color: #649800;
	text-decoration: none;
}
#header a:hover {
	color: #a80000;
}


#menu_under {
	clear: both;
	width: 874px;
}
#menu_under img.R {
	float: right;
}
#main_sub {
	width: 874px;
	clear: both;
	float: left;
}
#main_left {
	width: 215px;
	float: left;
}
#main_puresu {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 26px;
	text-align: left;
}
#main_puresu li a {
	color: #649800;
	text-decoration: none;
}
#main_puresu li a:hover {
	color: #a80000;
}
#main_puresu p {
	width: 607px;
}
#main_puresu h2 {
	padding: 0px;
	margin: 0px;
}
#main_puresu h3 {
	padding: 0px;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_puresu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 200%;
}
#main_puresu li {
	list-style-type: square;
}
#main_puresu img.R {
	float: right;
}


/* 特定商取引法 */
#main_tokutei {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 26px;
	text-align: left;
}
#main_tokutei a {
	color: #649800;
	text-decoration: none;
}
#main_tokutei a:hover {
	color: #a80000;
}
#main_tokutei table {
	width: 630px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#main_tokutei th {
	vertical-align: top;
	text-align: left;
}
#main_tokutei td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_tokutei img.R {
	float: right;
}


/* 会社概要 */
#main_company {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 23px;
	text-align: left;
}
#main_company a {
	color: #649800;
	text-decoration: none;
}
#main_company a:hover {
	color: #a80000;
}
#main_company table {
	width: 630px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#main_company th {
	vertical-align: top;
	text-align: left;
}
#main_company td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_company img.R {
	float: right;
}


/* お問い合わせ */
#main_contact {
	width: 633px;
	float: right;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 33px;
	text-align: left;
}
#main_contact p {
	margin-left: 30px;
}
#main_contact table {
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-left: 30px;
}
#main_contact th {
	vertical-align: top;
	text-align: left;
}
#main_contact th span {
	font-size: 10px;
	color: #a80000;
}
#main_contact td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 25px;
	vertical-align: top;
}
#main_contact img.R {
	float: right;
}


/* コンセプト */
#main_concept {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 27px;
	text-align: left;
	background-image: url(concept/img/bg-picture.jpg);
	background-repeat: no-repeat;
}
#main_concept h2 {
	margin: 0px;
}
#main_concept div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 280px;
}
#main_concept div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 105px;
	margin-bottom: 50px;
}
#main_concept h3 {
	margin: 0px;
}
#main_concept p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#main_concept img.T {
	margin-top: 70px;
}
#main_concept img.R {
	float: right;
	margin-top: 30px;
}


/* お届けまでの流れ */
#main_flow {
	width: 639px;
	float: right;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 27px;
	text-align: left;
	background-image: url(flow/img/bg-picture.jpg);
	background-repeat: no-repeat;
}
#main_flow h2 {
	margin: 0px;
}
#main_flow div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 163px;
}
#main_flow div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 50px;
}
#main_flow div.set03 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 250px;
	margin-bottom: 50px;
}
#main_flow h3 {
	margin: 0px;
}
#main_flow p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#main_flow img.R {
	float: right;
	margin-top: 30px;
}


/* 商品紹介 */
#main_linenap {
	width: 631px;
	float: right;
	padding-left: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcec7;
	padding-top: 0px;
	text-align: left;
	margin: 0px;
	overflow: hidden; /* IE6対策 */
}
#main_linenap img.L {
	float: left;
}
#main_linenap_concept {
	width: 631px;
	float: left;
	padding-top: 0px;
	text-align: left;
	background-image: url(profile/img/bg-picture.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 70px;
	overflow: hidden; /* IE6対策 */
}
#main_linenap_concept img.U {
	margin-bottom: 20px;
}
#main_linenap_concept h2 {
	margin: 0px;
}
#main_linenap_concept div.set01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 280px;
}
#main_linenap_concept div.set02 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d4d4d1;
	padding-left: 27px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 50px;
	margin-left: 105px;
	margin-bottom: 50px;
}
#main_linenap_concept h3 {
	margin: 0px;
}
#main_linenap_concept p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
}
#contents_linenap {
	clear: both;
	float: left;
	width: 631px;
	padding: 0px;
	margin: 0px;
}
#spec {
	width: 260px;
	float: left;
	padding-left: 10px;
}
#spec table{
	width: 260px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#spec th {
	vertical-align: top;
	text-align: left;
}
#spec td {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ddddc9;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	vertical-align: top;
}
#spec td span {
	color: #649800;
}
#gosyoukai {
	float: right;
	width: 361px;
}
#gosyoukai p {
	margin-left: 15px;
	margin-top: 7px;
	width: 330px;
}
#gosyoukai p span {
	color: #649800;
}
#tocontact {
	clear: both;
	width: 631px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}
#main_linenap img.R {
	float: right;
	margin-top: 30px;
	clear: both;
}
