﻿@charset "utf-8";
#primary {
	font-size: 11pt;
}
#primary ul {
	margin-left: 20px;
	list-style-image: url(../img/v2_lis007.gif);
}
#iroha {
	display: block;
	width: 500px;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px;
}
#iroha ol {
	margin-left: 40px;
	list-style-type: decimal;
}
#iroha ol li {
	font-weight: bold;
}
#iroha ol ul {
	list-style-type: disc;
/*	list-style-image: url(../img/bullet017.gif);
	list-style-position: inside; */
	font-weight: normal;
}
#iroha ol ul li {
	padding-top: -8px;
}
#iroha ol ul ul {
	list-style-type: circle;
	margin-left: 20px;
/*	list-style-image: url(../img/v2_lis007.gif); */
}
#arrow {
	margin-top: 10px;
	margin-left: 240px;
}

