@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #2f0056; }
a:visited { color: #004568; }
a:hover { color: #423200; }
a:active { color: #7aa7ef; }


body {
  color: #302e2e;
  font-size: 86%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-image: url(img/bodybg.jpg);
  background-repeat: repeat;
  }

#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  border-top: 4px ridge firebrick;
  border-left: 4px ridge firebrick;
  border-right: 4px ridge firebrick;
  background-image: url(img/wrapperbg.jpg);
  background-repeat: repeat;
     }

#header {
  width: 800px;
  height: 150px;
  margin-bottom: 8px;
  position: relative;
  background: url(img/header.jpg) no-repeat 0 0;
}


#container {
 margin-bottom: 0px; 
}

#contents {
  width: 593px;
  float: right;
  margin-right: 5px; 
 padding: 0px 20px 50px 20px;
  background-image: url(img/bg3.jpg);
  background-repeat: repeat;
}

#sidebar {
  width: 150px;
  float: left;
  padding: 0 5px;
}

#footer {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  border-left: 4px ridge firebrick;
  border-right: 4px ridge firebrick;
  border-bottom: 4px ridge firebrick;
  background-image: url(img/footerbg.jpg);
  background-repeat: repeat;
    }



.logo1 {
  font-size: 280%;
  position: absolute;
  top: 30px;
  left: 330px;
  transform: rotate(-6deg);
   -moz-transform: rotate(-6deg);
   -webkit-transform: rotate(-6deg);
  text-shadow: 2px 2px 3px gray, -5px 5px 5px white;
}

.logo1  {
  text-decoration: none;
  color: black;
}

.logo1 a {
  text-decoration: none;
  color: black;
}

.logo1 a:hover {
  text-decoration: none;
  color: darkgrey;
}

.logo2 {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 325px;
  color: #cc3300;
  text-shadow: 2px 2px 3px gray;
  transform: rotate(-6deg);
   -moz-transform: rotate(-6deg);
   -webkit-transform: rotate(-6deg);
}

.logo2 a {
  text-decoration: none;
  color: orange;
}

.logo2 a:hover {
  text-decoration: none;
  color: crimson;
}

.logo3 {
  font-size: 110%;
  position: absolute;
  top: 6px;
  right: 700px;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 3px 3px 4px darkgray;
}

.logo3  {
  text-decoration: none;
  color: black;
}

.logo3 a {
  text-decoration: none;
  color: navyblue;
}

.logo3 a:hover {
  text-decoration: none;
  color: lightblue;
}


/*--------------------------グローバルナビ-----*/

.description {
  font-size: 150%;
  position: absolute;
  top: 210px;
  text-align: center;
  color: white;
}

#globalnavi {
  font-size: 100%;
  list-style-type: normal;
  width: 633px;
  position: absolute;
  list-style: none;
}

#globalnavi li {
  width: 150px;
  float: left;
}

#globalnavi li a {
  text-align: center;
  text-decoration: none;
  width: 150px;
  height: 45px;
  display: block;
  padding-top: 10px;
	background: #fff;
	filter: alpha(opacity=60);
      -moz-opacity: 0.6;
	opacity: 0.6;
  color: black;
}

#category01 a { background-position: 0 0; }
#category02 a { background-position: -150px 0; }
#category03 a { background-position: -300px 0; }
#category04 a { background-position: -450px 0; }
#category05 a { background-position: 0 80; }
#category06 a { background-position: -150px 80; }
#category07 a { background-position: -300px 80; }
#category08 a { background-position: -450px 80; }

#globalnavi li a:hover {
  text-align: center;
  text-decoration: none;
  width: 150px;
  height: 45px;
  display: block;
  padding-top: 10px;
	background: #fff;
	filter: alpha(opacity=90);
      -moz-opacity: 0.9;
	opacity: 0.9;
  color: orange;
}



/*--------------------------コンテンツ-----*/

