/* 豆知識Jrのレイアウト用CSS */
body {
	background-repeat: no-repeat;
	background-position: top left;
        text-align:center;

}
.contents {
	width: 600px;
        margin:5px auto;
        padding:10px;
        text-align:left;
}

.col {
        width: 300px;
        padding: 0px 10px;
        float: left;
        margin-bottom:20px;
        margin-top:5px;
        height:200px;
        overflow:visible;

}

.column {
        width: 300px;
        padding: 0px 10px;
        float: left;
        margin-bottom:20px;
        height:200px;
        overflow:visible;

}

