@charset "utf-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
  }





/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  text-align: center;
  font-size: 1em;
  font-family:  "Arial", "メイリオ", serif;
  padding: 0;
  margin: 0;
  background-attachment:scroll,local ;
  background-color: rgb(240, 236, 236);
  background-image: url(mv.jpg) ;
  background-repeat:no-repeat;
  background-size: auto ;
  background-position:5cm 3cm; 
  
}
 


/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: center;
  margin: 0em auto 0;
  width: 800px;
  border: 1px solid #ccccccc4;
}

#header {
  padding: 20px 20px 10px;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  width: 100%;
  padding-top: 1.5em;
}

/* 実質700px */
#contents { padding: 0 50px 2em; }

#footer {
  padding: 1em 0 1.5em;
  border-top: 1px solid #cccccc;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  color:#e2c311;
  font-weight:bold;	
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 4em;
  margin-bottom: 2.5em;
  color: #0400ff;
}

.logo a{
  text-decoration: underline dotted;
  color: #e79b0d;
  font-size:1em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;	
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}



/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
  width: 800px;
  list-style-type: none;
  position:relative ;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: bold;  
  }



/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
  font-size: 2.5em;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 5px 0 5px 5px;
  background-color: #e9dddd;
  border-left: 1px solid #000000fb;
  border-bottom: 1px solid #000000;
}

h3 {
  color: #000066;
  font-size: 1.7em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height:200%;
  border: solid 1px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

h4 {
  font-size: 1.5em;
  margin-top: 0em;  
 
}

h5 {  
  font-family: "Gill Sans", sans-serif;
  font-size: 1.5em;
  margin-top: 0em;
  color:#e2c311;
}

h6 {
  font-size: 1em;
  margin-top: 0em;
}

h7{
  font-size: 1.1em;
  margin-top: 1em;
  margin-block-end: 1em;
  color: rgb(245, 43, 8);
  }

.box30 {
  margin: 1em 0;
  background: #f8f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
  font-size: 1.8em;
  background: #5fc2f5;
  padding: 2px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box30 p {
  font-size: 0.5em;
  padding: 10px;
  margin: 0em;
}

/* -- 文字 -- */
#contents p {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 0.5em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }