html, body{
	font-size:12px;
	background:#CCE0EB url(http://www.city-deli.com/img/bg.gif) repeat-x;
}

h1, h2{
	margin-top:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

form {
	margin:0px !important;
	padding:2px !important;
}

a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#006699;
}

a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#006699;
}

a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#990033;
}


/* ==================================================
	全体の囲み
================================================== */
#container{
	width:794px;
	background-color:#ffffff;
	border:2px solid #999999;
	margin:0 auto;
	position: relative;
}


/* ==================================================
	ヘッダー
================================================== */
#city-header{
	width:794px !important;
	background-color:#ffffcc;
	text-align:left;
}

#city-header h1{
	width: 452px;
	float:left;
	margin:0 !important;
}

#city-header h1 img{
	border:solid #006699;
	border-width:0 2px 0 0;
}

#txtbox{
	width:170px !important;
	margin-top:8px;
}

#mailform {
	font-size:12px;
	width:322px;
	height:72px;
	padding:4px 10px !important;
	background-color:#ffffcc;
	float:left;
}

#mailform form {
	margin:0px !important;
	float:left;
}

#mailform img{
	margin-left:10px;
	border:1px solid #000000;
	float:left;
}


/* ==================================================
	コンテンツメニュー
================================================== */
.menu{
	width:794px;
	font-size:12px;
	clear:both !important;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	margin:0 !important;
	padding:0 !important;
}

.menu li{
	float:left;
	border-right:1px solid #999;
	vertical-align:middle;
	text-align:center;
}

.menu a{
	background-color:#FFFFFF;
	padding:5px 16px;
	display:block;
	text-decoration:none;
}

.menu a:hover{
	display:block;
	background-color:#006699;
	color:#FFFFFF;
}


/* ==================================================
	ブログ記事
================================================== */
#blogstage{
	width:790px;
	background-color:#ffffff;
	margin:0 auto;
	position: relative;
}


/* ==================================================
	注目のデリ店バナー
================================================== */
.official li {
	margin:2px;
}

.official li img {
	border:1px solid #333;
}

/* ==================================================
	フッター
================================================== */
#city-footer{
	width:794px;
	text-align:center;
	background-color:#ffffff;
	border-top:2px solid #999;
	clear:both;
}


/* ==================================================
	フロート解除
================================================== */
#header:after,
#mailform:after,
.menu:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* ==================================================
	汎用
================================================== */
.fl		{float:left;}
.cl		{clear:both;}
