@CHARSET "UTF-8";

h1
{
	display: block;
	height: 33px;
	width: 705px;
	padding-top: 11px;
	padding-left: 30px;
	font-size: 16px;
	background-image: url('../pic/bg_page.png'); 
	color: #fff4c1;
	font-weight: normal;
	text-shadow:#000 2px 2px 0px;
}

h2
{
	font-size: 14px;
	margin-left: 30px;
}


p.footer
{
	text-align: center;
	padding-top: 13px;
	display: block;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-shadow:#000 2px 2px 2px;
}

ul.submenu
{
	list-style-type: none;
	margin: 0;
	padding:0;
	height: 30px;
	padding-bottom: 10px;
}

ul.submenu li
{
	margin: 0px;
	height: 15px;
	display: inline;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	text-shadow:#000000 1px 1px 1px;
}

ul.submenu li:hover
{
	border-left: 1px solid #fff4c1;
	border-right: 1px solid #fff4c1;
	background-color: #be0000;
	cursor: pointer;
	padding-left: 6px;
	padding-right: 6px;
}

a.pageimage img
{
	border: 1px dashed #be0000;
	width: 220px;
	margin: 10px;
}

p.normalcontent,p.normalcont
{
	font-size: 14px;
	line-height: 150%;
	margin: 10px;
}

ul.list
{
	font-size: 14px;
	line-height: 130%;
}

table.catering
{
	margin-left: 100px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}

table.catering tr
{
	height: 30px;
}

table.catering tr:hover
{
	background-color: #be0000;
	padding-left: 10px;
	color: #ffffff;
	cursor: pointer;
}
table.catering td
{
	padding-left: 30px;
	padding-right: 30px;
}

a.menuajanlatlink,a.menuajanlatlink:visited
	{
		text-decoration: none;
		font-color: #be0000;
	}
	
a.menuajanlatlink:hover
	{
		text-decoration: underline;
		font-color: #be0000;
	}
	
