/*メインコンテンツ */
div#main-contents {
  background: url(./res/badge.png);
  background-repeat: no-repeat;
/*  background-position: 700px 70%; */
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  margin: auto;
  text-align: left;
}

div#main-contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ぱんくずリストのCSS */


/* boxA:左側のコンテンツリスト */
#boxA {
 float:left;
 margin: 0;
 padding: 0;
 width:49%;
}

/* boxB:右側のコンテンツリスト */
#boxB {
 float:right;
 margin: 0;
 padding: 0;
 width:49%;
}

/*
#boxC {
 width:100%;
 clear:both;
 margin-bottom: 2em;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}
*/
h1.main-title{
  font-size: 16pt;
  padding:2em;
}

h2 {
    border-left: 10px solid;
    border-bottom: 0px solid;
    border-top: 0px solid;
    border-right: 0px solid;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin: 1em;
/*    border-color: #69C;*/
    color: #FFFFFF;
    background-color: #6699CC;
    font-size: 13pt;
    width: 70%;
}

h3 {
  border-left: 7px solid #69C;
  border-bottom: 2px solid #69C;
  font-size: 11pt;
  color: #3f668c;
  padding-left: 1em;
  width: 70%;
  margin-left: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
}

li.link_item{
  list-style-type: circle !important;
  margin-left: 5em;
  margin-bottom: 0.5em;
  font-size: 10pt;
}

li.link_item a{
  font-size: 10pt;
}

ul.main-ul{
  margin: 0.5em 0;
}

ul.sub-ul{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

li.sub_item{
  list-style-type: disc !important;
  margin-left: 1.5em !important;
  font-size: 10pt;
}

li.sub_item a{
  font-size: 10pt;
}

ul li{
  list-style-type: none;
}

li.lg-item{
  margin-left: 2em;
  margin-bottom: 0.5em;
  font-size: 11pt;
  
}

a:hover{
  color: #FF8C00;
}

