@charset "utf-8";
/* CSS Document */

table#saiyo {
	width:620px;
	padding-left:30px;
	margin-top:10px;
	text-align:left;
	font-size:1.2em;
	_margin-left:-60px;
}
table#saiyo th {
	width:120px;
	font-weight:bold;
	border-bottom:#666 1px dotted;
	padding:5px 0 5px 5px;
	color:#505050;
}
table#saiyo td {
	width:500px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#666 1px dotted;
	color:#555;
}
table#saiyo th.top {
	border-bottom: #999 2px solid;
	padding-left:5px;
	font-size:1.4em;
}
table#saiyo th.top div {
	border-left:#F00 3px solid;
	padding-left:10px;
}
table#saiyo ul {
	padding:0 0 0 15px;
	list-style:square;
}
p.honbun {
	font-size:1.6em;
	color:#900;
	margin-top:10px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
p.banner {
	width:324px;
	margin:0 auto;
	text-align:center;
}
p.banner a {
	border:#999 1px solid;
	display:block;
	width:150px;
	height:100px;
	float:left;
	padding:0;
	margin-right:10px;
}
p.banner a:hover {
		border:#B30915 1px solid;
}
div#content p.topback {
	text-align:right;
	padding-right:60px;
	padding-top:10px;
}

