/* CSS Document */

@charset "utf-8";

/* 2カラム */

#onsen {
background: url(img/onsen/bg.gif) repeat-y;
width:780px;
overflow:hidden;
}

#sub {
background:url(img/onsen/bg.gif) repeat-y;
float:left;
width:200px;
overflow:auto;
}

#sub p {
color:#451521;
font-size:10px;
margin-left:10px;
}

#main {
float:left;
width:560px;
padding:10px;
background:#fff;
overflow:auto;
}

