* {
margin: 0;
padding: 0;
}

body {
background: #FFFFFF;
color: #000000;
text-align: center;
}

strong {
font-weight: normal;
}

em {
font-style: normal;
}

h1 {
font-size: 50%;
text-align: right;
font-weight: normal;
}

h1 a {
color: #E6E6E6;
text-decoration: none;
}

h2 {
margin-top: 20px;
font-size: 44px;
}

h2 a {
color: #FFFFFF;
text-decoration: none;
}

h3 {
color: #B3440C;
font-size: 150%;
font-weight: bold;
border-left: solid 10px #B3440C;
border-bottom: dotted 1px #B3440C;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 12px;
}

h3 a {
color: #B3440C;
text-decoration: none;
}

h4 {
color: #B3440C;
font-size: 120%;
font-weight: bold;
border-left: solid 10px #B3440C;
border-bottom: dotted 1px #B3440C;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 12px;
}


#container {
width: 800px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-size: 16px;
}

#header {
background: url(img/bannar.png) no-repeat;
height: 110px;
text-align: center;
}

#header p {
margin-top: 10px;
font-size: 80%;
}

#content {
float: right;
width: 520px;
padding-left: 16px;
padding-right: 10px;
padding-top: 20px;
letter-spacing: 0.1em;
}

#content p {
margin-left: 8px;
margin-right: 8px;
margin-bottom: 1em;
line-height: 1.3em;
text-indent: 1em;
}

#content a {
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content ul {
margin-left: 30px;
margin-bottom: 30px;
}

#content li {
padding-left: 10px;
padding-bottom: 5px;
list-style: none;
list-style-image: url(img/tama_02.gif);
line-height: 16px;
}

#content dl {
margin-left: 10px;
margin-right: 8px;
margin-bottom: 1em;
line-height: 1.3em;
}

#content dt {
font-weight: bold;
text-decoration: underline;
background: url(img/tama_02.gif) no-repeat;
padding-left: 20px;
padding-bottom: 0.5em;
}

#content dd {
padding-left: 1em;
padding-bottom: 1em;
}

#content table {
margin-bottom: 30px;
}

#content td {
padding: 3px;
}


#sidebar {
float: left;
width: 253px;
margin-top: 20px;
}

#sidebar dt {
background: #B3440C;
height: 25px;
line-height: 25px;
color: #FFFFFF;
font-size: 120%;
font-weight: bold;
text-align: center;
letter-spacing: 3px;
margin-bottom: 5px;
}

#sidebar dd {
font-size: 90%;
}

#sidebar dd a {
display: block;
height: 25px;
line-height: 25px;
color: #000000;
text-decoration: none;
}

#sidebar dd a:hover {
text-decoration: underline;
}

#sidebar p {
font-size: 80%;
color: #ff0000;
font-weight: bold;
}

#footer {
clear: both;
background: #FF6112;
height: 20px;
line-height: 20px;
font-size: 60%;
text-align: center;
}

#footer a {
color: #000000;
text-decoration: none;
}

.bnr1 {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

.red {
color: red;
}

.bold {
font-weight: bold;
}

