﻿/* ページのレイアウト用CSS */
#contents {
	width:800px;
	background-repeat: repeat-y;
}
#main {
	background-color: #FFFFFF;
	float:right;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
}
#side {
	float:left;
	width: 180px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0.5em;
}
#side img{
	border: none
}
	
/*　テキスト指定　*/
}
 a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
 