@charset "utf-8";
/* CSS Document */
#contents h2 {
	margin-bottom:40px;
}
#contents h3 {
	color:#1d4ea5;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 0 0;
}
#contents h4 {
	color:#1d4ea5;
	font-size:14px;
	font-weight:bold;
}
#contents p {
	line-height:165%;
	margin-bottom:0;
}

#contents li {
	line-height:165%;
	margin-left:2em;
}
.caution{
	margin-left:-2em;
	display:inline-block;
	width:2em;
}
#topBox{
	width:570px;
	text-align:right;
}
#bottomBox{
	width:240px;
	margin:0 0 0 330px
}

.copy{
	margin:20px 0;
}





/* clearfix
---------------------------------------------------- */
#sList li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#sList li {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #sList li {
	height: 1%;
}
#sList li {
	display: block;
}
/* End hide from IE-mac */
