/* for MovableType. (archives)
 ==== プロパティコーディング規則 ====
 selector {
	(位置・サイズ関連)
	position
	float
	width
	height
	
	(背景・マージン関連)
	background
	margin
	padding

	(フォント・色関連)
	text絡み
	font
	color
	
	(ボーダー関連)
}
*/

@import url("http://decomo.info/styles-site.css");

/* ======== 日記本文 ======== */
div#main {
	position: relative;
	width : 100%;

	margin: 0px;
	padding: 0px;

	text-align: left;
	line-height: 140%;
	font-size: 13px;
}

/* ======== フッター ======== */
div#footer {
	clear: both;

	margin: 0px;
	background-image: url("http://decomo.info/common/back_menu.png");

	padding: 0px;

	border-top: 1px solid #d4fffe;
	border-bottom: 6px double #d4fffe;
}

