@charset "utf-8";
/* CSS Document */

@import "header.css";
@import "style.css";
@import "block.css";
@import "title.css";

.other_body {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.other_body ul {
	display: block;
	margin: 20px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}
.other_body li {
	line-height: 180%;
	background: url(../img/sign.gif) no-repeat 0px 5px;
	text-indent: 15px;
	margin-right: 20px;
}
.other_body li.pdf {
	line-height: 180%;
	text-indent: 15px;
	background: url(../img/sign_pdf.gif) no-repeat 0px 4px;
}
.tyotatsu_body {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.tyotatsu_body ul {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}
.tyotatsu_body li {
	line-height: 180%;
	background: url(../img/sign.gif) no-repeat 0px 5px;
	text-indent: 15px;
}
.tyotatsu_body li.pdf {
	line-height: 180%;
	text-indent: 15px;
	background: url(../img/sign_pdf.gif) no-repeat 0px 4px;
}
.common_coments {
	line-height: 180%;
	text-indent: 15px;
	background: url(../img/sign.gif) no-repeat 0px 5px;
}
.ml13  {
	margin-left: 13px;
}
