*{
  outline-color: #fff !important;
}
body{
  color:#333333;
  font-family: '???C???I', 'Meiryo', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "?l?r ?o?S?V?b?N", sans-serif;
  font-size:14px;
  background-color: #fff;
  text-align:left;
  line-height:1.4;
    /*min-width: 1000px;*/
}

div#wrapper{ 
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#content { 
  width:100%;
  }
div#content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

#column-main {
  /*width:99%;*/
  margin-top:54px;
  }
#column-main.down {
    margin-top: 71px;
}
/*--- 共通 ----*/
/*サブメニュースマホ*/
h1{
  width: auto;
  margin:10px 0% 20px 0; /*1007青枠マージン対応*/
  background:#7f7f7f;
  color:#fff;
  padding: 8px 10px;
  font-size: 16px;
  font-weight:bold;
}

#column-main h2{
  font-size:14px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 13px;
  margin-top:0;
}

#main_area { 
  width: auto;
  padding:0 10px;
  position: relative;
  z-index: 0;
  }

#column-main {
  min-height: 600px;
  width: 100%;
  margin-bottom: 30px;
}



a{
  text-decoration: none;
}
a:link{
  color:#333333;
    text-decoration: none;
}
a:visited{
  color:#333333;
}
a:hover{
  color: #00b8ee;
  text-decoration: none;
}
a:hover img{
  opacity:0.6;
}

.pagetop{
  position:fixed;
  bottom:80px; right:5px;
  cursor:pointer;
  z-index: 2;
}

input[type=search]{
	outline-color: #fff !important;
}
/*#ms_main a:visited {
  color:#79349d;
}

/**table {
    width: 100%;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
td {
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #cccccc;
}
th {
    padding-top: 10px;
    padding: 10px 15px;
    width: 200px;
    border: 1px solid #cccccc;
}*/
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  /*footer,nav, #column-right, #column-left,.ad-banner, .footer_overlay,#head_ad,.ad_area,.header_radio,#control,.pagetop,.fdadtxt {
    display: none;
  } 
  #content {
    margin: 0 auto 20px;
    table-layout: fixed;
  }*/
}

/*.tac{
  width:100%;
}*/

.header01 {
    margin: 64px 10px 15px;
	background: #7f7f7f;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    width: auto;
	border: none;
}
h2 {
	font-weight: bold;
}

.lecture h3 {
	border-bottom: 4px solid #ccc;
	border-left: none;
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: 0;
    padding: 0 0 6px;
}
.lecture h4 {
    border-bottom: none;
}
.tC {
	text-align: center;
}