/* 豆知識メインページのレイアウト用CSS */
body {

	background-position: top center;
        text-align:center;

}
.contents {
	width: 633px;
        margin:3px auto;
        padding:10px;
        text-align:left;
}

/* 豆知識メインページの内容一覧 */
.col {
        width: 290px;
        padding: 0px 10px;
        float: left;
        margin-bottom:20px;
        margin-top:5px;
        overflow:visible;

}

/* 豆知識メインページの更新情報 */
.column {
        width: 290px;
        padding: 0px 10px;
        float: right;
        margin-top:5px;
        margin-bottom:5px;
        overflow:visible;

}

