/* レイアウトの設定*/
body{
margin:0px;
padding:0px;
text-align:center;
background-color:#c6c6c6;
background-image:url(../img/bg.gif);
background-repeat:repeat-y;
background-position:top center;
}

img{border-style:none;}
hr{display:none;}

/* ラッパーの設定*/
#wrap{
position:relative;
width:800px;
margin:0px auto;
text-align:left;
background-color:#fff;
}

/* ヘッダーの設定*/
#head{
width:800px;
height:75px;
background-image:url(../img/head/top.gif);
}

/* head(flash)*/
#head_img{
width:800px;
height:150px;
}

/* 左側の設定*/
#navi{
width:180px;
float:left;
background-color:#F5F5F5;
}

/* 中央と右側の囲い*/
#content{
width:610px;
float:right;
}

/* 中央の設定*/
#center{
width:410px;
float:left;
margin-right:-10px;
padding-bottom:30px;
}

/* 右側の設定*/
#right{
width:200px;
float:right;
}

/* フッターの設定*/
#foot{
position:relative;
width:100%;
height:50px;
clear:both;
}
