﻿@charset 'utf-8';

/* パン紹介 用css */

div#container {
	text-align: left;
}

pre {
	font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
}

/* 左カラム */
div#l_colmn {
	float: left;
	position: relative;
	top: 20px;
	left: 30px;
	width: 165px;
	height: 450px;
	padding: 10px;
}

/* 左メニュー */
ul#menu-bread {
	margin-bottom: 2em;
}

ul#menu-bread li {
	list-style-type: none;
	margin-bottom: 0.5em;
	font-size: 12pt;
}

ul#menu-bread li a:link,
ul#menu-bread li a:visited,
ul#menu-bread li a:active {
	text-decoration: none;
	border-bottom: 1px dotted #E98C41;
	color: #E98C41;
}

ul#menu-bread li a:hover {
	border-bottom: 1px solid #F11;
	color: #F11;
}

/* リストマーカー */
ul#menu-bread li span {
	display: block;
	float: left;
	position: relative;
	top: 2px;
	width: 0.9em;
	height: 0.9em;
	margin-right: 5px;
	background-color: white;
	line-height: 0.9em;
}

ul#menu-bread li span#select {
	background-color: #E98C41;
}
/* リストマーカーここまで */

/* 食物アレルギーの方へ */
div#allergy {
	position: relative;
	top: 20px;
	font-size: 10pt;
	color: #555;
}

/* 左カラムここまで */

/* 右カラム */
div#r_colmn {
	float: right;
	position: relative;
	top: -10px;
	width: 720px;
}

div#r_colmn h2 {
	width: 540px;
	margin-bottom: 15px;
	padding: 3px 0 3px 5px;
	background-color: #FED49B;
	border: 1px solid #FDD;
	color: #F53;
}

div#r_colmn p.loaf_top {
	font-size: 11pt;
	text-indent: 1em;
}

/* 材料表示 */
div.ingredients {
	clear: both;
	position: relative;
	top: 10px;
	left: 20px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px dashed #FFAC64;
	font-size: 10pt;
}

div.ingredients ul {
	position: relative;
	left: 1em;
	width: 490px;
	height: 35px;
}

ul#rusk {
	height: 82px;
}

div.ingredients ul.sand {
	height: 64px;
}

div.ingredients li {
	display: inline;
	float: left;
	position: relative;
	top: 3px;
	margin-right: 2em;
	list-style-type: none;
	font-size: 10pt;
}
/* 材料表示ここまで */

/* 以下、パンの紹介部分 */
div.bread {
	width: 840px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 24px;
	padding-bottom: 7px;
	border-top: 1px solid #FAA;
}

div.bread img {
	float: left;
	border: 4px solid #FFF;
}

/* マウスオーバー提示文 */
div.bread div.onmousetxt {
	clear: both;
	width: 520px;
	margin-top: 1em;
	font-size: 10pt;
}

div.bread div.onmousetxt p {
	margin-bottom: 1em;
}

div.bread div.onmousetxt span#raspberry {
	color: #F06;
}

div.bread div.onmousetxt a {
	display: block;
	width: 14em;
	text-decoration: none;
	border-bottom: 1px dotted #FF7C34;
	color: #FF7C34;
}

div.bread div.onmousetxt a:hover {
	border-bottom: 1px dotted #F11;
	color: #F11;
}
/* マウスオーバー提示文ここまで */

/* ---------------------------- */
div.bread div.bread-txt {
	float: right;
	width: 32em;
	position: relative;
	left: -145px;
}

div.bread-txt div {
	margin-bottom: 7px;
	font-size: 12pt;
}

/* 名前 */
div.bread-txt h3 {
	position: relative;
	height: 1.2em;
	padding: 3px;
	font-weight: bold;
	background-color: #FED49B;
	color: #FF7C34;
}

/* 値段 */
div.bread-txt span.price{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px;
	padding-left: 5px;
	border-left: 2px solid #FAEAD4;
	background-color: #FA9;
}

/* 紹介文 */
div.bread-txt pre {
	clear: both;
	height: 11em;
	padding: 3px;
	border: 5px double #FFF;
	background-color: #FEE1B9;
	font-size: 11pt;
}

div.bread-txt p {
	clear: both;
	height: 11em;
	padding: 3px;
	border: 5px double #FFF;
	background-color: #FEE1B9;
	font-size: 11pt;
}

span.allergy-attention {
	color: #F33;
}

span#rhubarb {
	position: relative;
	top: 2px;
	font-size: 10pt;
}

span#rhubarb a {
	color: #272;
	border-bottom: 1px dotted #272;
}

span#rhubarb a:hover {
	color: #2A2;
	border-bottom: 1px dotted #2A2;
}


