@charset "utf-8";
/* CSS Document */

.ttl_list {
	background-color: #ececec;
	padding: 4px;
	margin-top: 25px;
}
.ttl_list p {
	border: 1px solid #bebfc0;
	background-color: #e4ecf2;
	padding-left: 13px;
	height: 42px;
	font-size: 130%;
	color: #003366;
	font-weight: bold;
	line-height: 42px;
	margin: 0px;
}
.ttl_list2 {
	background-color: #ececec;
	padding: 4px;
	margin-top: 25px;
}
.ttl_list2 p {
	border: 1px solid #bebfc0;
	background-color: #e4ecf2;
	padding-left: 13px;
	font-size: 130%;
	color: #003366;
	font-weight: bold;
	margin: 0px;
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* リストマーク矢印画像 */
.list ul {
	padding: 0px;
	margin-top: 10px;
}
.list li {
	list-style-position: outside;
	list-style-image: url(../img/arrow02.gif);
}

/* リストマーク画像なし */
.no_image li {
	list-style-type: disc;
	list-style-image: none;
}
