﻿/* メイン画像
------------------------------------------------ */
#main{
	width:820px;
	margin:0 auto;
}
#main img{
	margin:6px 0 12px;
}

/* タイトル
------------------------------------------------ */
h3 {
	margin-bottom:10px;
}

/* メッセージ
------------------------------------------------ */
#message {
	margin-bottom:20px;
}

/* インフォメーション
------------------------------------------------ */
#information {
	margin-bottom:40px;
}
#information .l{
	width:226px;
	float:left;
}
#information .l img{
	padding:3px;
	border:1px #CCC solid;
}
#information .r{
	width:350px;
	float:right;
}
