/*ページのレイアウト用CSS*/
body	{
	background-color:#ccffff;
}
#contents {
    width: 800px;
}
#main	{
    width: 480px;
	position: absolute;
	left: 175px;
}
#side	{
	width: 160px;
	position: absolute;
	left:5px;
}
#ad_side	{
	width:120px;
	position: absolute;
	margin-left: 675px;
}