@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

/*--- 基本の文字色：黒
　　　サイズ：12PX 
　　　画面全体の背景色：白
　　　フォント：Verdana, Helvetica, sans-serif　*/

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:12px;
   background:#fff;
}

br {
   letter-spacing:normal;
}

/*---地の文字色（黒に近いグレー）---*/
a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#dcc0de;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:960px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #661272;
   border-bottom:5px solid #661272;
}

#header {
   position:relative;
   width:960px;
   height:80px;
   background:#fff;
}

#menu {
   width:960px;
   background:#000;
}

#contents {
   clear:both;
   width:960px;
   margin-top:10px;
}

#main {
   float:left;
   margin:0 5px;
   width:545px;
}

#subL {
   float:left;
   width:200px;
}

#subR {
   float:left;
   width:200px;
}

#footer {
   position:relative;
   clear:both;
   width:960px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

#div1 {
width: 450px;
height: 150px;
margin-bottom: 1.5em;
background-color: #ffffff;
border: 1px #ffffff solid;
color: #000000;
overflow:auto;
}

div.example10 { overflow: auto; }

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 0px;
   font-size:20px;
   color:#000;
   line-height:45px;
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#ddd;
}

#header .pr {
   position:absolute;
   top:10px;
   right:0;
}



/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   background:url("../images/bg_menu-1.gif") 0 50% repeat-x;
}

#menu li {
   float:left;
   color:#661272;
/*京都紫*/
   list-style-type:none;
}

#menu li a {
   display:block;
   margin-right:1px;
   padding:0 20px;
   line-height:2.5;
   color:#fff;
}

#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}



/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#008000;
}


#main a:hover {
   text-decoration:underline;
   overflow:auto;
}

#main h2 {
   margin-bottom:1px;
   padding:2px 2px 2px 2px;
   font-size:12px;
   font-weight:bold;
   color:#333;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:3px;
   font-size:12px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:5px 2px 2px 1px;
   font-size:12px;
   line-height:1;
   background:#ddd;
}

#main h5 {
   margin-bottom:2px;
   font-size:12px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main h6 {
   margin-bottom:2px;
   font-size:12px;
   font-weight:normal;
   line-height:1.4;
}

#main p{
   margin:0 0 1em 0;
   line-height:1.4;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:1px;
   background:#f1f1f1;
}

/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   background:#DCC0DE;
/*薄い紫に変更*/
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#661272 url("../images/bg_sub_h21.gif") 0 50% repeat-x;
}

#subL ul {
   margin:0;
   padding:1px 0 1em 1em;
}

#subL li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
/*薄い紫に変更*/
   background:#DCC0DE url("../images/bg_sub_h2-1.gif") 0 4px no-repeat;
   list-style:none;
}

/* 2017/07 修正*/
#subL li:hover > a{
  background: #dcc0de;
  color: #eff7b1;

}

#subL li2 {
   margin:0;
   padding-left:18px;
   line-height:1.6;
/*薄い紫に変更*/
   background:#DCC0DE url("../images/bg_sub_h2-1.gif") 0 6px no-repeat;
   list-style:none;
}

/* ========subR CONTENTS CUSTOMIZE======== */

#subR .section {
   background:#DCC0DE;
/*薄い紫に変更*/
}

#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#661272 url("../images/bg_sub_h21.gif") 0 50% repeat-x;
}

#subR ul {
   margin:0;
   padding:1px 0 1em 1em;
}

#subR li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
/*薄い紫に変更*/
   background:#DCC0DE url("../images/bg_sub_h2-1.gif") 0 4px no-repeat;
   list-style:none;
}

/* 2017/07 修正*/
#subR li:hover > a{
  background: #dcc0de;
  color: #eff7b1;

}



#subR li2 {
   margin:0;
   padding-left:18px;
   line-height:1.6;
/*薄い紫に変更*/
   background:#DCC0DE url("../images/bg_sub_h2-1.gif") 0 6px no-repeat;
   list-style:none;
}

/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:7px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   border-top:1px solid #ccc;
}