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


/*
----attentionディレクトリ　サイト利用上の注意　設定-------------------------*/
.inside_link {
	padding-bottom: 20px;
	list-style-type: none;
}
ul.inside_link li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 1px;
}

h3.attention_h3_top {
	color: #002277;
	font-size: 12px;
	margin-bottom: 20px;
	padding-top: 0px;
}
h3.attention_h3 {
	color: #002277;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 20px;
}
h4.attention_h4 {
	color: #002277;
	font-size: 12px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 20px;
}

ul.list_01 {
	list-style-type: square;
	padding-left: 10px;
	margin-left: 15px;
}
ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

