@charset "utf-8";

/* COMMENT */



* {
margin: 0;
padding: 0;
}

body {
color: #333;
font-size: 80%;
line-height:140%;
}

#container {
width: 228px;
margin: 5px;
}

h1 {
margin: 10px 0 15px;
font-size: 100%;
font-weight: normal;
}
h2 {
margin: 20px 0 5px;
font-size: 100%;
font-weight: normal;
}

dl {
margin-bottom: 30px;
}

dl dt {
margin: 30px 0 5px;
}

dl dd p {
margin-bottom: 3px;
}

.mTop0 {
margin-top: 0;
}
.mBottom0 {
margin-bottom: 0;
}

.capIndent {
padding-left: 0.5em;
text-indent: -0.5em;
}
.capIndent02 {
padding-left: 1em;
text-indent: -1em;
}
.capIndent03 {
padding-left: 1.4em;
text-indent: -1.4em;
}

.capA {
line-height: 1.5em;
color: #cc0000;
}
.capB {
font-size: 75%;
color: #cc0000;
}

ol {
list-style: none;
}
dl dd ol li {
margin-bottom: 3px;
}

address {
font-style: normal;
}

.menuLine {
border-bottom: 1px solid #d7dad6;
}

.menuSpace {
padding-bottom: 5px;
}


