/*各ボックスのレイアウト*/

/*共通*/
body, div, p,
td,
ul, li, dl, dt, dd,
h1, h2, h3, h4, h5
	{margin: 0;padding: 0;}
img {
	border:0;
	}

body {
	background:#F0BEBE url(../img/back-pink.gif) repeat top left;
	text-align: center;
	}
h1 {
/*	border-bottom: 1px solid Maroon;*/
	background: transparent url(../img/h1_line.gif) no-repeat bottom left;
	padding-left: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h2 {
/*	border-bottom: 1px solid #fff;*/
	background: transparent url(../img/h2_line.gif) no-repeat bottom left;
	padding-left: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.txt {
	margin: 0.5em 0;
	line-height: 140%;
}
#rapper {
	background: #F0BEBE url(../img/container-body.gif) repeat-y top left;
	text-align:left;
	margin: 0 auto;
	width:730px;
	}

#header {
	background:#F0BEBE url(../img/container-top.gif) no-repeat top left;
}


#header p {
/*ページトップコピー*/
	background: transparent url(../img/title-logo.gif) no-repeat bottom left;
	text-align: left;
	padding:70px 20px 20px 290px;
} 

#main {
	padding:0 35px;
	background:tranceparent url(../img/container-body.gif) repeat-y top left;
}

#containts {
	width:450px;
	float: right;
}
#breadcram {
	margin: 7px;
}

.dotbox {
	width: 100%;
}
.dotbox h2 {
   margin:1em 0 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.dotbox h2 img {
	margin:0;
	padding: 0;
}
.dotbox p {
	padding: 0.8em 1em;
	margin: 0 5px 0.2em;
	background: transparent url(../img/dot-back.gif) repeat top left;
}

#navi {
	width: 200px;
	float:left;
	padding-top:15px;  
}

#fotter{
	background: #F0BEBE  url(../img/container-bottom.gif) no-repeat top left;
	clear: both;
	text-align:center;
	padding: 30px 5px 10px;
	width: 100%;
}

#navi ul {
	list-style: none;
	width: 170px;
}

#navi li {
	display: block;
	width: 170px;
	border-bottom: solid 1px #fff;
	padding-top: 5px;
}
#navi .here {
	background:transparent url(../img/menu-hover.gif) no-repeat left top;
	display:block;
	padding-left: 33px;
	padding-top: 15px;
	padding-bottom:5px;
	width: 140px;
}

#navi li a {
	background:transparent url(../img/menu-back.gif) no-repeat left top;
	display:block;
	padding-left: 33px;
	padding-top: 15px;
	padding-bottom:5px;
	width: 140px;
}

#navi li a:hover {
	background:  transparent url(../img/menu-hover.gif) no-repeat left top;
}

/*TOPページ*/

img.lecoccole {
	margin:7px 20px;
}

/*リンクページ*/
#linkpage p {
	border:1px solid #fff;
	margin: 1em 7px;
}

/*メニューページ、aboutのページのメニュー*/
#menu {
	width: 100%;
}

#menu ul,#about ul {
	list-style: none;
	width: 440px;
	height: 65px;
}

li.here {
	display: block;
	width: 220px;

	float: left;
}
li.here span {
	display: block;
	padding-left: 30px;
	background: transparent url(../img/menu2-hover.gif) no-repeat left center;
	height: 30px;
	line-height: 30px;
}

#menu ul li,#about ul li {
	display: block;
	width: 220px;

	float: left;
}
#menu ul li a,#about ul li a {
	display: block;
	padding-left: 30px;
	background: transparent url(../img/menu2-back.gif) no-repeat left center;
	height: 30px;
	line-height: 30px;
}
#menu ul li a:hover,#about ul li a:hover {
	background: transparent url(../img/menu2-hover.gif) no-repeat left center;
}


/*メニューページ*/
#menu h2 {
	/*
	border-bottom: 1px solid #fff;
	background: #fff url(../img/h2icon.gif) no-repeat 5px center;
	padding: 5px;
	padding-left: 17px;
*/
	margin: 10px 0 0;
}
#menu img {
	margin:3px 10px 15px;
	vertical-align: top;
	float:left;
}
#menu dl {
	padding: 5px;
	margin-bottom: -10px;
}
#menu dl dt {
	width: 100%;
/*	padding-top: 5px;
	border-left: 3px solid #fff;*/
}
#menu dl dd.price {
	position: relative;
	top: -1em;
	text-align: right;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px dashed #fff;
}
#menu dl dd {
	display: block;
	clear: both;
	margin-bottom: 20px;
	padding: 0 5px;
}

#menu p.setumei {
	padding: 0 15px;
}

p.shortcut {
	margin:0 auto 25px;
	width: 100%;
	text-align: center;
	font-size: 90%;
}
p.shortcut  a {
	color: #330000;
}

/*レ コッコレについて*/

#about p {
	line-height: 150%;
	margin: 0.5em;	
}

#about img {
	float: left;
	margin: 0.5em;
}

#about ul.ryouri {
	display: inline;
	list-style: none;
	width: 100%;
	clear: both;
}

#about ul.ryouri li {
	display: block;
	padding-left: 15px;
	background: transparent url(../img/listicon.gif) no-repeat left 0.3em;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 80%;
	height: auto;
	line-height: 150%;
/*	float: left;*/
}


