/*コンテンツ全体枠*/

body{

background-image:url("bg_02.gif");

background-attachment:fixed;

font-size:14px;

font-family:Osaka,'MSゴシック','メイリオ'

}

#container{ 

line-height:140%;

margin-right:auto;

margin-left:auto;

text-align:left;

padding:15px;

width:1050px;

background-image:url("bg_03.gif");

background-attachment:fixed;

overflow:hidden;

}

#left{

float:left;

width:700px;

background-image:url("bg_03.gif");

background-attachment:fixed;

border-right:1px solid;

overflow:hidden;

position: relative;




}

#right{

width:300px;

float:left;

background-image:url("bg_03.gif");

background-attachment:fixed;

overflow:hidden;

line-height:100%;

}

a{

text-decoration:none;

}



