body {
	background: #FFFFFF;
	font-size: small;
	line-height: 1.7em;
	padding: 20px;
	width: 700px;
	margin: 0px auto;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 5px;
	background: #FF3366;
	line-height: 1.5em;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #FFFF00;
	margin: 0px 0px 10px;
	padding: 5px;
	line-height: 1.3em;
	background-color: #FF0099;
}
strong {
	font-weight: bold;
	color: #FF0000;
}
a {
	color: #FF3366;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
hr {
	border-style: dotted none none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	height: 1px;
	clear: both;
}
ul#link {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style: none;
}
li#link {
	font-size: small;
	line-height: 1.5em;
}
#link a {
	padding-left: 14px;
	background: url(img/dot2.gif) no-repeat left center;
	padding-right: 10px;
}
a.gaibulink {
	background: url(img/dot.gif) no-repeat 10px center;
	padding-left: 28px;
}
.sen {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.attention {
	font-size: small;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
.attention a {
	color: #FF6600;
}
.attention strong {
	font-weight: bold;
	color: #FF3366;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

