@charset "utf-8";

h2 {
	margin:0;
	padding:0;
}

h3 {
	padding-left:0.5em;
	margin-left:30px;
	border-left:#0066FF 0.5em double;
}

h4 {
	font-weight:normal;
	padding-left:10px;
	line-height:1.6em;
	font-size:0.75em;
	color:#333333;
	background-color:#eeeeee;
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
}

.content {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:560px;
}
.content p {
	line-height:1.5em;
}
.content p.attentions {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	color:#000066;
}
.content ul {
	line-height:1.5em;
	font-size:0.75em;
}
.content dl {
	line-height:1.5em;
	font-size:0.75em;
}
.content dl dt{
	margin-top:1em;
}
