@charset "iso-8859-1";

/* Contents CSS */
.cts_color {
	background-color: #CC0000;
}
.cts_ttl {
	background-color: #FFAC97;
}

/* standard01-02 (LIST) */
ul.stdlist {
	list-style-type: square;
}
ul.stdlist li {
	margin-bottom: 1.5em;
}

/* Midashi */
h5 {
	margin: 20px 0 10px 0;
	padding: 1px 5px;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #02178E;
}


