@charset "utf-8";
/* CSS Document */
div#title {
	height:100px;
	overflow:hidden;
}
div#contents {
	font-size:12px;
	line-height:1em;
}
div#contents p {
	margin:0 0 0.5em;
	padding:0;
}
div#contents p.toten {
	margin:0 1em 0.5em;
	font-size:14px;
	line-height:1.5em;
	color:rgb(63,0,223);
}
div#contents strong {
	font-size:18px;
}
p#tosen {
	font-size:24px;
	line-height:1.2em;
	text-align:center;
	font-weight:bold;
}

ul#caution {
	width:420px;
	margin:0.5em auto;
	padding:10px 30px;
	background-color:rgb(249,237,237);
	border:1px solid rgb(221,199,199);
}
ul#caution li {
	margin:0 0 0.5em;
	font-size:14px;
	line-height:1.5em;
}
ul#caution strong {
	color:rgb(224,31,63);
}




