@charset "UTF-8";
*{
	margin:0;
 	list-style:none;
}
body{
	background:darkred;
}
img{
	border:solid 5px #ffffff;
}
#wrapper{
	width:900px;
	margin:0 auto;
	background:#fffaf0;
}

/*----------header setting----------*/
#header{
	width:900px;
	height:140px;
	margin:0 auto;
	/*background-image:url("brown images/BrownBakery_03.png");*/
	background:darkred;
}
#logo1 {
	width:220px;
	height:60px;
	margin-left:10px;
	background-color:#B3A100;
	border-radius:0 0 8px 8px;
	float:left;
	border-left:double 4px #F0E68C;
	border-right:double 4px #F0E68C;
	border-bottom:double 4px #F0E68C;
	box-shadow:2px 2px 8px #d3d3d3;
}
#logo1 a {
	text-decoration:none;
}
#logo1 a h1{
	margin:0 5px;
	font-size:25px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#ffffff;
	letter-spacing:1.5px;
	font-weight:normal;
	text-align:center;
}
#logo1 a h2{
	margin-top:-2px;	
	font-size:12px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#5F4504;
	text-shadow:1px 1px 2px #d3d3d3;
	text-align:center;
}
#logo2 h3{	
	padding:35px 0 0 560px;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	letter-spacing:1.2px;
}

/*----------nav-menu setting----------*/
#nav ul{
	height:46px;
	width:900px;
	clear:both;
	position:relative;
	top:21px;
	left:-40px;
}
#nav ul li{
	width:178px;
	margin-left:0;
	display:block;
	background-color:#fffaf0;
	border-left:solid 1px #DECA98;
	float:left;
	border-top:double 3px #8B4513;
	border-bottom:double 3px #8B4513;
	box-shadow:0 0 5px #ffffff;
}
#nav ul li:nth-of-type(1){
	 border-left:none;
}
#nav ul li:nth-of-type(1){
	 border-left:double 3px #8B4513;
}
#nav ul li:last-of-type{
	 border-right:double 3px #8B4513;
}
#nav ul li a{
	width:178px;
	padding:8px 0;
	margin-left:0;
	display:block;
	background-color:#E4E0BE;
	font-size:16px;
	font-family:Sinhala MN;
	color:#8B4513;
	text-align:center;
	text-decoration:none;
	text-shadow:2px 2px 5px #ffffff;
	letter-spacing:1.2px;
}
#nav ul li a:hover{
	color:#8B0000;
	box-shadow:inset 1px 1px 8px #696969;
}

/*----------main setting----------*/
#main{
	margin-top:40px;
 	width:900px;
	height:auto;
	background-color:#fffaf0;
	clear:both;
}
#info {
	width:330px;
	list-style:none;
	margin:30px 0 0 530px;
}
#info h4{
	margin-bottom:30px;
	font-size:16px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#8B4513;
	/*text-decoration-line:underline;
	text-decoration-style:wavy;*/
	text-align:center;
	letter-spacing:1.8px;
}
#info dt{
	padding:0  0 5px 10px;
	font-size:11px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#8B4513;
}
#info dd{
	margin-bottom:20px;
	padding:0  0 5px 10px;
	font-size:13px;
	color:#555555;
	border-bottom:dashed 1px #8B4513;
}


/*----------main-img js setting----------*/
#main-img{
	margin-left:20px;
	width:450px;
	float:left;
}
#slideGalley{
	width:100%;
	position:relative;
	overflow:hidden;
}
#slide li{
	float:left;
}
/*画面下の〇の位置指定*/
#paging{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:15px;
}
/*jQueryを実行した際に必要になる*/
#paging li{
	display:inline-block;
	width:10px;
	height:10px;
	padding:5px;
	background:url("brown_images/page.png");
}
#paging .active{
	background:url("brown_images/active.png");
}
#s-nav{
	display:none;
}
/*左右ボタンの位置設置*/
.prev{
	position:absolute;
	width:40px;
	left:50px;
	top:50%;
	margin-top:-25px;
	border:none;
}
.next{
	position:absolute;
	width:40px;
	right:5px;
	top:50%;
	margin-top:-25px;
	border:none;
}

/*----------pickup setting----------*/
#pickup{
	margin:20px 20px 40px 20px;
	padding:0 0 0 15px;
	width:245px;
	background-color:#eee8aa;
	clear:both;
	float:left;
}
#pickup h5:before{
	content:url("brown_images/bread_icon_02.png");
	position:relative;
	right:7px;
	top:3px;
}
#pickup h5{
	margin:5px 10px 0 5px;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	padding-left:10px;
	font-size:15px;
	color:darkred;
}
#pickup img{
	width:200px;
	margin:5px 10px 5px 10px;
}
#pickup .title2{
	margin:0 10px 0 10px;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	color:#2F2B07;
}
#pickup .text2{
	margin:3px 10px 0 10px;
	font-size:12px;
	padding-left:10px;
	padding-bottom:20px;
	color:#555555;
}

