/*                本文                 */
div.container	{
	width: 600px;
	margin: auto;
	}
p.comment	{
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	}
p.otoiawase	{
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	}
table	{
	border-width: 0;
	border-collapse: collapse;
	color: #fff;
	}
th	{
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 2px 0px;
	background-color: #a00;
	}
td	{
	border-style: solid;
	border-color: #fff;
	border-width: 2px 0 2px 2px;
	background-color: #c33;	
	}

table.chinryou	{
	width: 100%;
	margin: 5px 0px;
	font-size: 12pt;
	}
table.chinryou th	{
	padding: 5px;
	}
table.chinryou td	{
	padding: 5px;
	}




div.images	{
	margin: 2px 7px 0 0;
	float: left;
	font-weight: bold;
	}
div.picture	{
	margin-bottom: 10px;
	border: 1px solid #999;
	text-align: center;
	}
p.caption	{
	border: 0;
	margin: 0;
	padding: 3px;
	background-color: #c33;
	color: #fff;
	}
img.picture	{
	width: 200px;
	height: 150px;
	display: block;
	margin: 10px 10px 0;
	}
a.zoom	{
	display: block;
	padding: 5px;
	font-size: 9pt;
	}
table.shousai	{
	text-align: left;
	width: 368px;
	}
table.shousai th	{
	background-color: #a00;
	padding: 5px;
	font-size: 11pt
	}
table.shousai td	{
	background-color: #c33;
	padding: 5px;
	font-size: 11pt
	}
#contact {
	border: 2px solid #c00;
	width: 580px;
	margin: auto;
	}
#contact p {
	margin: 10px;
	font-size: 14px;
	}

/*            floatクリア               */
div.clear	{
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	}
