@charset "utf-8";


/* 色変更箇所
   --------------------------------------------- */

/*  枠の色（メインカラーの明度+50もしくは別色）  */
 .wrapper {
  background-color:#f9f1e3;
}

/* base
   --------------------------------------------- */
body{
  color: #333;
  font-size: 12px;
}
img {
  vertical-align: bottom;
}

/* link
--------------------------------------------- */
.modImgOver:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  zoom:1;
}


/* header
   --------------------------------------------- */

#boxSpvHeader ul {
  padding: 13px 0 6px;
}
.modSpvLogo {
  margin-top:1px;
}
.modGlobalNav .modStudyNav dt,
.modGlobalNav .modSpeakNav dt {
  margin-top: -1px;
  padding-bottom: 5px;
}
#boxSpvHeader .modSpvtitle {
  float: right;
  padding: 7px 0 0 0;
  font-size: 85%;
}



/* 1:content
   --------------------------------------------- */

#contents{
  overflow: hidden;
  width: 1058px;
  margin: 0 auto;
}
#contents * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#contentsMain{
  float: left;
  width: 823px;
  margin: 22px 0 2px 9px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 2px 2px #e7e6e1;
  -webkit-box-shadow: 0 0 2px 2px #e7e6e1;
  -moz-box-shadow: 0 0 2px 2px #e7e6e1;
  background: #fff;
}



/*  .wrapper  .wrap
--------------------------------------------- */
 .wrapper {
  margin: 28px;
  padding: 10px;
}
 .wrap {
  background-color: #fff;
  padding: 20px 20px 20px;
}
.wrapper h2 {
  padding: 13px 0 20px 20px;
  font-size: 18px; 
  font-weight: bold;
    color: #333;
}
.wrap h3 {
  margin-top: 30px;
  margin-bottom: 28px;
  padding: 5px 0 11px;
  border-bottom: 2px #e5e5e5 solid;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.wrap h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
 .wrap p {
  margin-bottom: 20px;
}
 .wrap ul,
 .wrap ol {
  margin-bottom: 20px;
}
 .wrap ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.wrap .txt {
  min-height: 5em;
}


/*  
--------------------------------------------- */
.top_text {
  margin-bottom: 30px;  
}



/* #contentsRight 
--------------------------------------------- */
#contentsRight {
  width:200px;
  margin: 20px 0 0 847px;
}

#contentsRight .titH3Side01{
  padding:0 0 4px;
  border-bottom:1px solid #c3c3c3;
  color:#666666;
  font-weight:bold;
}


/* footer
--------------------------------------------- */

#btnClose{
  padding: 40px 0;
  text-align: center;
}
.modCopyright{
  color: #999999;
  line-height: 1.2;
  padding: 30px 0 30px;
  text-align: center;
}
