/* 一番外の背景部分 */
body {
/* 背景色 */
background-color:#F4D4F4;
color:#000000;
margin:0px;
padding:0px;
}
/* ひとつ内側のbox */
#outer {
background-color:#ffffff;
/* margin:上からのピクセル数 */
margin:15px auto 0px auto;
width:870px;
border-width:1px;
border-style: solid;
border-color: #999999;
}

#header {
padding:15px 0px 0px 28px;
height:60px;
color:#000000;
text-align:left;
}
/* 左側のbox */
#left {
color:#676767;
font-size:13px;
font-weight:normal;
width:250px;
float:left;
text-align:left;
/* padding:上からのピクセル数 ？ ？ ？ */
padding:90px 0px 0px 0px;
}
.left-title {
font-size:13px;
margin:0px 10px 0px 26px;
padding:5px 10px 5px 20px;
font-weight:bold;
background-color:#E3E3E3;
color:#666666;
text-align:left;
border-top: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-left: 1px solid #c7c7c7;
}
.link {
text-align: left;
margin:0px 10px 10px 26px;
padding:10px 8px 10px 13px;
line-height:170%;
border: 1px solid #c7c7c7;
}
.link a{
font-weight:normal;
font-size:13px;
color:#003366;
text-decoration:none;
}
.link a:hover{
text-decoration:underline;
}
ul {
margin: 0 0 0 1em;
padding: 0;
}
li {
list-style:disk; 
}
#content {
float:left;
width:620px;
}
.inner {
margin:0px 10px 0px 5px;
/* padding:上からのピクセル数 右からのピクセル数 ？ 左からのピクセル数 */
padding:80px 20px 0px 10px;
text-align:left;
}
P {
margin:1em 0 1em 0;
font-size:13px;
line-height:150%;
}
img{
border:0px;
}
a{
font-weight:normal;
color: #003366;
}
h1 {
font-weight:bold;
color:#357109;
font-size:14px;
margin:0px;
padding:7px 0px 0px 0px;
}
h1 a{
font-weight:bold;
color:#357109;
text-decoration:none;
}
h1 a:hover{
text-decoration:underline;
}
h2 {
font-size:14px;
color: #000000;
margin-left:-5px;
margin:10px 0px 0px -4px;
padding:5px 0px 5px 7px;
background-color:#D6E7EE;
border-top: 1px solid #087CA7;
border-bottom: 1px solid #087CA7;
}
h2 a{
font-weight:bold;
text-decoration: none;
color:#265699;
}
h3 {
font-size:14px;
color: #000000;
padding-left: 5px;
}
h3 a{
text-decoration: none;
color:#265699;
}
#footer {
text-align:center;
color:#666666;
font-size:12px;
height:70px;
clear:left;
}
.pagetop {
font-size:12px;
padding-right:70px;
text-align:right;
}
.pagetop a{
text-decoration:none;
}
.pagetop a:hover{
text-decoration:underline;
}
blockquote{
border:1px solid #ccc;
padding:5px;
margin:10px;
}
