@charset "utf-8";

/* lead box */
#content01 .lead {
margin:0 25px 39px;
}
#content01 .lead h2 {
margin-bottom:39px;
margin-left:5px;
}
#content01 .lead ol {
height:283px;
margin-bottom:30px;
border-bottom:1px dotted #999;
padding-bottom:19px;
}
#content01 .lead ol li {
float:left;
margin-right:7px;
}
#content01 .lead ol li.last {
margin-right:0;
}
#content01 .lead h3 {
margin-bottom:20px;
}
#content01 .lead p {
margin-bottom:24px;
font-size:1.4em;
}
/* details box */
#content01 .lead .details {
width:862px;
height:241px;
background:url(../img/meal_bg_01.png) no-repeat;
}
#content01 .lead .details img.image {
float:right;
margin-top:15px;
margin-right:52px;
}
#content01 .lead .details h4 {
margin-bottom:20px;
margin-left:26px;
padding-top:52px;
}
#content01 .lead .details p {
margin-left:34px;
}

/* meal box */
#content01 .meal {
margin:0 25px;
}
#content01 .meal h2 {
height:45px;
margin-bottom:15px;
padding:0 18px;
background:url(../../img/common_bg_01.png) no-repeat;
color:#300;
font-size:1.6em;
font-weight:bold;
line-height:45px;
}
#content01 .meal p {
font-size:1.4em;
}
/* main sentence box */
#content01 .meal .main {
margin-bottom:39px;
}
#content01 .meal .main h3 {
margin-bottom:24px;
}
/* example menu box */
#content01 .meal .menu img {
display:block;
margin:0 auto;
}
#content01 .meal .menu ul {
margin-top:27px;
text-align:center;
}
#content01 .meal .menu ul li {
display:inline;
}
#content01 .meal .menu ul li img {
display:inline;
margin:0;
padding-bottom:28px;
}
/* example events box */
#content01 .meal .event {
margin-bottom:17px;
}
#content01 .meal .event h3 {
margin-bottom:10px;
margin-left:10px;
font-size:1.4em;
font-weight:normal;
}
#content01 .meal .event ul {
display:inline; float:left;	/* for ie6 */
margin-left:78px;
}
#content01 .meal .event ul li {
float:left;
margin-right:18px;
}
#content01 .meal .event hr {
clear:left;
height:0;
border:none;
border-bottom:1px dotted #999;
margin:29px 0 19px;
padding-bottom:19px;
}
