/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}
body {
	background-color: #CECECE;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #000000;
}
p {
}
table {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	color: #000000;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
	color: #FFFFFF;
}
.none {
	display: none;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	float: left;
	font-size: 12px;
	margin: 5px 10px;
	font-weight: normal;
}
h1 a {
	color: #FFFFFF;
}
h1 a:hover {
	color: #FFFFFF;
}
h2 {
	height: 40px;
	background-image:url(image/h2.gif);
	background-repeat: no-repeat;
	margin: 10px 75px;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	clear: both;
}
h3.privacy {
	font-size: 16px;
	margin: 10px 75px;
}
h3.product {
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF0000;
	margin: 15px 75px 0 75px;
}
h3.product a {
	color: #FFFFFF;
}
h3.recipe {
	height: 40px;
	background-image:url(image/h3_recipe.gif);
	background-repeat: no-repeat;
	margin: 10px 125px;
	color: #FF9600;
	line-height: 40px;
	font-size: 18px;
}
h4.recipe {
	margin: 10px 125px;
	color: #FF0000;
	font-size: 16px;
	border-bottom: solid 1px #FF0000;
	padding-bottom: 3px;
}
h3.cosme {
	font-size: 16px;
	margin: 10px 90px;
	color: #0000FF;
	margin-top: 20px;
}

/* ------------------------------
 リンク関連
------------------------------ */

