body {
	background-color:#FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.7em;
}
h1 a,
h1 a:hover,
h1 a:visited {
	color: #0099FF;
	text-decoration: none;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 6px;
	margin: 4px 0 30px;
	border-bottom: 1px dotted #999999;
	color: #000033;
}
h1 span {
	font-size: x-small;
	line-height: 170%;
	font-weight: normal;
	display: block;
	padding: 10px 0 0;
	color: #003366;
}
p {
	margin: 10px 0 15px 10px;
	text-align: justify;
	text-justify: distribute;
}
ul {
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}
li {
	margin-left: -14px;
	list-style-type: circle;
}
h2 {
	font-size: small;
	display: block;
	margin: 10px 0 15px;
}
#copyright {
	font-size: 0.8em;
	color: #0099FF;
	margin-top: 40px;
	margin-left: 0px;
	text-align: right;
}
a {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #0066FF;
}

.photo {
	margin-left: 0;
}

/* ===============================汎用ブロック============================================ */

.floatbox {
	width: 690px;
	position: relative;
	margin: 0 0 5px 10px;
}
.floatbox_left {
	width: 390px;
	float: left;
}
.floatbox_left p {
	width: 370px;
	margin: 0 0 15px;
}
.floatbox_right {
	width: 300px;
	float: left;
	display: inline;
}
.floatbox_right.w153 {
	width: 153px;
}
.floatbox_right.w153 p {
	width: 153px;
}

/* ===============================float後のケジメ============================================ */

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	padding-bottom: 0px;
	display: inline-table; 
	_height: 1%; 
	/* \*/	display: block; /* */ 
}



