img{border:0px;}

/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
	font-size: 77%;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:650px;
    background-color:#FFFFCC;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
    width:650px;
    height:435px;
    background-color:#FFFFFF;
	background-image : url("img/top.jpg");
}
/* 左側の設定*/
#left{
    width:150px;
    height:900px;
    float:left;
	overflow:auto;
	
    background-color: #006699;
}
/* 右側の設定*/
#right{
    width:500px;
    height:900px;
    float:right;
	overflow:auto;
	
    background-color:#FFFFFF;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:20px;
    background-color:#006699;
    clear:both;
}

span.box1p {position:absolute; top:350px; right:110px;}
span.box2p {position:absolute; top:350px; right:10px;}

a.sample1{
    background-color:#FFFFB0;
    padding:0.5em 1em;
}
a:hover.sample1{
    background-color:#FFCC99;
}

