@charset "UTF-8";
* {
   margin: 0;
   padding: 0; 
}
body{
    color: #241A0A;
    font-family:serif;
    background-color:#D4D785;
}

img {
vertical-align:bottom;
}

#wrapper{
   width: 1024px;
   margin: 0 auto;
}

#header{ 
    width:1024px;
    height:152px;
    text-align:center;
}

#header_m{ 
    width:1024px;
    height:27px;
    padding-left:10px;
    color:#FFFFFF;
    background-color:#244323;
}

#main{
    width:1024px;
    background-color:#FFFFFF;
    overflow: hidden;
}

#menu{
    width:230px;
    float: left;
}

#contents {
   width:774px;
   float: left;
   margin-top: 15px;
   margin-left: 20px;
}

#oldnote {
   width: 800px;
}

#oldnote table tr,td{
  text-align:center;
  margin:0;
  padding:0;
  border-spacing:0;
  font-size:14px;
}

.note_title{
  background-image: url(img/tape_2.jpg);
  width:460px;
  height:40px;
  padding-top:1px;
   margin: 0 auto;
  text-align:center;
  font-size:24px;
}



a   {
    color:#244323;
    font-family:Arial;
    font-size:16px;
    transition: .3s;
    position: relative;
    display: inline-block;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

a:hover{
    color:#FF6633;
    background: #FFFFFF;
}
a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #FF6633;
  transition: .3s;
  transform: translateX(-50%);
}

a:hover::after{
  width: 100%;
}

#menu a{
  color:#333333;
  width: 220px;
  border-bottom: dashed 1px #CCCCCC;
}

#menu a::before {
  content: url('img/pin_1.jpg');
}

#menu a:hover::before {
  content: url('img/pin_4.jpg');
}

#menu a:hover{
  color: #B70012;
  background: #FFFFFF;
}

.balloon2-left {
  position: relative;
  text-align:left;
  display: inline-block;
  margin: 10px;
  padding: 7px 10px;
  min-width: 200px;
  max-width: 700px;
  color: #000000;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

#footer{
    width:1024px;
    font-size:12px;
    color:#FFFFFF;
    text-align:center;
    background-color:#244323;
    clear: both;
}

#footer a{
    color:#FFFFFF;
}

