/* 初期設定 */
* {
	font-size: 12px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border: 0;
}

strong {
	font-weight: bolder;
	font-size: inherit;
	color: #090;
}
big {
	font-weight: bolder;
	font-size: 1.6em;
	color: inherit;
}
small {
	font-weight: normal;
	font-size: 0.9em;
	color: inherit;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
table {
	border-collapse: collapse;
}

a {
	display: inline-block;
	font-weight: bolder;
	color: #F90;
	font-size: inherit;
	text-decoration: none;
}
a:hover {
	background: #333;
}
a:visited {
	font-weight: bolder;
	color: #F00;
	font-size: inherit;
	text-decoration: none;
}
hr {
	clear: both;
	margin: 2em 0;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ベース設定 */
body {
	width: 100%;
	height: 100%;
	background: url(../img/wp-background.gif) repeat;
}
#wrapper {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	background: #000;
}
#wrapper h1 {
	width: 760px;
	height: 170px;
	border-bottom: 2px solid #F90;
	background: url(../img/wphptop.jpg) top center no-repeat;
	vertical-align: bottom;
}
/* メニュー */
#wrapper #menu {
	width: 100%;
	margin: 0 auto;
	height: 2em;
	background: #999;
}
#wrapper #menu ul {
	width: 600px;
	margin: 0 auto;
}
#wrapper #menu li {
	float: left;
	list-style: none;
	margin: auto 0.5em;
	white-space: nowrap;
}
* html #wrapper #menu li {
	float: left;
	display: inline-block;
	width: 1em;
	white-space: nowrap;
}
#wrapper #menu li a, #wrapper #menu li a:visited {
	display: block;
	padding: 0.2em 0.5em;
	font-size: 1em;
	font-weight: bolder;
	color: #444;
	text-decoration: none;
	line-height: 1.5em;
}
#wrapper #menu li a:hover {
	background-color: #333;
	color: #fff;
	font-weight: bolder;
}

/* メニュープルダウン */
#wrapper #menu li ul#pull {
	display: none;
}
#wrapper #menu li:hover ul#pull {
	display: block;
	position: absolute;
	z-index: 100;
	}
#wrapper #menu li:hover ul#pull li {
	clear: both;
	width: 200px;
	margin-left: -0.1em;
	background: #eee;
	border-bottom: 0.5px solid #cecece;
}
/* メイン画像 topview */
#wrapper #topview {
	width: 610px;
	height: 315px;
	margin: 1em auto;
}
#wrapper #topview #leftcolumn {
	float: left;
	background: #090;
	width: 190px;
	height: 315px;
}
#wrapper #topview #leftcolumn h2 {
	padding: 0.5em;
	color: #030;
	font-size: 1.2em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #topview #leftcolumn dl {
	margin-left: 0.5em;
	margin-top: 0.5em;
}
#wrapper #topview #leftcolumn dt {
	font-size: 0.9em;
	font-weight: bolder;
	color: #222;
}
#wrapper #topview #leftcolumn dd {
	margin-left: 1em;
	margin-bottom: 1em;
	color: #900;
	font-weight: bolder;
}
#wrapper #topview #leftcolumn p {
	padding: 0.5em;
	font-size: 1em;
}
#wrapper #topview #leftcolumn p a, #wrapper #topview #leftcolumn p a:visited {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bolder;
	text-decoration: underline;
	color: #C00;
}
#wrapper #topview #rightcolumn {
	float: left;
	width: 420px;
	height: 315px;
}

/* コンテンツブロック */
#wrapper #contents {
	width: 610px;
	margin: 1em auto;
	background: #333;
}
/* コンテンツブロック　フッタ */
#wrapper #contents #contents-footer {
	width: 4em;
	margin: 1em auto;
}

/* 共通コンテンツボックス　白枠 */
#wrapper #contents dl dd {
	width: 608px;
	background: #000;
	border: 1px solid #888;
	margin-bottom: 1em;
	color: #ccc;
	font-weight: bold;
}

/* コンテンツブロック　メインボックス  */
#wrapper #contents dl dd #innermiddle {
	width: 95%;
	margin: 1em auto;
	clear: both;
}
#wrapper #contents dl dd #innermiddle p {
	font-size: inherit;
	margin: 1em 0;
}
/*　フッタ　*/
#wrapper #footer {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 1.2em;
	background: #900;
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: bolder;
}