/*----------breads setting----------*/
#breads{
	float:right;
	margin:20px 40px 30px 0;
	width:560px;
}
#breads h6{
	color:#ffffff;
	padding:10px 0 10px 10px;
	font-size:13px;
	/*background-image:url("brown_images/BrownBakery_03.png");*/
	background:darkred;
	font-weight:normal;
	letter-spacing:1.2px;
}
#breads-wrapper{
	width:560px;
	margin-top:10px;
}
#breads .b-1{
	width:250px;
	height:109px;
	margin:10px 0 10px 0;
	padding:10px 0 15px 0;
	border-bottom:dashed 1px #8B4513;
	float:left;
}
#breads .b-2{
	width:250px;
	height:109px;
	margin:10px 0 10px 0;
	padding:10px 0 15px 0;
	border-bottom:dashed 1px #8B4513;
	float:right;
}
#breads .breads-img{
	width:120px;
	float:left;
}
#breads .breads-t{
	width:120px;
	float:right;
}
#breads .title2{
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	letter-spacing:1.2px;
	color:#2F2B07;
}
#breads .text2{
	font-size:12px;
	padding-left:10px;
	letter-spacing:1.2px;
	color:#555555;
}
/*----------concept setting----------*/
#concept{
	margin:0 auto;
 	width:900px;
	height:auto;
	clear:both;
}
#concept-title{
	width:850px;
	height:40px;
	padding:20px 0 0 30px;
	
}
#concept-title h4{
	padding:10px 10px 5px 10px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:normal;
	letter-spacing:1.5px;
	color:#2F2B07;
	border-bottom:double 3px #8B4513;
}
#concept-title p{
	font-size:11px;
	font-weight:normal;
	color:#2F2B07;
	position:relative;
	top:-25px;
	right:-710px;
}
#concept-text{
	width:420px;
	margin:40px 0 0 80px;
	margin-bottom:10px;
	float:left;
}
#concept-text p{
	margin-bottom:20px;
	font-size:12px;
	line-height:1.8;
	letter-spacing:1.2px;
	color:#555555;
}
#concept-img1{
	width:250px;
	margin:40px 100px 20px 0;
	float:right;
}
#concept .concept-img2{
	width:250px;
	margin:20px 10px 60px 30px;
	clear:both;
	float:left;
	display:none;
}
#concept .concept-img3{
	width:250px;
	margin:20px 10px 60px 10px;
	float:left;
	display:none;
}
#concept .concept-img4{
	margin:20px 20px 60px 10px;
	float:left;
	display:none;
}

/*----------menu setting----------*/
#menu{
	margin:0 auto;
 	width:900px;
	height:auto;
	clear:both;
}
#menu-title{
	width:850px;
	height:40px;
	padding:20px 0 0 30px;
	
}
#menu-title h4{
	padding:10px 10px 5px 10px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:normal;
	letter-spacing:1.5px;
	color:#2F2B07;
	border-bottom:double 3px #8B4513;
}
#menu-title p{
	font-size:11px;
	font-weight:normal;
	color:#2F2B07;
	position:relative;
	top:-25px;
	right:-710px;
}
#menu-category{
	margin:40px 0 0 50px;
	width:170px;
	float:left;
}
#menu-category dl{
	width:160px;
	border-top:solid 2px #8B4513;
}
#menu-category dt{
	font-size:12px;
	border-bottom:dotted 1px #8B4513;
	padding:5px 0;
	letter-spacing:0.8px;
	color:#2F2B07;
}
#menu-category dd{
	font-size:13px;
	border-bottom:dotted 1px #8B4513;
	font-weight:bold;
	padding:5px 0 5px 15px;
	color:#2F2B07;
	position:relative;
}
#menu-category dd.triangle-mark:before{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	top:22%;
	right:90%;
	border:solid 7px transparent;
	border-left-color:#B3A100;
}
#menu-description{
	margin:40px 0 40px 40px;
	width:590px;
	float:left;
}
#menu-description h5{
	width:590px;
	color:#ffffff;
	padding:2px 0 2px 10px;
	font-size:13px;
	/*background-image:url("brown_images/BrownBakery_03.png");*/
	background:darkred;
	font-weight:normal;
	letter-spacing:1.2px;
	clear:both;
}
#menu-description .description-contener{
	width:590px;
	overflow:hidden;
	margin:5px 0 5px 5px;
	border-bottom:dotted 1px #8B4513;
	clear:both;
}
#menu-description .menu-img{
	width:250px;
	margin:10px;
	float:left;
	clear:both;
}
#menu-description .d-text{
	width:270px;
	float:right;
	margin:10px;
}
#menu-description .hard-text{
	width:560px;
	margin:5px 0;
	padding:5px 0;
}
#menu-description .d-text dt,
#menu-description .hard-text dt{
	font-size:13px;
	font-weight:bold;
	padding:10px;
	color:#2F2B07;
}
#menu-description .d-text dd,
#menu-description .hard-text dd{
	font-size:12px;
	padding-left:10px;
	color:#2F2B07;
}
#menu-description .s-l p{
	width:580px;
	font-size:12px;
	color:#2F2B07;
	clear:both;
	padding:5px 5px 10px 5px;
	text-align:right;
}


