@charset "shift_JIS";

/* 全体設定           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}
/* body              */
body {
  font-size: 84%;
  font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  line-height: 150%;
  text-align: center;
  color: #e6efea;
  background-color:#000;
}

/* ================================================ */
/* 見出し           */
h1,h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ================================================ */
/* リンク            */
a {
  color: #b4cad8;
}
a:visited {
  color: #b4b4d8;
}
a:hover {
  color: #d8b4bc;
  text-decoration: none;
}

/* ================================================ */
/* 文字強調     */
em {
  color: #a27354;
}
strong {
  font-weight: bold;
  color: #a27354;
  border-bottom: 1px dashed #eee;
}

/* ================================================ */
/* 画像              */
img {
  border: 0;
  border-style: none;
}

/* ================================================ */
/* ページの整形     */
#container {
	text-align: left;
	padding-bottom: 20px;
	width: 650px;
	background-color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}


h3 {
	font-size: small;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-style: double;
	border-bottom-color: #3300FF;
	border-bottom-width: 1px;
}

h2 {
	font-size: medium;
	line-height: normal;
	color: #00FFFF;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00FFFF;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00FFFF;
}

