@charset "shift_jis";

*{
margin:0;
padding:0;
font-style:normal;
font-Weit:normal;
font-size:100%;

}

body {
background-color: #f4f0ee;    /* :#e6e6e6; */	
width:700px;
        font-family: メイリオ;
       line-height: 130%;
        margin-left:auto;
	margin-right:auto;
	txt-align:left;
	
    }
 
/* --- ボックス --- */
div.section {
width: 700px; /* ボックスの幅 */
padding-bottom: 0px; /* ボックスの下パディング */
font-size: 100%;
margin:0 auto; 
background-color: #ffffff;
color: #191919;
}


div#header1{
font-weight: bold;
color: #ff8800; /* 文字の色 */
border-left:40px solid #ffff99;
border-right:40px solid #ffff99;
padding:8px 0px 2px 10px;
background-color:#ffffff;

}
div#header2{
font-size: medium;
font-weight: bold;
color: #28a528; /* 文字の色 */
text-align:center;
border-left:40px solid #ffcc99;
border-right:40px solid #ffcc99;
padding:8px 0px 2px 0px;
background-color:#ffcccc;
}

div#header3{
font-size: x-small;
text-align:right;
}	

div#main{
font-size: small;
margin-left: 50px;
margin-right: 50px;
}

div#footer{
font-size: small;
text-align:right;
}	

div#copyright{
font-size: small;
text-align:center;
font-style: oblique;
}

h1{
font-size: medium;
font-weight: bold;
color: #a61b4b; /* 文字の色 */
  padding-left: 10px; /* 左の余白 */
  border-width: 0px 0px 2px 20px; /* 枠の幅 */
  border-style: solid; /* 枠の種類 */
  border-color: #a61b4b; /* 枠の色 */
 
}
h2{
font-size: small;
font-weight: bold;
}

h3{
font-size: 100%;
margin-left: 50px;
color: #a61b4b; /* 文字の色 */
}
h4{
font-size: medium;
text-align: center;
}
h5{
font-size: 100%;
margin-left: 150px;
color: #a61b4b; /* 文字の色 */
}

h6{
  padding-left: 10px; /* 左の余白 */
  border-width: 0px 0px 1px 0px; /* 枠の幅 */
  border-style: solid; /* 枠の種類 */
  border-color: #a61b4b; /* 枠の色 */
}


#item_1{
font-size: small;
margin-left: 30px;
}

.notes1{
font-size: small;
margin-left: 30px;
}
.notes2{
font-size: small;
margin-left: 30px;
margin-right: 0px;
}
.notes3{
font-size: small;
margin-left: 30px;
}

.notes4{
font-size: medium;
text-align: center;
}

 .notes5{
font-size: x-small;
}

.notes6{
font-size: medium;
text-align: left;
}

.notes7{
font-size: medium;
text-align: center;
color: #a61b4b; /* 文字の色 */
}

 .notes8{
font-size: x-small;
margin-left: 90px;

}
 .notes9{
font-size: small;
margin-left: 220px;

}

 .notes10{
font-size: 85%;
text-align: left;

}

a:link {
	color: #3475E7;
}

a:visited {
	color: #6965A2;
}
a:hover {
	color: #CD7D8C;
}
