@charset "utf-8";
/* CSS Document */

#wrapper{
margin:50px auto 10px;
width:1000px;
}

h1{
text-align:center;
font-size:30px;
font-weight:bold;
font-family: 'Kranky', cursive;
}

h2{
text-align:center;
font-size:20px;
font-weight:bold;
font-family: 'Kranky', cursive;
margin-bottom: 80px;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
margin-bottom: 10px;
}

h4{
padding:72px 0px 60px 100px;
}

h5{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
margin-bottom:20px;
}

/*--------左ボディー---------*/
#body_l{
position:fixed;
width:300px;
height:1000px;
float:left;
}



#body_l .menu{
font-size:20px;
font-family: 'Kranky', cursive;
font-weight:bold;
line-height:1.8em;
padding:0px 0px 20px 100px;
}


#body_l .menu li a:hover{
border-bottom:3px dotted mediumseagreen;
}


#body_l .hit{
color:mediumseagreen;
}

/*--------右ボディー---------*/
#body_r{

width:700px;
float:right;
}

.to_top{
text-align:right;
padding:50px 35px 0px 0px;
}

#body_r a:hover{
	border-bottom:3px dotted mediumseagreen;
}

/*--------ドリンクー---------*/
#drink{
background-color:floralwhite;
width:600px;
border:1px solid #fff;
margin:40px auto 0px;

border-radius:8px;         /* CSS3 */
-webkit-border-radius:8px; /* Webkit */
-moz-border-radius:8px;    /* Mozilla */

-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari, Chrome用 */
-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox用 */
box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
}

#drinkfood_inside{

margin:40px 60px 80px;
}

table{
margin:0px 0px 40px 0px;
}
 
table td{
font-family:sans-serif;
font-size:10px;
font-weight:bold;
text-align:left;
padding:0px 25px;
width:33%;
}

.setumei{
font-size:10px;
font-weight:normal;
text-align:left;
line-height:1.8em;
vertical-align:top;/*tdの中の上を揃える*/
}

#body_r p{

margin-bottom:55px;
}

#drinkfood_inside dt{
float:left;
width:50%;
}

#drinkfood_inside dd{
margin-bottom:25px;
margin-left:50%;
}

.space{
margin-bottom:50px;

}

.space2{
margin-top:90px;
}

.names{
font-weight:bold;
font-size:14px;
font-family:sans-serif;
}






/*--------フード---------*/
#food{
background-color:floralwhite;
width:600px;
border:1px solid #fff;
margin:0px auto;

border-radius:8px;         /* CSS3 */
-webkit-border-radius:8px; /* Webkit */
-moz-border-radius:8px;    /* Mozilla */

-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari, Chrome用 */
-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox用 */
box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
}

.copyright{
text-align:center;
font-family:'Sorts Mill Goudy', serif;
}
