/* reset from yui */

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

img{border:0;}

/* font-size */

* html body {
    font-family: 'ＭＳＰゴシック',sans-serif;
}

*:first-child+html body {
    font-family: 'メイリオ','ＭＳＰゴシック',sans-serif;
}

body {
  font-size: 75%; /* IE */
  font-family: Verdana,Arial,sans-serif;
  line-height: 150%;
  color:#333;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}
#Details {
	width: 380px;
}
#Details p {
	margin-bottom: 1em;
}
#Details dt {
	font-weight: bold;
	background-image: url(../../img/loop/circular_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#Details dd{
	margin-bottom: 1em;
}
#Details dd ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
#Details dd.underlines {
	border-bottom: 1px #CCC dotted;
	padding-bottom: 1em;
}
dl.sublist {
	margin-left: 2em;
}
dl.sublist dt {
	background-image: none!important;
	color: #06C;
	font-weight: normal!important;
	padding-left:0!important;
}
