@charset "shift_jis";
/* ==================================
食卓ON楽　CSS
================================== */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	font-size: 80%;
	line-height: 1.4;
}

a,
a:visited,
a:hover,
a:active {
	color: #7cac31;
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
}

ul {
	list-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
	margin:0;
	padding:0;
	font-size:1px;
}

#pagebody {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#contents {
	width: 543px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#contents .day {
	background: url(img/day_bg.gif) no-repeat #7cac31;
	color: #ffffff;
	padding: 5px 0 5px 10px;
	text-align: left;
	width: 533px;
	margin-bottom: 5px;
}

#contents .title {
	width: 493px;
	background: url(img/entry_bg.gif) no-repeat;
	padding: 10px 0 15px 50px;
	border-bottom: 1px dotted #7cac31;
	font-weight: bold;
	color: #7cac31;
	text-align: left;
	margin-bottom: 10px;
}

#contents .dialy {
	margin-bottom: 15px;
}

#contents .dialy img {
	float: left;
	margin: 0 15px 15px 0;
}

#menu {
	width: 204px;
	float: right;
	text-align: left;
}

#menu p {
	margin-bottom: 10px;
}

#menu .textArea {
	margin-bottom: 15px;
	padding-left: 10px;
}

#menu .banner p {
	margin-bottom: 7px;
	padding-left: 10px;
}
