@charset "UTF-8";

/*All Property
---------------------------------*/
body{
	background:#f2f1ed;
	margin:0px;
	padding:0px;
	color:#756464;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック','Osaka',sans-serif;
	text-align:center;
	overflow-x:hidden;
}

img{
	border:none;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:lighter;
}

/*Link
---------------------------------*/
a:link{
	color:#990033;
	background-color:transparent;
	text-decoration:underline;
}

a:visited{
	color:#990033;
	background-color:transparent;
}

a:hover,a:active{
	background-color:transparent;
	color:#bbbbbb;
	text-decoration:underline;
}


/*Box Layout
---------------------------------*/
#wrapper{
	width:900px;
	margin:0 auto;
	background:#f2f1ed;
}

#header{
	width:900px;
	height:150px;
	text-align:left;
	background:#f2f1ed;
}

h1{
	position:relative;
	top:80px;
}

ul#navigation li{
	list-style-type:none;
	float:left;
	position:relative;
	top:60px;
	left:625px;
}

#container{
	width:900px;
	height:500px;
	border-top:#ebdcca 5px solid;
	border-bottom:#ebdcca 5px solid;
}

h2#infoText1{
	margin-top:20px;
	margin-bottom:20px;
}

h2#infoText2{
	margin-top:35px;
}

#infoText3{
	line-height:2em;
}

h2#productsText1{
	margin-top:30px;
	margin-bottom:30px;
}

#productsText2{
	line-height:2em;
	padding-top:60px;
	clear:both;
}


#shopInfo{
	text-align:left;
}

#map{
	position:relative;
	left:10px;
	float:left;
}

#infoList{
	text-align:left;
	float:left;
	margin-left:30px;
}

dt{
	float:left;
	width:9em;
	line-height:2em;
	clear:both;
}

dd{
	margin-left:9em;
	line-height:2em;
}


#footer{
	position:relative;
	width:900px;
	height:100px;
	font-size:11px;
	background:#f2f1ed;
	text-align:left;
	clear:both;
}

/*Photo
---------------------------------*/
#cake{
	float:left;
	width:450px;
}

#rusk{
	float:left;
	width:450px;
}

#cake ul,
#rusk ul{
	list-style-type:none;
}

#cake ul li,
#rusk ul li{
	float:left;
	margin:5px;
}

/*Photo Zoom
---------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}


/*Font
---------------------------------*/
span.bold{
	font-weight:bold;

}
