/* レイアウトの設定*/
html,body {
	height: 100%;
    margin:0px;
    padding:0px;
}
/* 左側の設定*/
#left{
    width:200px;
    height:100%;
	background:url(image/bg_left.png) repeat;
    float:left;
	margin-left:30px
}
/* 右側の設定*/
#right{
    height:100%;
    margin-left:230px;
}
#right_top{
    height:100%;
}

