﻿/*ページのレイアウト用CSS*/
body	{
	background-color:#FFFFCC;
	}
#contents	{
	width:800px;
	margin:auto;
	background-image: url(side_wbk.jpg);
	background-repeat: repeat-y;
	border:solid 1px #CCCCCC;
	}
#main	{
	width: 480px;
	float:right;
	margin-right:5px;
	margin-let:5px;
}
#side	{
	width: 140px;
	float:left;
	margin-left:5px;
}
#twocol	{
	width:650px;
	float:left;
}
#ad_side	{
	width:140px;
	float:right;
	margin-right: 5px;
	}
address	{
	clear:both;
	}

div.cage {
	margin: 5px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #999999;
	line-height: 130%;
}

div.title {
	padding: 0.3em;
	border-bottom: 1px solid #999999;
	background-color: #999999;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
}

div.note {
	margin: 0.5em;
	line-height: 150%;
}
