@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 1000px;
  background: #fff url(img/bg-side.jpg) repeat-y 0 0;
}

#header {
  height: 200px;
  margin-bottom: 20px;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

#header-inner {
  width: 990px;
  height: 100%;
  position: relative;
  background: url(img/overloadgames.png) no-repeat 100% 10px;
}

#container {
  width:1000px;
  float: right;
}

#contents {
  margin-right: 10px;
  width: 730px;
  float: right;
  color: #000;
}

#left-sidebar {
  width: 220px;
  float: left;
  padding: 0 5px;

}

#right-sidebar {
  width: 0px;
  float: right;
  padding: 0 5px;
}

#footer
{
  padding: 20px 0 30px;
  background-color: #963;
  width:990px;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 200%;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 230px;
  color: #000;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50px;
  left: 260px;
}

.logo a {
  text-decoration: none;
  color: #666;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  bottom: 10px;
  left: 260px;
  color: #963;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  border-bottom: 2px ridge #000;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- サイドバータイトル -- */
.side-title
{
  background-color: #963;
  color: #eee;
}

/* -- プロフィール -- */
.profile {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 4px;
  background-color: #963;
}
.profile li{
  font-size: 90%;
  text-decoration: none;
  width: 200px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #c96;
  background-color: #c09060;
  color: #000;
}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 4px;
  background-color: #963;
}

.localnavi li { display: inline; }

.localnavi li a {
  font-size: 90%;
  text-decoration: none;
  width: 200px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #c96;
  background-color: #c09060;
  color: #000;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #c96;
  background-color: #330;
  color: #fff;
}


/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  width: 230px;
  padding: 0 0 3px 20px;
  clear: both;
  background: url(img/bg-cds.jpg) no-repeat 0 0;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #963;
}




/* -------------------------------------------------------------
   [7] Web Patioに関する指定 */

div.login-name {
	margin-top:0.3em;
	margin-bottom:0;
	width:95%;
	text-align:right;
}
div.bbs-menu {
	padding:1px;
	width:95%;
	text-align:right;
	background:#963;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
}
div.bbs-menu a {
	color:#fff;
}
table.bbs-item {
	border:1px solid #963;
	border-collapse:collapse;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}
table.bbs-item th {
	border:1px solid #963;
	padding:4px;
	background:#963;
	text-align:left;
	color:#fff;
}
table.bbs-item td {
	border:1px solid #963;
	background:#fff;
	padding:4px;
}
td.w2e {
	width:2em;
}
td.w3e {
	width:3em;
}
td.w50p {
	width:50%;
}

td.w8e {
	width:8em;
}
td.w10e {
	width:10em;
}
td.w12e {
	width:12em;
}
td.w14e {
	width:14em;
}
td.update {
	font-size:90%;
}
td.td-b {
	white-space:nowrap;
	font-weight:bold;
}
td.td-c {
	text-align:center;
}
td.td-r {
	text-align:right;
}
div.icon {
	margin:1.5em auto;
	text-align:center;
	width:95%;
	border:1px solid #963;
	background:#fff;
	padding:4px;
}
div.icon img {
	text-align:center;
	vertical-align:middle;
	margin-left:1.5em;
}

div.pages {
	margin:1.5em auto;
	width:95%;
	border:0px;
	padding:4px;
}

div.obi {
	text-align:center;
	padding:2px;
	background:#963;
	color:#fff;
	font-weight:bold;
}
div.note {
	width:97%;
	background:#fff;
	border:1px solid #963;
	margin:1em;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
p.close {
	text-align:center;
	margin-top:3em;
}
p.close input {
	width:80px;
}
div.main {
	text-align:center;
}
div.bbs-navi {
	width:95%;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}
div.art-head,div.art-body {
	width:95%;
	text-align:left;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
}
div.art-head {
	border:1px solid #963;
	background:#c09060;
	font-weight:bold;
}
div.art-body {
	border-left:1px solid #963;
	border-right:1px solid #963;
	border-bottom:1px solid #963;
	background:#fff;
	margin-bottom:1em;
}
div.art-head img, img.capt {
	vertical-align:middle;
}
div.art-body img, div.edit img {
	vertical-align:middle;
	border:none;
}
div.edit {
	text-align:right;
}
table.bbsform {
	border-collapse:collapse;
	margin:1em auto;
	width:95%;
}
table.bbsform th, table.bbsform td {
	border:1px solid #963;
	background:#fff;
	padding:5px;
	white-space:nowrap;
}
table.bbsform th {
	width:110px;
}
td.small {
	font-size:75%;
	color:green;
}
div.submit-btn {
	width:95%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div.submit-btn input {
	width:150px;
	height:30px;
}
p.red {
	color:#dd0000;
}
div.msg-box {
	margin-top:3em;
	border:1px solid #963;
	background:#fff;
	width:450px;
	padding:2em 0;
	text-align:center;
}
input.msg-btn {
	width:110px;
	margin:1.5em;
}
td.smile img {
	vertical-align:middle;
	border:none;
	margin-right:3px;
}
input.find-btn {
	width:100px;
	margin-left:1.5em;
}
p.hit-msg {
	width:95%;
	text-align:left;
	color:#bb0000;
	margin-left:auto;
	margin-right:auto;
}
p.pg-btn {
	width:95%;
	text-align:left;
	font-family:Verdana,Arial,Helvetica;
	margin-left:auto;
	margin-right:auto;
}
table.enter {
	border-collapse:collapse;
	margin-top:1em;
}
table.enter th, table.enter td {
	white-space:nowrap;
	border:1px solid #8080c0;
	padding:7px;
}
table.enter th {
	background:#dcdced;
}
table.enter td {
	background:#fff;
}
input.enter {
	width:180px;
}
table.ent-msg {
	margin-top:1.5em;
	margin-left:auto;
	margin-right:auto;

}
input.ent-btn {
	margin-top:1em;
	width:100px;
}