@charset "UTF-8";

body{}


#inner1{
position:relative;
margin:auto auto;
width: 800px;
height: 100%;
min-height: 100%;
text-align:center;
}

#inner2-top,#inner2,#inner2-bottom{
behavior:url(../js/alpha.htc); /*IE5*/
}

#inner2-top{
background: url(../img/inner2_top.png) no-repeat;
height:105px;
width:800px;
}

#inner2{
text-align:left;
background: url(../img/inner2_middle.png) repeat-y;
padding:0 30px;
min-height:300px;
}

#inner2-bottom{
background: url(../img/inner2_bottom.png) no-repeat;
height:105px;
width:800px;
}

#inner3{
text-align:left;
background: url(../img/inner2_middle.png) repeat-y;
padding:0 5px 0 10px;
min-height:300px;
}