@charset "Shift_JIS";

/* 神田ラーメンわいず・CSS */

/* 設定の初期化 */
*, body {
	margin: 0px;
	padding: 0px;
	color:#000000;
}
	
ul li {
	list-style-type: none;
	}
 


/* 全体設定 */
.outline {
	width: 800px;
	}
	
.left {
	background-color: #000000;
	float:left;
	width: 250px;
	height:170%;
	text-align:right;

}

.right {
	background-color: #FFFFFF;
	padding-top:30px;
	margin-left:280px;
	color:#000000;
}

.right p {
	line-height:150%;
}

.footer {
	clear:both;
}

.clear {
	clear:both;
}

/* ナビゲーション */
#gnavi {
	margin-right:10px;
	margin-bottom:40px;
}

#map {
	border:solid;
	border-color: #F8D98A;
	border-width: 1px;
	color: #FFFFFF;
	font-size:small;
	text-align:left;
	margin:5px;
	padding:20px 10px;
	line-height: 170%;
}

#map p {
	font-size:medium;
	color:#FFFFFF;
}
#map span {
	color:#F69B1A;
}

/* コンテンツ */
#ramen {
	margin-bottom:10px;
}

#ramen li {
	float:left;
	display:inline; /*for IE6*/
	padding: 10px 20px;
	text-align:right;

}

.menu {
	margin:40px 0px;
}	

.menulist {
	padding:5px;
	margin:5px 5px;
	background-color:#FAE3A7;
}

.menulist span {
	text-indent:20px;
}

.menulist li{
	border-bottom-color:#f69B1A;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:4px 1px;
}

.bottom{
	border-bottom-style: none;
}



/* リンク */
a:link {color: blue;}
a:visited {color: #800080;}
a:hover {color: red;}
a:active {color: red;}




