@charset "shift_jis";
@import  "reset.css";

body  { color: #223; background: #fff url('img/body.png') repeat-y center top; }

#wrapper { width: 700px; margin-left: auto; margin-right: auto; background-color: #fff; color: #223; }
#content { padding: 0 10px; }
#footer  { background: url('img/footer.png') no-repeat center top; height: 30px; text-indent: -9999px; }

#box1    { background: url('img/box1.jpg') no-repeat center top; padding: 15px 10px 5px; }

h1    { font-size: 150%; }
h2    { font-size: 110%; font-weight: bold; background: url('img/h2.png') no-repeat left center; padding-left: 17px; margin: 12px 0 3px; }
h3    { font-size: 100%; font-weight: bold; margin: 8px 0 2px; border-bottom: 1px solid #006BB5;  }

p, ul, ol, dl  { margin: 0 0 8px; line-height: 1.4; }

ul    { margin-left: 1em; list-style-type: none; } 
ul li { background: url('img/li.png') no-repeat left 3px; padding-left: 13px; }

ol    { margin-left: 2em; }
ol.nmtid1 { margin-left: 0; text-indent: -1em; padding-left: 1em; }

dt  { }
dd  { margin: 0 0 6px 1em; }

p.lo    { background: url('img/breadcram.png') no-repeat top; text-align: right; font-size: small; padding: 5px 3px; margin: 0; line-height: 1; }

img  { border: none; }

.t-c { text-align: center; }