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

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

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

/* ======== 日記本文 ======== */
div#main {
	position: relative;
	float : right;
	width : 570px;

	/*background-color: #ffffff;*/
	background-image: url("http://decomo.info/common/back_main.png");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;

	text-align: left;

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

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

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

	padding: 0px;

	border-bottom: 6px double #d4fffe;
}

