
/* レイアウトの設定*/
body{
    color: #363636;
    font: 12px/120% sans-serif;
    text-align: center;
    margin: 2px;
    padding: 0px;
    background: #999999;
}
/* ラッパーの設定*/
#wrap{
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 770px;
    background-color: #ffffff;
}
/* ヘッダーの設定*/
#head{
    text-align: center;
    width:770px;
    background-color:#ffffff;
}
/* 左側の設定*/
#left{
    padding: 5px;
    float: left;
    width: 200px;
    background-color: #ffffff;
}

/* 右側の設定*/
#right{
    padding: 5px;
    float: left;
    width: 550px;
    background-color:#ffffff;
}
/* フッターの設定*/
#foot{
    text-align: center;
    padding: 12px 0px 0px 0px;
    clear: both;
    width: 770px;
    background: url('../img/foot_line.gif') no-repeat top center;
}
#bk01{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
	background: url('../img/bk1.gif') no-repeat center center;
}
#bk02{
    text-align: left;
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: url('../img/bk2.gif') repeat-y center center;
}
#bk03{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
	background: url('../img/bk3.gif') no-repeat center center;
}