/*
 *　オリジナルからの変更点
 *　「display:inline;」を削除。
 *　「font-size」を「medium」から「97%」に。
 *　「list-style-position」を「outside」から「inside」に。
 *　「line-height:1em;」を削除。
 *
 *
 */

html,
body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,
img,q,
dl,dt,dd,
ol,ul,li,fieldset,
form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0% 0%;
	background-repeat:repeat;
	border-collapse:separate;
	border-spacing:0;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	bottom:auto;
	caption-side:top;
	clear:none;
	clip:auto;
	color:#000;
	content:normal;
	counter-increment:none;
	counter-reset:none;
	cursor:auto;
	direction:ltr;
	empty-cells:show;
	float:none;
	font-size:97%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	/*height:auto;*/
	left:auto;
	letter-spacing:normal;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin:0;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	orphans:2;/*改ページに関するプロパティ*/
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	/*overflow:visible;*/
	padding:0;
	page-break-after:auto;
	page-break-before:auto;
	page-break-inside:auto;
	position:static;
	right:auto;
	table-layout:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	top:auto;
	unicode-bidi:normal;
	vertical-align:baseline;
	visibility:visible;
	white-space:normal;
	widows:2;/*改ページに関するプロパティ*/
	/*width:auto;*/
	word-spacing:normal;
	z-index:auto;
}
