body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
ol, ul {
	list-style: none;
}
body {
    /*yahoo UI:http://developer.yahoo.com/yui/fonts*/
    font:13px/1.231 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
    *font-size:small;
    *font:x-small;
    line-height: 1.5;
    background:#fffef4;
    color: #1e1e1e;
    min-height: 100%;
}
/*html:\66irst-child body {
	font-size:12px; safari only \
}*/
a {
    text-decoration:underline;
    outline:none;
}
a:link {
    text-decoration:underline;
    color:#018b01;
}
a:visited {
    text-decoration:underline;
    color:#018b01;
}
a:hover,a:active {
    text-decoration:none;
    color:#018b01;
}
a img,:link img,:visited img {
    border:none;
}



dl {
  width:515px;
  font-size:92%;  
 }  

dt {  
  float:left;  
  width:100px;  
  padding:10px 0 0 10px;  
  clear:both;
  color:#de3400;
}
  
dd {
  margin-left:50px;  
  padding:10px 0 0 10px;
} 