<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------
サイト名: mizokamisekkei.co.jp
更新日: 2011/8/25
製作者: ishimaru idc Y.Tanaka
------------------------------*/

/*------------------------------------------------------------

　トップページ

------------------------------------------------------------*/
#flash {
	margin : 55px 0;
	text-align : center;
}

#top {
	margin : 0 0 40px 10px;
	background : url(../images/border.jpg) no-repeat left top;
}

/* お知らせ */
#top table {
	float : left;
	width : 608px;
	background : url(../images/border.jpg) no-repeat left bottom;
}
#top th,
#top td {
	border : none;
	background : none;
}
#top th {
	width : 140px;
	padding : 13px 0;
	text-align : center;
	vertical-align : middle;
}

#top td ul li {
	list-style : inside none none;
}
#top td ul li a {
	margin : 0 0 0 20px;
}

/* mizokamiな日々 */
#top div a {
	margin : 0 0 0 45px;
}</pre></body></html>