﻿/* ページのレイアウト用CSS */
#contents {
	width:800px;
	background-image: url(side_bk.jpg);
	background-repeat: repeat-y; position: relative; }
#main {
	float:right;
	width: 580px;
	padding-right: 10px;
}
#side {
	float:right;
	width: 180px;
	margin-right: 20px;
}
/*TOPのスタイルシート*/
.top
{
   float: right; display: block;
   width: 41px;
   height: 12px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
}
#e-copy { font-size: 82%; line-height: 15px; margin-top: 8px;  }
#photo a img { padding-left: 6px; }


