@charset "utf-8";

div.ramen
{
  clear:both;
  width:100%;
  background-color:white;
}



h1{
  clear:both;
	background:url(img/line_t.gif) repeat-x bottom center;
	color:blue;
	text-align:left;
	font-size:14px;
	padding:2px 0 2px 10px;
}


h2 {
  clear:both;
	padding:5px 0 5px 15px;
	border-left:saddlebrown 8px solid;
	border-bottom:saddlebrown 1px solid;
	font-size: small;
	font-weight: bold;
	color:saddlebrown;
	text-align:left;
}

h3{
  clear:both;
	background:url(img/line_t.gif) repeat-x bottom center blue;
	color:white;
	font-size:16px;
	padding:2px 0 2px 10px;
}


p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	color:black;

}

.left {
   float: left;
   margin-right: 5px;
   margin-bottom: 5px;
}

.right {
   float: right;
   margin-left : 5px;
   margin-bottom: 5px;
}

li
{
  list-style-type:none;
  text-align:left;
  font-weight: bold;
  color:saddlebrown;
}

img.thumbnail {
  width:100px;
  height:100px;
  float:left;
  margin-top:0px;
  margin-bottom:5px;
  margin-left:5px;
  margin-right:5px;
}

img.menu {
	width:200px;
}

img.picture {
	width:250px;
}

table
{
  width:100%;
  float:left;
}