#presen {
	margin: 10px 0 2px;
	position: relative;
}

/* 店舗情報 */
#presen00 {
	margin:0px 0px 2px 0px;
	width:187px;
	height: 460px;
	background:#d9ffd9;
	position: absolute;
	left:0px;
	top:0px;
}
#presen01 {
	margin: 2px 0 0 10px;
	height: 460px;
	width: 690px;
	position: absolute;
	left:193px;
	top:0px;
}
#presen02 {
	position: absolute;
	left:0px;
	top:0px;
	width:690px;
	height:460px;
	z-index:0;
	visibility:hidden;
}
#presen03 {
	position: absolute;
	left:0px;
	top:0px;
	width:690px;
	height:460px;
	z-index:1;
	visibility:visible;
}

/* 新着・ブログ・イベント情報　大枠 */
#info {
	background:#d9ffd9;
	margin:5px 0 0 0;
	position: relative;
	top:470px;
}
#info table {
	width:100%;
}

/* 新着情報 */
div.news {
	margin:10px 10px 0px 10px;
	background-image:url(../images/logo01.gif);
}
/* イベント情報 */
div.ivent {
	margin:10px 10px 20px 10px;
	background-image:url(../images/logo03.gif);
}
/* ブログ情報 */
div.blog {
	margin:-7px 10px 0px 5px;
	background-image:url(../images/logo02.gif);
}
div.news, div.ivent, div.blog  {
	background-repeat:no-repeat;
	background-position:10px 5px;
}
div.blog  {
	background-repeat:no-repeat;
	background-position:10px 0px;
}

div.news > p:first-child, div.ivent > p:first-child, div.blog > p:first-child {
	margin:0px 0px 33px 0px;
}

div.news_01, div.ivent_01, div.blog_01 {
	margin: 0px;
	padding: 5px 5px 0px;
	background-color:#FFFFE1;
	border-top:1px solid #F6A453;
	border-left:1px solid #F6A453;
	overflow:auto;
}
div.news_01, div.ivent_01 {
	height:200px;
}
div.blog_01 {
	height:470px;
}
div.news_01 table, div.ivent_01 table, div.blog_01 table {
	width: 100%;
}

.news_01 p, .blog_01 p, .ivent_01 p {
	margin:0px;
}

.news_01 td, .blog_01 td, .ivent_01 td {
	text-align:left;
	font-size:87%;
	padding: 1px 0 2px 0;
	border-bottom:1px dashed #F6A453;
	vertical-align:top;
}
.news_01 td.tdw15 {
	width: 15%;
}
.blog_01 td.tdw17 {
	width: 17%;
}
.m_news_01 > table > td > img .m_ivent_01 > table > td > img {
	vertical-align:middle;
}