/*----------shop setting----------*/
#shop{
	margin:0 auto;
 	width:900px;
	height:auto;
	clear:both;
}
#shop-title{
	width:850px;
	height:40px;
	padding:20px 0 0 30px;
	
}
#shop-title h4{
	padding:10px 10px 5px 10px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:normal;
	letter-spacing:1.5px;
	color:#2F2B07;
	border-bottom:double 3px #8B4513;
}
#shop-title p{
	font-size:11px;
	font-weight:normal;
	color:#2F2B07;
	position:relative;
	top:-25px;
	right:-680px;
}
#shop-text{
	width:380px;
	margin:10px;
	margin:50px 0 0 100px;
	float:left;
}
#shop-img{
	width:280px;
	margin:40px 100px 30px 0;
	float:right;
}
#shop-img .shop-img1,
#shop-img .shop-img2{
	width:260px;
	margin:5px 0 40px 0;
}
#shop-information{margin-bottom:50px;}
#access h6,
#shop-information h6{
	margin-bottom:10px;
	padding:10px 0;
	font-size:13px;
	border-top:solid 1px #8B4513;
	border-bottom:solid 1px #8B4513;
	color:#2F2B07;
}
#access h6:before,
#shop-information h6:before{
	content:url("brown_images/tag01-022.gif");
	position:relative;
	top:3px;
	padding:5px;
	letter-spacing:1.8px;
}
#access-text p{
	margin:10px 0 10px 0;
	padding:10px 0;
	font-size:12px;
	line-height:1.8;
	letter-spacing:1.2px;
	color:#555555;
}
#shop-information .s-i-dl{
	border-bottom:dashed 1px #8B4513;
	overflow:hidden;
	margin-top:15px;
	padding:13px 0;
}
#shop-information dt{
	width:100px;
	font-size:12px;
	letter-spacing:1.2px;
	color:#2F2B07;
	font-weight:bold;
}
#shop-information dd{
	width:280px;
	font-size:12px;
	letter-spacing:1.2px;
	color:#555555;
}
#shop-information dt.s-i-title{
	float:left;
}
#shop-information dd.s-i-text{
	float:right;
}


/*----------news setting----------*/
#news{
	margin:0 auto;
 	width:900px;
	height:auto;
	clear:both;
}
#news-title{
	width:850px;
	height:40px;
	padding:20px 0 0 30px;
	
}
#news-title h4{
	padding:10px 10px 5px 10px;
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:normal;
	letter-spacing:1.5px;
	color:#2F2B07;
	border-bottom:double 3px #8B4513;
}
#news-title p{
	font-size:11px;
	font-weight:normal;
	color:#2F2B07;
	position:relative;
	top:-25px;
	right:-710px;
}
/*ギャラリー用CSS*/
div.galleryBook {
	margin: 0 auto;
	margin-bottom:100px;
	position: relative;
}
ul.galleryContent {
	position: absolute;
	left: 100px;
	top: 40px;
	padding-bottom: 18px;
	background: url("brown_images/book.png") no-repeat bottom center;
	background-size:500px;
}
ul.galleryContent li img{
	border:none;
}
div.galleryBook div.nextButton {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -50px;
}
div.galleryBook div.prevButton {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -50px;
}
div.galleryBook div.nextButton img,
div.galleryBook div.prevButton img{
	border:none;
}

/*----------footer setting----------*/
#footer{
	width:900px;
	margin-top:30px;
	padding:20px 0;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	/*background-image:url("brown_images/BrownBakery_03.png");*/
	background:darkred;
	clear:both;
}

	
