@charset "utf-8";


/* =========================================================
”content
========================================================= */
#content {
	margin: 0px;
	padding: 20px;
}
#content p{
	margin-top: 12px;
	margin-bottom: 12px;
}
#content h3{
	font-weight: bold;
	color: #990066;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 7px;
	font-size: 118%;
	line-height: 27px;
	border-left: 3px solid #990066;
}


.contentbox{
	width: auto;
	margin: 0px 0px 8px;
	padding: 13px 15px 8px 13px;
	clear: both;
	line-height: 22px;
}

.contentbox img{
	padding: 0px;
	float: left;
	margin: 5px 12px 7px 0px;
}
.contentbox ul{
	padding-left: 15px;
	margin-left: 0px;
}
.contentbox ul .second{
	padding-left: 10px;
	color: #666666;
}
.contentbox li .second{
	list-style: square inside;;
}
.contentbox li{
	list-style: disc inside;
}
.bluebox{
	padding: 15px 0px 15px 15px;
	border: 1px solid #51A6D7;
	clear: both;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bluebox li{
	list-style: disc inside;
	line-height: 150%;
	display: list-item;
}

.bluebox h4{
	font-weight: bold;
	margin-bottom: 13px;
	text-indent: 5px;
	border-bottom: 1px solid #51A6D7;
	color: #006699;
	padding-top: 15px;
}

.sample{
	margin: 18px 0px;
	padding: 0px;
	clear: both;

}
.sample ul{
	padding: 0px;
	margin: 0px;
}
.sample li{
	display: inline;

}

.sample img{
	float: left;
	border: 6px solid #E7E7DC;
}

.key {
	padding: 3px 20px 3px 0px;
	clear: both;
	background: #CCE5F3;
	text-align: right;
	display: block;

}



/* =========================================================
”others
========================================================= */
.top {
	font: normal 9pt Verdana, "Trebuchet MS", "Myriad Web";
	color: #51A6D7;
	clear: both;
	height: 20px;
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px 20px 24px 0px;
}

.top a{
	color: #51A6D7;
	border-right: 1px dotted;
	border-left: 1px dotted;
	padding-right: 3px;
	padding-left: 3px;
}
.comment {
	margin-left: 25px;
	display: block;
}

.title {
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 27px;
	border-bottom: 6px solid #003366;
	text-indent: 4px;
}