a {
	color: #555555;
}
a:hover {
	color: #ff0000;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right;
	margin: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

.center {
	text-align: center;
	margin: 10px 0;
}
.right {
	text-align: right;
	margin: 10px 75px;	
}
.text01 {
	margin: 20px 75px;
}
.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bold {
	color: #000000;
	font-weight: bold;
}

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

table.main {
	margin: 0 auto;
}
td.main {
	width: 800px;
}
td.left {
	width: 19px;
	background-image:url(image/left.gif);
	background-repeat: repeat-y;
}
td.right {
	width: 19px;
	background-image:url(image/right.gif);
	background-repeat: repeat-y;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	background-color: #000000;
	height: 30px;
}
div.header img {
	vertical-align: middle;
	margin: 0 4px 0 8px;
}
div.header p {
	font-size: 12px;
	margin: 5px 10px;
}
p.header01 {
	float: right;
}
p.header01 a {
	color: #FFFFFF;
	text-decoration: none;
}
p.header01 a:hover {
	color: #FF0000;
}

/* ------------------------------
 フラッシュ
------------------------------ */

p.flash {
	clear: both;
}

/* ------------------------------
 メニュー
------------------------------ */

div.menu {
	width: 100%;
}

div.menu_090317{
width: 100%;
background-image:url('image/menubarbg.gif');
background-repeat:repeat-x;
}

/* ------------------------------
 トップページインフォ部分
------------------------------ */

div.information {
	width: 770px;
	margin: 10px 15px;
}
div.info01 {
	float: left;
	width: 450px;
}
div.info02 {
	float: right;
	width: 300px;
}
div.info02 img {
	margin-bottom: 10px;
}
div.info03 {
	float: left;
	width: 270px;
}
div.info03 img {
	margin-bottom: 10px;
}
div.info03 p {
	margin: 5px;
	font-size: 13px;
}
div.info04 {
	float: right;
	text-align: right;
}
div.info04 img {
	margin-bottom: 10px;
}

/* ------------------------------
 rss部分
------------------------------ */

div.topix {
	width: 100%;
	clear: both;
	margin-top: 10px;
}
ul.topix {
	margin-top: 15px;
}
ul.topix li {
	padding-left: 35px;
	background: url(image/arrow02.gif) no-repeat 15px 0.2em;
	list-style: none;
	padding-bottom: 8px;
}

/* ------------------------------
 パンくず
------------------------------ */

p.bread {
	text-align: right;
	font-size: 10px;
	margin: 2px 10px;
	color: #777777;
}
p.bread a {
	color: #777777;
}
p.bread a:hover {
	color: #FF0000;
}

/* ------------------------------
 ページトップ
------------------------------ */

p.toplink {
	margin: 10px 75px;
	font-size: 12px;
	text-align: right;
	clear: both;
}
p.toplink a {
	color: #000000;
}
p.toplink a:hover {
	color: #FF0000;
}

/* ------------------------------
 店舗紹介
------------------------------ */

table.company {
	margin: 20px 150px;
}
table.company p {
	margin: 8px 7px;
}
td.company01 {
	width: 100px;
	background-color: #DDDDDD;
	border-bottom: solid 2px #FFFFFF;
}
td.company02 {
	width: 400px;
	background-color: #EEEEEE;
	border-bottom: solid 2px #FFFFFF;
}

/* ------------------------------
 地鶏について
------------------------------ */

div.about01 {
	width: 650px;
	height: 225px;
	background-image: url(image/about01.jpg);
	background-repeat: no-repeat;
	margin: 10px 90px 10px 60px;
}
div.about01 p {
	padding: 40px 320px 0 40px;
}
div.about02 {
	width: 650px;
	height: 225px;
	background-image: url(image/about02.jpg);
	background-repeat: no-repeat;
	margin: 20px 90px 10px 60px;
}
div.about02 p {
	padding: 40px 0 0 350px;
}

/* ------------------------------
 商品紹介
------------------------------ */

table.product {
	margin: 10px 175px;
	font-size: 13px;
}
table.product p {
	margin: 2px;
}
table.product a {
	color: #000000;
}
table.product a:hover {
	color: #FF0000;
}
p.productphoto {
	clear: both;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
p.probanner {
	text-align: center;
	margin: 30px auto;
}

/* ------------------------------
 レシピ
------------------------------ */

table.recipe {
	margin: 15px 175px;
	font-weight: bold;
}
table.recipe p {
	margin: 2px 10px;
}
td.rebox00 {
	color: #79510B;
	font-size: 16px;
}
td.rebox01 {
	height: 10px;
	background-image: url(image/rebox01.gif);
	background-repeat: no-repeat;
}
td.rebox02 {
	height: 10px;
	background-image: url(image/rebox02.gif);
	background-repeat: no-repeat;
}
td.re01 {
	width: 150px;
	border-left: solid 2px #79510B;
}
td.re02 {
	width: 150px;
}
td.re03 {
	width: 150px;
	border-right: solid 2px #79510B;
}

/* ------------------------------
 プライバシーポリシー
------------------------------ */

ol.privacy {
	margin: 10px 120px;
	font-size: 12px;
}
ol.privacy li {
	margin: 5px;
}

/* ------------------------------
 化粧品
------------------------------ */

div.cosme01 {
	height: 300px;
	background-image: url(image/cosme01.jpg);
	background-repeat: no-repeat;
	margin: 10px 75px;
}
div.cosme01 p{
	width: 280px;
	margin: 25px 0 0 20px;
}
ul.cosme {
	margin: 10px 130px;
	font-size: 16px;
	font-weight: bold;
}
ul.cosme li{
	margin-bottom: 10px;
}
p.cosmeres {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin: 30px 75px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 30px 150px;
}
.contact01 {
	width: 150px;
	padding: 5px 0;
}
.contact02 {
	width: 350px;
	padding: 5px 0;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
.btn {
	width: 70px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}

/* ------------------------------
 サイトマップ
------------------------------ */

ul.sitemap {
	margin: 20px 150px;
	font-size: 16px;
}
ul.sitemap li {
	margin-bottom: 5px;
}
ul.sitemap a {
	color: #000000;
	font-weight: bold;
}
ul.sitemap a:hover {
	color: #FF0000;
}

/* ------------------------------
 フッター
------------------------------ */

p.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	border-top: solid 2px #666666;
	margin: 20px 0 10px 0;
	padding-top: 10px;
}