#contents
h1 {
  font-size: 1.2em;
  font-weight:bold;
  line-height: 2.3em;
  margin-bottom: 1em;
  margin-top: 3em;
  }
h2 {
  text-align: right;
  font-size: 1.2em;
  font-weight:bold;
}

h3 { text-align: center;}

h4 { text-align: left;}

h5 {
  line-height: 1.8em;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.8em;
}


p {
  line-height: 2.3em;
  margin-bottom: 1.8em;
  text-align: justify;
}

.under {
  font-size: 2em;
  color: red;
}
.name{
border-bottom-width: 2px;
border-left-width: 8px;
border-bottom-style:solid;
border-left-style:solid;
border-color:  #302e2e;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 15px;
color: #302e2e;
font-size: 1.5em;
font-weight:bold;
text-shadow: 3px 3px 4px gray;
}

.name2{
border-bottom-width: 2px;
border-left-width: 4px;
border-bottom-style:solid;
border-left-style:solid;
border-color:  #21E017;
background-color: #E02020;
margin: 50px 0px 20px 0px;
padding: 0px 0px 0px 15px;
color: white;
font-size: 1.5em;
font-weight:bold;
text-shadow: 3px 3px 4px lightgray;
}

.name3{
border-bottom-width: 2px;
border-left-width: 4px;
border-bottom-style:solid;
border-left-style:solid;
border-color:  darkred;
background-color: crimson;
margin: 5px 0px 10px 0px;
padding: 0px 0px 0px 15px;
color: yellow;
font-size: 1.5em;
font-weight:bold;
text-shadow: 2px 2px 3px white;
}

.item{
border-left: 4px solid #2e8b57;
border-bottom: 2px solid #2e8b57;
text-align: left;
color: darkgreen;
background-color: #bcffb7;
font-size: 1.3em;
margin: 20px 0px 20px 0px;
padding: 4px 4px 4px 5px;
text-shadow: 3px 3px 4px gray;
width: 590px;}


.songs{
border-bottom-width: 0px;
border-bottom-style:solid;
border-color:  #92a0d3;
    background-image: -webkit-linear-gradient(top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
);
    background-image:    -moz-linear-gradient(top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
);
    background-image:     -ms-linear-gradient(top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
);
    background-image:      -o-linear-gradient(top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
);
margin: 3px 0px 20px 0px;
padding: 0px 0px 0px 15px;
color: black;
font-size: 1.5em;
font-weight:normal;
text-shadow: 3px 3px 4px lightgray;
}

.topics{
background-image: url(img/welcomeboard_gantan.jpg);
border-top-style:solid;
border-bottom-style:solid;
border-width: 2px;
margin: 0px -20px 30px -20px;
padding: 0px 20px 0px 20px;
border-color:  orange;
color: indigo;
font-size: 1.6em;
font-weight:bold;
text-shadow: 3px 3px 2px grey;
}

