
/* レイアウトの設定*/
body{
    color: #FFFFFF;
    font: 12px/120% sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: url('../img/bk_body.gif') repeat;
}
/* ラッパーの設定*/
#wrap{
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 800px;
    background-color: #000000;
}
/* ヘッダーの設定*/
#head{
    text-align: center;
    width:800px;
    background-color:#000000;
    background: url('../img/bk_head.gif') no-repeat right bottom;
}
/* 左側の設定*/
#left{
    padding: 5px;
    float: left;
    width: 160px;
    background-color: #000000;
}
/* 真ん中の設定*/
#center{
    text-align: center;
    padding: 5px;
    float: left;
    width: 450px;
    background-color: #000000;
}
/* 右側の設定*/
#right{
    padding: 5px 0px;
    float: left;
    width: 162px;
    background-color:#000000;
}
/* フッターーの設定*/
#foot{
    text-align: center;
    padding: 12px 0px 0px 0px;
    clear: both;
    width: 800px;
    background: url('../img/foot_line.gif') no-repeat top center;
}
#bk01{
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 850px;
	background: url('../img/bk1.gif') no-repeat center center;
}
#bk02{
    text-align: left;
	margin: 0px;
	padding: 0px;
	width: 850px;
	background: url('../img/bk2.gif') repeat-y center center;
}
#bk03{
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 850px;
	background: url('../img/bk3.gif') no-repeat center center;
}