@charset "shift_jis";

/* 基本スタイル */

body {
	/*text-align: center;*/
	line-height: 1.6em;
	font-size: 18px;
	color: #333333;

    font-family: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    background: #C1023D;/*6D0113;*/
}

/*=================
pagetopの設定
=================*/
.pagetop{
    position:fixed;
    right: 0;
    bottom:30px;
}

div, p, h1, h2, h3, h4, h5, h7 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;

}

h1,h2,h3,h4, h5, h7{
	clear:both;
}


/* 基本レイアウト */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;

}

#header {
position: relative;
}
#header p {
   position: absolute;
   top: 55%;
   left: 63%;
   right:-30%;
   font-size: 1.8em;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding:0;
  
   /*-----  type2   ------*/ `
   font-weight:bold;
  
  /*  http://ailaby.com/webtool/text_shadow/  */ 
	color: #ffffff;
    text-shadow:
          2px 2px 0px rgb(111, 0, 111),
         -1px -1px 0px rgb(255, 212, 255),
          3px 3px 4px rgb(255, 0, 255);
}

#header img {
  width: 100%;
 }



/* フッター */
#footer {
	text-align: center;
	line-height: 64px;
	height: 64px;
	font-size: 1.2em;

	/*
	background-image: url(./img/footer.gif);
	background-repeat: repeat-x;
	*/
    background-image: url(./img/h4.jpg);

	background-position: left top;
	font-weight:bold;

  /*-----  type2   ------`
	
    text-shadow: 
		0 0 0.05em #F06292,
		0 0 0.10em #F06292,
		0 0 0.15em #F06292,
		0 0 0.30em #F06292;
    filter: saturate(80%);
  -------------------*/
   /*  http://ailaby.com/webtool/text_shadow/ */
   /*
    color: #ffffff;
    text-shadow:
        -1px -2px 9px rgb(255, 0, 0),
         3px -1px 5px rgb(255, 0, 255);

   */
	color: #ffffff;
    text-shadow:
          2px 2px 0px rgb(111, 0, 111),
         -1px -1px 0px rgb(255, 212, 255),
          3px 3px 4px rgb(255, 0, 255);

}


/* レイアウト差分 */

#contents {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
}


#main {
	width: auto;
}

#menu {
	width: auto;
	padding-top: 25px;
}

#text1 h3,text2 h3{
	position: relative;
	color:#FFFFFF;
	left: -40px;
	width: 865px;
	margin-top: 15px;
	margin-bottom: 15px;
}

form input {
	vertical-align: middle;
}

/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
}
#main h2,#main h3 {
	font-size: 22px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	margin-top: 5px;
	
	padding-left: 35px;
	
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;

	color: #ffffff;
    text-shadow:
          2px 2px 0px rgb(111, 0, 111),
         -1px -1px 0px rgb(255, 212, 255),
          3px 3px 4px rgb(255, 0, 255);
	background-image: url(./img/h4.jpg);

}

#main h4 {
	font-size: 18px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#ffffff;
	padding-left: 25px;
	overflow: hidden;
	padding-top: 17px;
	padding-bottom: 15px;
	background-image: url(./img/h4.jpg);

	/*
	background-color: #0C9;
	*/
   /*  http://ailaby.com/webtool/text_shadow/ */
    text-shadow:
        -1px -2px 9px rgb(255, 0, 0),
         3px -1px 5px rgb(255, 0, 255);


}



ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #006;

	
}
/*--------------------------------------------------------------
　メニューバー
----------------------------------------------------------------*/
li {
	float: left;
	border-right: 4px solid #ffffff;

}
li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 70px;
	text-decoration: none;
    
}

li a:hover:not(.active) {
	background-color: #CCC9C3;
}
.active {
	background-color: #ff0000;

	
}
/* -------- リンク */
a:hover{
	color:#FF0000;
   /*-----  type2   ------
   font-weight:bold;
   color: #ffffff;
   text-shadow: 
	 	0 0 0.05em #F06292,
		0 0 0.10em #F06292,
		0 0 0.15em #F06292,
		0 0 0.30em #F06292;
   filter: saturate(80%);

   
   	text-shadow:
        -1px -2px 9px rgb(255, 0, 0),
         3px -1px 5px rgb(255, 0, 255);
   -------------------*/

}

