﻿@charset "UTF-8";

body {
	width: 100%;
	font:14px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Sans-serif;
	background-color:#000000;
	color:#ffffff
}
header {
  width: 100%;
}
header h1 {
  text-align: center;
  color: #333333;
  font-size: 18px;
}
#wrap {
	padding: 10px;
}
section, nav {
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility:
	hidden;
}

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 10px;
  font-size: 150%;
  color: #dddddd;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
	font-size: 150%;
	width: 100%;
	list-style: none;
	text-align: center;
	background: url(img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #ffffff;
  text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #aaaaaa;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}



#page_back {
  margin: 10px 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #cccccc;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #333333;
}

footer p {
  padding: 10px;
  color: #cccccc;
  font-size: 80%
}

footer a {
  color: #cccccc !important;
}

footer a:hover {
  color: #999999 !important;
}

footer a:visited {
  color: #cccccc;
}

h2 {
	font-size: 100%;
	line-height:20px;
}
h3 {
	background: url(img/nav_bg_hover.gif) repeat-x;
	padding:0 0 0 20px;
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
	font-size:150%;
	line-height:40px;
	text-align:center;
}


