@charset "utf-8";
/* CSS Document */

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

ol,ul {
	list-style: none;
	}

table{
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: normal;
	}
em {
	font-style: normal;
	}
select,
input,
textarea {
	font-size: 100%;
	/* font-weight: normal; */
	}
	
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}
textarea {
	overflow: auto;
	}

img,
input {
	vertical-align: middle;
	}
/* 一括で全ての要素の余白をゼロに指定 */
/* * {
  padding: 0;
  margin: 0;
} */

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
/* body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
} */

body {
	  -moz-background-clip:border;
      -moz-background-inline-policy:continuous;
      -moz-background-origin:padding;
      background: #ffffff none repeat scroll 0 0;
      color: #333;
	  font-family:Meiryo, "メイリオ",
			      "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",
			      Osaka,
			      "MS P Gothic", "ＭＳ Ｐゴシック",
			      sans-serif;
	  font-size: 100%;
	  line-height: 1.5;
	  }

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
  border: 1px solid #cccccc;
}

#header {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  }

#container {
  width: 100%;
}

/* 実質700px */
#contents { padding: 0 50px 2em; }

#footer {
  padding: 1em 0 1.5em;
  border-top: 1px solid #cccccc;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-weight: bold;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}

/* -- 概要 -- */
.description {}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
   color: #444;
   font-size: 90%;
   font-weight: bold;
   margin-bottom: 10px;
   padding: 5px 0 5px 5px;
   }

h2,h3,h4,h5,h6 {
  border-left: 5px solid #666;
  border-bottom: 1px solid #666;
  }

/* h3,h4,h5,h6 { margin-top: 2.5em; }*/

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
}

#contents p.text {
  font-size: 75%;
  margin-bottom: 1.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; }

