@charset "euc-jp";

@import url("aboutus.css");
.title /*4つ並びアイコンの左右のアキ*/
 img  {
	margin-left: 5px;
	margin-right: 5px;
}
#aboutus p.noborder {
	border-bottom-style: none;
	padding-bottom: 0px;
}

#aboutus  ul   {
	font-size: 0.75em;
	line-height: 1.5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0em;
	padding-right: 3em;
	padding-bottom: 1em;
	padding-left: 3em;


}
#aboutus   ul   li    {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 1em;
}
#aboutus     ul     ul          {
	list-style-type: disc;
	font-size: 1em;
	padding: 0em;
	margin: 0em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#aboutus  ul  ul  li   {
	list-style-type: disc;
	margin-left: 1em;
}