.topics2{
    background-image: -webkit-linear-gradient(left, #b0c4de, #f0f8ff);
    background-image:    -moz-linear-gradient(left, #b0c4de, #f0f8ff);
    background-image:     -ms-linear-gradient(left, #b0c4de, #f0f8ff);
    background-image:      -o-linear-gradient(left, #b0c4de, #f0f8ff);
border-top-style:solid;
border-bottom-style:solid;
border-width: 2px;
margin: 0px -20px 30px -20px;
padding: 10px 20px 10px 20px;
border-color:  orange;
color: #2f4f4f;
font-size: 1.5em;
font-weight:normal;
text-shadow: 3px 3px 2px gray;
}

.celebtopics{
    background: khaki;
border-top-style:solid;
border-bottom-style:solid;
border-width: 2px;
margin: 0px -20px 30px -20px;
padding: 10px 20px 10px 20px;
border-color:  green;
color: crimson;
font-size: 2em;
font-weight: bold;
text-shadow: 3px 3px 2px black;
}


ol {
  padding: 0 0 0 2em;
  list-style-type: disc;
  line-height: 2em;
  margin-bottom: 3em;
}

li {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.stripe {
margin: 0;
padding: 20px 20px 1px 20px;
background-color: #0b0e0f;
background-image: -webkit-linear-gradient(-45deg, #ffe500 25%, transparent 25%, transparent 50%, #ffe500 50%, #ffe500 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffe500 25%, transparent 25%, transparent 50%, #ffe500 50%, #ffe500 75%, transparent 75%, transparent);
background-size: 50px 50px;
text-shadow:1px 1px 2px rgba(0,0,0,.3);
}

p.infobox {
   height: 6.8em;
   overflow: auto;
   border: red 1px dashed;
   background-color: #fff0f0;
}

p.indent {
  padding-left:2em;
  text-indent:-2em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  margin-top: -1.4em;
  text-align: justify;
}

div.center {text-align: center;}
div.right {text-align: right;}
div.left {text-align: left;}



/*----------------------ページネーション-----*/

ul.pages {
  display: inline-block;
  padding: 0;
  margin: 20px 0px 10px 0px;
}

ul.pages li {display: inline;}

ul.pages li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

ul.pages li a.active {
  background-color: darkblue;
  color: white;
}

ul.pages li a:hover:not(.active) {
  background-color: lightgray;
}

div.center {text-align: center;}


/*----------------------アコーディオンパネル-----*/

.acmenu {
  width: 590px;
  margin: 5px auto;
  padding: 2px 4px 2px 4px;
  color: black;
  background-image: url(img/bg1.jpg);
  background-repeat: repeat;
}

label {
  background: #48A248;
  color: white;
  margin: 6px auto;
  padding: 8px;
  display: block;
  border-top: 2px solid #ffffff;
  border-left: 5px solid #939393;
  border-bottom: 2px solid #939393;
  cursor: pointer;
}

label:hover {
  color: black;
  background-image: url(img/bodybg.jpg);
  background-repeat: repeat;
}

input[type="checkbox"].on-off{
  display: none;
}

.acmenu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  padding: 20px;
  background-image: url(img/bg3.jpg);
  background-repeat: repeat;

  list-style: none;
}

.acmenu li {
  padding: 0px;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}


/*--------------------------design box-----*/

.box1 {
     color: #302e2e;
    width: 200px;
    height: 200px;
    border: inset 10px #daa520;
    margin: 20px 30px 20px 0;
    padding: 0px;
    float: left;
}

.box2 {
     color: #302e2e;
    width: 330px;
    margin: 20px 10px 10px 0;
     float: right;
}

/*--------------------------works box-----*/

.box3 {
     color: #302e2e;
    width: 340px;
    margin: 20px 10px 10px 0;
    list-style-type: decimal;
     float: right;
}

.box4 {
     color: #302e2e;
    width: 200px;
    height: 200px;
    border: inset 5px darkgray;
    margin: 20px 30px 0px 0;
    padding: 0px;
    float: left;
}

.box5 {
    width: 200px;
    padding: 10px;
    font-size: 85%;
    font-weight:bolder;
    text-align: center;
    float: left;
}

.box6 {
    width: 100%;
    padding: 10px;
     clear: both;
}

/*--------------------------News box-----*/

.box7 {
    width: 200px;
    height: 200px;
    margin: 20px 30px 20px 0;
    padding: 0px;
    float: left;
}

.box8 {
     color: #302e2e;
    width: 330px;
    margin: 0px 10px 10px 0;
     float: right;
}

/*--------------------------News box-----*/

.ytbox {
    width: 127px;
    height: 150px;
    margin: 10px 10px 10px 10px;
    padding: 0px;
    font-size: 88%;
    text-align: center; 
    font-weight:bolder;
    line-height: 2em;
    letter-spacing: -0.1em;
    float: left;
}

.sidebox {
    border: groove 3px whitesmoke;
    width: 540px;
    height: 90px;
    padding: 15px;
    font-size: 88%;
    font-weight:bolder;
    line-height: 1.6em;
     float: clear both;
}

/*--------------------------musc Album box-----*/

.mbox1 {
    width: 275px;
    margin: 20px 20px 20px 20;
    text-align: center; 
    font-size: 90%;
    line-height: 2.3em;
    margin-bottom: 1em;
    float: left;
}

.mbox2 {
    width: 275px;
    margin: 20px 20px 20px 20;
    text-align: center; 
    font-size: 90%;
    line-height: 2.3em;
    margin-bottom: 1em;
    float: right;
}



/*--------------------------pictures-----*/

.photo1 { margin: 0px 20px 10px 0px;}
.photo2 { margin: 0px 0px 10px 20px;}
.photo3 { margin: 10px 10px 30px 10px;}
.photo4 { margin: -30px 0px 30px -20px;}
.photo5 { margin: 10px 0px 10px 0px;}
.photo6 { margin: -30px 0px 5px -20px;}
.photoleft { margin: -10px 10px 10px -175px;
  padding: 15px 0px 15px 15px;
  background-image: url(img/bg3.jpg);
  background-repeat: repeat;
  border-top-left-radius: 15px; 
    -webkit-border-top-left-radius: 15px; 
    -moz-border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; 
    -webkit-border-bottom-left-radius: 15px; 
    -moz-border-bottom-left-radius: 15px;
}

.kakko {
border: groove 2px whitesmoke;
margin: 20px 0px 50px 0px;
padding: 15px;
border-width:　5px;
font-size:95%;
}

.bannerkakko {
border: groove 2px whitesmoke;
margin: 20px 0px 50px 0px;
padding: 15px;
border-width:　5px;
font-size:120%;
vertical-align: middle;
}

.centerkakko {
border: groove 2px whitesmoke;
margin: 20px 0px 50px 0px;
padding: 15px;
text-align: center;
border-width:　5px;
font-size: 90%;
color: #2e8b57;
line-height: 2em;
}

.cautionkakko {
border: groove 2px red;
background-color: crimson;
margin: 20px 0px 50px 0px;
padding: 15px;
text-align: center;
border-width:　5px;
font-size: 90%;
color: white;
line-height: 1.5em;
}

.cautionkakkoblk {
border: groove 5px lightgray;
color: silver;
background-color: black;
margin: 10px 0px 30px 0px;
padding: 20px;
text-align: left;
border-width:　5px;
font-size: 90%;
}

.boldkakko {
border: groove 5px darkgrey;
margin: 20px 0px 50px 0px;
padding: 25px;
border-width:　8px;
font-size:120%;
line-height: 2em;
}

.album {
border: groove 2px whitesmoke;
padding: 15px;
margin-bottom: 20px;
border-width:　5px;
font-size:88%;
}

.comment {
color: darkgreen;
border: double 4px #2d9600;
background-color: #c4ffd4;
margin: 20px 0px 50px 0px;
padding: 20px;
border-width:　5px;
font-size:110%;
line-height: 2em;
  background-image: -webkit-linear-gradient(left, #c4ffd4, #c4ffd4, #49c668);
  background-image: -moz-linear-gradient(left, #c4ffd4, #c4ffd4, #49c668);
    background-image: -o-linear-gradient(left, #c4ffd4, #c4ffd4, #49c668);
  background-image: -ms-linear-gradient(left, #c4ffd4, #c4ffd4, #49c668);
    background-image: linear-gradient(left, #c4ffd4, #c4ffd4, #49c668);
}


.comment2 {
color: white;
border: double 4px #cc9933;
background-color: #c4ffd4;
margin: 40px 0px 40px 0px;
padding: 20px;
border-width:　5px;
font-size:110%;
line-height: 2em;
  background-image: -webkit-linear-gradient(left, #339966, #006633, #003300);
  background-image: -moz-linear-gradient(left, #339966, #006633, #003300);
    background-image: -o-linear-gradient(left, #339966, #006633, #003300);
  background-image: -ms-linear-gradient(left, #339966, #006633, #003300);
    background-image: linear-gradient(left, #339966, #006633, #003300);
}


.catchgreen {
border: solid 1px #2d9600;
background-color: #c4ffd4;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
font-size: 90%;
font-weight:normal;
}

.catchblue {
border: solid 1px #7c7396;
background-color: #c4daff;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
font-size: 90%;
font-weight:normal;
}


.catchpink {
border: solid 1px #ff4500;
background-color: #f9c4ff;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
font-size: 90%;
font-weight:normal;
}

.catchsky {
border: solid 1px #31c9cc;
background-color: white;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
color: navy;
font-size: 90%;
font-weight:normal;
}


.catchorange {
border: solid 1px #b85000;
background-color: coral;
color: white;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
font-size: 90%;
font-weight:normal;
}


.catchwood {
border: solid 1px #6b2a14;
background-color: wheat;
margin: 0px 10px 0px 10px;
padding: 10px;
border-width:　5px;
font-size: 90%;
font-weight:normal;
}


.catchfb {
border: solid 5px #f0ffff;
background-color: #1e2e54;
color: #ffffff;
margin: 0px 0px 40px 0px;
padding: 20px;
border-width:　5px;
font-size: 150%;
font-weight: bold;
align: center;
}

.catchred {
border: solid 1px #ffce6d;
background-color: #dd0300;
color: #ffffff;
margin: 0px 0px 40px 0px;
padding: 20px;
border-width:　5px;
font-size: 120%;
font-weight: bold;
}


.catchcrimson {
border: solid 1px #ff996d;
background-color: crimson;
color: #ffffff;
margin: 20px 0px 20px 0px;
padding: 20px;
border-width:　5px;
font-weight: bold;
}



.linkkakko {
text-align: center;
border: none;
margin: 0 auto;
padding: 30px 20px 30px 20px;
}

.link {
font-size:110%;
}





.nest {
border: none;
margin: 0;
padding: 15px 15px 15px 15px;
font-size:100%;
background-image: url(img/bg3.jpg);
background-repeat: repeat;
}


hr {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}


/*--------------------------table cell-----*/


.banner {
width: 65%;
border-collapse;
}

.banner th{
width: 50%;
padding: 5px;
text-align: left;
vertical-align: middle;
border: 0px:
font-size:120%;
}

.banner td{
font-weight: bold;
padding: 5px;
border: 0px;
}


table#tables1 {
    width: 560px;
    table-layout: fixed;
    border: 0px silver solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0px 20px 0px;
}

table#tables1 th {
   font-size: 100%;
    width:100px;
    padding: 20px;
    border: silver solid;
    border-width: 1px 0px 1px 0px;
    font-weight: bold;
    line-height: 2em;
 vertical-align: middle;}

table#tables1 td {
   font-size: 100%;
    width: 414px;
     padding: 20px;
    border: 0px silver solid;
    border-width: 1px 0px 1px 0px;
    line-height: 1.7em;
    vertical-align: middle;}

table#tables2 {
    width: 600px;
    table-layout: fixed;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0px 20px 0px;
}

table#tables2 th {
   font-size: 100%;
    padding: 20px;
    border-width: 1px 0px 1px 0px;
    font-weight: normal;
    line-height: 2em;
    vertical-align: top;}

table#tables2 td {
   font-size: 100%;
     padding: 20px;
    border: 0px silver solid;
    border-width: 1px 0px 1px 0px;
    line-height: 1.7em;
    vertical-align: top;}


table#cdindex {
    width: 560px;
    table-layout: auto;
    border: 0px silver solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0px 20px 0px;
}

table#cdindex th {
   font-size: 92%;
    padding: 20px;
    border: silver solid;
    border-width: 1px 0px 1px 0px;
    font-weight: normal;
    line-height: 1.3em;
    vertical-align: top;}

table#cdindex td {
   font-size: 92%;
     padding: 20px;
    border: 0px silver solid;
    border-width: 1px 0px 1px 0px;
    line-height: 1.3em;
    vertical-align: text-top;}


table.album {
	    border-collapse: separate;
	    text-align: center;
	    line-height: 1.2;
	    border-top: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;}

table.album th {
	    padding: 30px;
	    font-weight: bold;
	    vertical-align: top;}

table.album td {
        padding: 30px;
        vertical-align: top;}



.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}



.myButton2 {
  background: #ff8f8f;
  background-image: -webkit-linear-gradient(top, #ff8f8f, #ff4297);
  background-image: -moz-linear-gradient(top, #ff8f8f, #ff4297);
  background-image: -ms-linear-gradient(top, #ff8f8f, #ff4297);
  background-image: -o-linear-gradient(top, #ff8f8f, #ff4297);
  background-image: linear-gradient(to bottom, #ff8f8f, #ff4297);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 0px 6px #666666;
  -moz-box-shadow: 0px 0px 6px #666666;
  box-shadow: 0px 0px 6px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.myButton2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.page {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  text-shadow: 1px 2px 2px #666666;
  -webkit-box-shadow: 2px 3px 6px #666666;
  -moz-box-shadow: 2px 3px 6px #666666;
  box-shadow: 2px 3px 6px #666666;
  font-family: Arial;
  color: #fa6705;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  border: solid #969996 1px;
  text-decoration: none;
}

.page:hover {
  background: #dbdbdb;
  text-decoration: none;
}

/*--------------------------サイドメニュータイトル部分*/
.side-title {
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0.3em;
  padding-bottom: 4px;
  border: 5px outset #eee;
  background-color: lavender;
}

.new {
color:ffffff;
background-color:#dc143c;
}

.click {
font-weight: bold;
font-size: 1.2em;
color:ffffff;
background-color:#66cdaa;
}

.information {
font-weight: bold;
font-size: 1.3em;
color:white;
border: 5px outset #dc143c;
background-color:#dc143c;
}

/*----------------------------グローバルメニューナビ部分*/

/* 親メニュー */
#dropmenu {
  list-style-type: none;
  width: 150px;
  margin: 5px auto 300px;
  padding: 0;
}

#dropmenu li {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 10px 15px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 0px outset #eee;
  color: linen;
  background: #cd853f;
  background-image: -webkit-linear-gradient(#f7ffaa, #773900);
  background-image: -moz-linear-gradient(#f7ffaa, #773900);
    background-image: -o-linear-gradient(#f7ffaa, #773900);
  background-image: -ms-linear-gradient(#f7ffaa, #773900);
    background-image: linear-gradient(#f7ffaa, #773900);
}

/* 子メニュー */
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  font-size: 12px;
  top: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}

#dropmenu li ul li a {
  padding: 15px 10px 15px 10px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: linen;
  background: #cd853f;
  background-image: -webkit-linear-gradient(#f7ffaa, #773900);
  background-image: -moz-linear-gradient(#f7ffaa, #773900);
    background-image: -o-linear-gradient(#f7ffaa, #773900);
  background-image: -ms-linear-gradient(#f7ffaa, #773900);
    background-image: linear-gradient(#f7ffaa, #773900);
}

/* マウスを乗せた時 */
#dropmenu > li:hover > a {  background: #773900 }
#dropmenu > li:hover li:hover > a {  background: #751800 }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

/* 下の階層があることを示す矢印 */
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: linen;
}

#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: linen;
}


/*--------------------------フッター部分*/
#footer p {
  color: white;
  font-weight: bold;
  text-align: center;
}

/*--------------------------削除不可部分*/
#cds {
  font-size: 70%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
  padding-left: 5px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: darkgrey;
}

/*--------------------------Lightbox*/

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
