@charset "UTF-8";

/* カスタム */
/* same-1:ページ下部の部分 */

a:link{
  color: #ff6666;
}
a:visited{
  color: #ff6666;
}
a:hover{
  color: #ffaaaa;
}

/* 背景・色 */
#header{
  background-image: url(header-back.jpg);
}
#top-gazou{
  background-image: url(top-gazou-back.jpg);
  background-size: cover;
  background-position: 50% 100%;
}
#top-gazou2{
  background-image: url(top-gazou-back2.jpg);
  background-size: cover;
  background-position: 100% 30%;
}
body{
  background-image: url(body-back.jpg);
  background-position: 100% 0%;
}
#inner{
  background-image: url(inner-back.jpg);
  background-position: 100% 0%;
}
#aside dl dt{
  background-image: url(aside-back.jpg);
}
#footer{
  background-image: url(footer-back.jpg);
  background-attachment: fixed;
  background-position: 100% 0%;
}
#footer p a{
  color:#333333;
}
#footer p a:hover{
  color:#999999;
}
#top-nav-left,#top-nav-right{
  background-image: url(top-nav.jpg);
}
.dtable{
  border-color: #cccccc;
}
.dtable .cell-1{
  background-color: #f4f4f4;
}
.dtable .cell-2{
  background-color: #ffffff;
}
/* pc-nav */
#pc-nav{
  text-align: right;
  background-image: none;
  background-color: transparent;
}
.dropmenu li{
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  color: #333333;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #660000;
  background-image: none;
  background-color: transparent;
}
.dropmenu li a{
  color: #333333;
}
.dropmenu li a:hover{
  color: #ffcc00;
}
.dropmenu li p{
  font-size: 16px;
  font-weight: bold;
  text-shadow: 
    white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  padding: 5px 10px;
}
.dropmenu li ul li p{
  padding: 20px;
}
/* top-nav */
#top-nav-left{
  border-right: solid 1px #ffffff;
}
/* slide-nav */
#slide-nav{
  border-left: 1px solid #330000;
}
#slide-nav li{
  border-bottom: 1px solid #330000;
}
#slide-nav li p{
  padding: 20px 5px;
}
#slide-nav li p::before{
  color: #ffcc00;
  content:"■";
  padding-right: 3px;
}
#slide-nav a{
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
#slide-nav a:hover{
  color: #ffcc00;
}
/* top-gazou-hako */
.top-gazou-hako{
  padding: 80px 15px;
}
/* 見出し */
.midashi1{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.midashi2{
  font-size: 23px;
  font-weight: bold;
  color: #333333;
  padding: 15px;
  margin: 0px 0px 25px 0px;
  display: block;
  text-align: center;
  border-radius: 20px;
}
.midashi3{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 15px;
  margin: 0px auto;
  display: block;
  text-align: center;
  line-height: 1.4;
  background-color: #fafafa;
  text-shadow: 2px 2px 2px #aaaaff;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: #5555ff;
  border-radius: 0px;
  background-image: url(midashi3.jpg);
}
.midashi4{
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 3px #6666ff;
}
.midashi4::before{
  color: #8080ff;
  padding-right: 5px;
  content: "■";
}
.midashi5{
  font-size: 18px;
  font-weight: bold;
  color: #6666ff;
  text-align: left;
  display: inline-block;
}
.top-midashi{
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  text-shadow: 
    #8080ff 1px 1px 10px, #8080ff -1px 1px 10px,
    #8080ff 1px -1px 10px, #8080ff -1px -1px 10px;
}
#page-top a{
  background-color: #000099;
}
#page-top a:hover{
  background-color: #0000ff;
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width:1180px){
/* スマホ時のカスタムトップ画像の調整 */
.midashi2{
	font-size:23px;text-align:left;
}
.midashi3{
	font-size:23px;text-align:left;
}
.midashi4{
	font-size:20px;text-align:left;
}
.midashi5{
	text-align:left;
}
.top-midashi{
	font-size:32px;
}
#top-gazou{
	background-position:50% 50%;background-attachment:scroll;
}
#top-gazou2{
	background-position:50% 50%;background-attachment: scroll;
}
body{
	background-attachment:scroll;
}
#inner{
	background-attachment:scroll;
}
#footer{
	background-attachment:scroll;
}
}
/* ＝＝＝＝＝＝＝＝＝＝カスタムスマホ用ここまで＝＝＝＝＝＝＝＝＝＝ */

/* 
.top-midashi{
  text-shadow: none;
}
.dropmenu li p{
  text-shadow: none;
}
 */
