/* レイアウトの設定*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #EEEEEE;
	font-size: 12px;


}
/* ラッパーの設定*/
#wrap{
	position:relative;
	width:600px;
	background-color:#FFFFCC;
	margin:0px auto;
	text-align:left;

}
/* 左側の設定*/
#left{
    width:150px;
    height:550px;
    float:left;
    background-color:#FFAC99;
}
/* 右側の設定*/
#right{
	width:600px;
	float:none;
	background-color:#FFFFFF;

}

#right1{
	width:580px;
	float:none;
	background-color:#FFFFFF;
	left: 20px;
	padding-left: 20px;





}






.img-left{
	float: left;
	margin-right: 10px;
} 


/* フッターの設定*/
#foot{
	position:relative;
	width:100%;
	background-color:#CCCCCC;
	clear:both;
	padding: 0px;
	margin: 0px;


}

#foot1{;
	width:580px;
	background-color:#CCCCCC;
	clear:both;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;

}


/* ヘッダーの設定*/
#head{

    width:100%;
    background-color:#FFFFFF;
    clear:both;
}

