@charset "UTF-8";

body {
  text-align: center;
  font-family: 'Hiragino Mincho ProN', serif;
  padding:0;
  margin: 0;
  background-color: #a5b8c0;
}

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  padding: 10px 10px 10px;
  width: 900px;
}

#header {
  height: 170px;
  background: #d6dfe2;
}

.header-logo {
	clear: both;
	position: relative;
	padding: 10px 30px;
	height: 80px;
	background-image: url(../images/logo.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.header-copy {
	padding: 0px 15px;

}

.header-nav {
	clear: both;
}

.header-nav ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-nav li {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

.header-nav li a {
	width:auto;
	color:#fff;
	text-shadow: -1px -1px 0px #333, 1px 1px 0px #555;
	padding:10px 0;
	font-weight: bold;
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	border-left:1px solid #444;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	-1px 0px 0px rgba(225,225,225,0.3) inset,
	0px 1px 1px rgba(0,0,0,0.1) inset,
	0px -1px 1px rgba(0,0,0,0.3) inset,
	0px 1px 3px #666;
}

.header-nav li a:hover {
	background:#555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
             -1px 0px 0px rgba(225,225,225,0) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
}


#contents {
	float: left;
	width: 900px;
	background-color: #fff;
}

.contents-single {
	clear: both;
	position: relative;
	padding: 20px;
}

#sidebar {
  width: 230px;
  float: left;
}

#footer {
  clear: both;
  padding: 0.5em 0 0.5em;
  background-color: #d6dfe2;
}

#footer p {
	text-align: center;
	font-size: small;
}

.center {
	text-align: center;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */
h1 {
  font-size: large;
  font-weight: bold;
  text-align: right;
}

/* サイトタイトル */
#header .logo {
  font-size: 150%;
  font-weight: normal;
  line-height: 1em;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

#header p {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

/*-- 見出し --*/
h2,h3,h4,h5,h6 {
  font-size: larger;
}

/*-- 文字 ---*/
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}