@import "../../css/base.css";

p {
	font-size:medium;
	margin-top:2px;
	margin-bottom:12px;
	margin-left:4px;
	line-height:150%;
	text-indent:1em;
	text-align:justify;
}

h5 {
	font-size:13px;
	margin-top:2px;
	margin-bottom:12px;
	margin-left:4px;
	line-height:150%;
	text-indent:1em;
	text-align:justify;
}

h6 {
	font-size:13px;
	margin-top:2px;
	margin-bottom:3px;
	margin-left:4px;
	line-height:150%;
	text-align:justify;
}

/*リストの設定*/
.list1{
list-style-position:outside;
list-style-image:url(images/icon1blue.gif);
list-style-type:none;
line-height:100%;
}

