@charset "utf-8";
/* CSS Document */

/* 月表示
----------------------------------------------- */
p.schedule {
	margin:2em 1em 0;
	font-size:small;
	text-decoration:none;
	color:#333333;
	line-height:1.5;
}

h3.komidashi {
	margin:1em 0 1em;
}

/* データ
----------------------------------------------- */
p.data {
	margin:1em 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}

/*写真
----------------------------------------------- */
#ph {
	width:200px;
	height:163px;
	margin:15px 3px 5px 20px ;
	background-color:#FFFFFF;
	text-align:center;
	line-height:20em;
}
#ph2 {
	width:200px;
	height:200px;
	padding-top:30px;
	margin:0 3px 0 20px ;
	background-color:#FFFFFF;
	text-align:center;
	line-height:20em;
}




/* URLリンク
----------------------------------------------- */
p.url {
	margin:1em 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
	color:#b94632;

}

/* 本文
----------------------------------------------- */
p.honbun {
	margin:0 1em 0.5em 2em;
	font-size:small;
	line-height:1.5;
	overflow:hidden;
	text-decoration:none;
}


