﻿@charset 'utf-8';

/* HOME 用css */

div#container {
}

div#col_left {
	float: left;
	width: 530px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

div#col_right {
	float: right;
	width: 375px;
	padding-right: 15px;
	padding-bottom: 20px;
}

/************************************************* 左カラム *************************************************/
/* 新作紹介 */
#new h2 {
	text-align: center;
	padding: 3px 0;
	border-top: 3px double #FBA;
	border-bottom: 3px double #FBA;
	font-size: 12pt;
	color: #F88;

	text-shadow: 2px 2px 2px #FCC;
	behavior:url(./PIE.htc);
	position:relative;
}

.products {
	list-style-type: none;
	margin-top: 20px;
}

.products li {
	margin-bottom: 24px;
}

.products div.frame {
	border: 3px solid #FCC;
	background-color: #FFFDFD;

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	-webkit-box-shadow: 0px 0px 5px 2px #FDD inset;
	-moz-box-shadow: 0px 0px 5px 2px #FDD inset;
	box-shadow: 0px 0px 5px 2px #FDD inset;
	
	behavior:url(./PIE.htc);
	position:relative;
}

.products h3 {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #FCC;
	background-color: #FFE;
	font-size: 95%;
	font-weight: bold;
	color: #282;
	text-align: center;
	
	text-shadow: 2px 2px 2px #BEB;
	
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	border-top-right-radius:5px;

	behavior:url(./PIE.htc);
	position:relative;
}

.details {
	float: right;
	width: 354px;
	height: 170px;
	border-left: 1px solid #FCC;
}

.description {
	height: 110px;
	padding-top: 1em;
	padding-left: 1em;
	font-size: 90%;
}

.image {
	margin: 8px;
}

.image img {
	-webkit-box-shadow: 3px 3px 3px #866;
	-moz-box-shadow: 3px 3px 3px #866;
	box-shadow: 3px 3px 3px #866;

	behavior:url(./PIE.htc);
	position:relative;
}

/* 季節のパンの紹介 */
#season {
	margin-top: 50px;
}

#season h2 {
	text-align: center;
	padding: 3px 0;
	border-top: 3px double #FBA;
	border-bottom: 3px double #FBA;
	font-size: 12pt;
	color: #F85;

	text-shadow: 2px 2px 2px #FC9;
	behavior:url(./PIE.htc);
	position:relative;
}

#season_description {
	margin: 20px 0px;
	text-align: center;
	font-size: 11pt;
}

#season h3 {
	color: #44C;
	text-shadow: 2px 2px 2px #BBF;
	
	behavior:url(./PIE.htc);
	position:relative;
}

/* 季節のパンの紹介 ここまで */


/************************************************* 右カラム *************************************************/
/* お知らせ*/
#information {
	height: 300px;
}

#information h2 {
	text-align: center;
	margin-bottom: 10px;
}

#information iframe {
	width: 100%;
	height: 265px;
	border: 1px solid #555;
}

#news {
	overflow: auto;
	width: 350px;
	height: 250px;
	padding: 10px;
	border: 1px solid #555;
	font-size: 10pt;
}

#news h3 {
	margin-top: 5px;
	margin-bottom: 1em;
	border-bottom: 1px solid #555;
	font-weight: bold;
}

#news article p {
	line-height: 1.5em;
	padding-left: 1em;
	padding-bottom: 2em;
}

/* 焼き上がり時間 */
#bakingTime {
	font-size: 95%;
	margin-top: 40px;
}

#bakingTime h2 {
	text-align: center;
}

#bakingTime table {
	width: 300px;
	margin-top: 5px;
	margin-left: 25px;
	border-collapse: collapse;
}

#bakingTime td {
	padding: 5px;
	border-bottom: 1px dotted #555;
	color: #532;
}

#bakingTime td.time {
	padding-left: 30px;
	background: url(../image/down.gif) no-repeat;
	background-position: 0 3px;
}

#time_description {
	padding-top: 5px;
	padding-left: 56px;
}

#time_description p {
	margin: 10px 0;
}

/* 店長のコラム */
div#column {
	padding-top: 60px;
}

div#column h2 {
	padding: 2px;
	text-align: center;
	border: 3px double #8DB;
	color: #222;
}

div#column p {
	padding: 5px;
	text-align: center;
}

div#column a {
	padding-top: 2px;
	font-size: 90%;
	color: #188;
}

div#column a:hover {
	text-decoration: underline;
	color: #33F;
}

/* 下部ロゴ、アドレス等 */

#info_addr {
	clear: both;
	width: 100%;
	height: 66px;
	padding: 6px;
	border-top: 2px solid #F8D2A3;
	border-bottom: 2px solid #F8D2A3;
}

#address {
	float: left;
	width: 350px;
	height: 66px;
	padding-left: 150px;
	background: url("../image/logo.gif") no-repeat top left;
}

#address address {
	margin-top: 22px;
	font-size: 14pt;
}

#telfax {
	float: right;
	width: 350px;
	margin-top: 15px;
}

div#telfax h2 {
	display: inline;
	font-weight: normal;
}

div#telfax span {
	font-weight: bold;
}

div#telfax a {
	margin: 0 8px 0 8px;
	border-bottom: dashed 1px #E71;
	color: #E71;
}

div#telfax a:hover {
	border-bottom: dashed 1px #F55;
	color: #F55;
}

#browser {
	margin-bottom: 1em;
}

#browser table * {
}

#browser table {
	width: 98%;
	margin: 2em auto 1em auto;
	border-collapse: collapse;
	border: 2px solid #ADA;
}

#browser th {
	border-bottom: 1px solid #ADA;
	border-right: 1px solid #ADA;
	padding: 4px;
	text-align: center;
	font-size: 95%;
	font-weight: bold;
}

#browser td {
	border-bottom: 1px dotted #ADA;
	border-right: 1px solid #ADA;
	padding: 4px;
	font-size: 90%;
}

#browser td ul {
	list-style-type: none;
}

#browser li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0
}

#browser p {
	margin-right: 2em;
	text-align: right;
	font-size: 10pt;
}

