﻿* {
  margin:0; padding:0;
}

header {
}

footer {
  clear: both;
  bottom: 0;
}

/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
*/
body {
  color: #333333;
  background-image: url(http://upl-gravedigger.boo.jp/upl_bg.gif);
}
h1 {
  font-size: 140%;
  background-color: #0060ff;
  color: #ffffff;
  align-content: center;
  padding: 5px;
}
h1:before {
  content: "";
  display: inline-block;
  width: 30px; 
  height: 30px; 
  background: url(http://upl-gravedigger.boo.jp/mutron_icon.gif) no-repeat;
  margin: 0px 10px;
  position: relative;
  top: 5px;
}

h2 {
  margin: 10px 0px;
  font-size: 120%;
}

h3 {
  font-size: 100%;
}

a {
  text-decoration: none;		/*リンク部分を下線無しにする*/
}

hr {
  margin: 25px;
  align: center;
}

div#wrap {
  width: 960px;
  margin: 20px auto;
  x-border: dashed 1px #999;
}


div#main {
  width: 800px;
  margin: 10px 15px;
  float: left;
  x-border: dashed 1px #999;
}

div#sub {
  width: 110px;
  margin-top: 10px;
  float: left;
  x-border: dashed 1px #999;
}
div#content {
  width: 710px;
	margin: 10px 20px; 
  padding: 10px 24px;
	border: 1px solid black;
  background-color: #fff;
  overflow: hidden;
  xbackground-image: url(http://upl-gravedigger.boo.jp/upl_bg_w.gif);
}
div#footer {
  width: 960px;
	margin: 10px;
  color: #fff;
  font-size: 60%;
  text-align: center;
  vertical-align:middle;
  background-color: #0060ff;
  display: table-cell;
  height: 60px;
}

div.trim {
overflow: hidden;
  width: 200px;
  height: 200px;
  border:1px solid black;
  margin: 2px;
  float: left;
}
img.fit {
  width: 100%;
  height: auto;
}
img.fit2 {
  width: auto;
  height: 100%;
}
div.desc_left {
  width: 220px;
  float:left
}

div.desc_right {
  width: 470px;
  float:left
}


ul#nav {
  width: 960px; 
  margin: 2px 0px;
  display: table;
  table-layout: fixed;
}

ul#nav li {
  list-style-type: none;
  display: table-cell;
  font-size: 90%;
  background-color:#0080ff;
  margin:1px;
}
ul#nav li:hover {
  background-color:#00d0ff;
  text-shadow: 2px 2px 2px rgba(0,0,0,10);
}

ul#nav li a {
  display: block;
  color: #ffffff;
  padding:10px 0px 9px 0px;
  text-align:center;
}

ul#nav2 {
  width: 960px; 
  margin: 2px 0px;
  display: table;
  table-layout: fixed;
}

ul#nav2 li {
  list-style-type: none;
  display: table-cell;
  font-size: 80%;
  background-color:#00a0ff;
}

ul#nav2 li:hover {
  background-color:#00d0ff;
  text-shadow: 2px 2px 2px rgba(0,0,0,10);
}

ul#nav2 li a {
  display: block;
  color: #ffffff;
  padding:10px 0px 9px 0px;
  text-align:center;
}

ul#nav3 {
  width: 960px; 
  margin: 2px 0px;
  display: table;
  table-layout: fixed;
}

ul#nav3 li {
  list-style-type: none;
  display: table-cell;
  font-size: 80%;
  background-color:#00b0ff;
}

ul#nav3 li:hover {
  background-color:#00d0ff;
  text-shadow: 2px 2px 2px rgba(0,0,0,10);
}

ul#nav3 li a {
  display: block;
  color: #ffffff;
  padding:10px 0px 9px 0px;
  text-align:center;
}

ul#text {
  margin: 15px 25px;
}


p.text {
  margin: 15px 5px;
}

p.text_n {
  margin: 1px 1px;
}

p.text_b {
  margin: 15px 5px;
  font-weight: bold;
}

p.text_q {
  margin: 5px;
  padding: 15px;
  background-color: #eee;
  font-size:95%;
  border: dashed 1px #999;
}

p.spec_text {
  font-size:90%;
  margin: 5px;
  padding: 5px 10px;
}
p.spec {
  font-weight: bold;
  font-size:85%;
  margin: 5px;
  padding: 5px 10px;
  background-color: #0060ff;
  color: white;
}
p.clear_both {
  clear:both;
}
p.role {
  text-align:right;
  font-size:80%;
}
p.name {
  text-align:right;
  font-weight: bold;
  font-size:100%;
}
p.author {
  text-align:right;
  font-weight: bold;
  font-size:105%;
  margin-right:15px;
}
p.comment {
  margin: 5px 10px;
  xfont-style: italic;
  font-size:90%;
  color:#d55;
}

/*
p.comment+p.comment {
  margin: 5px 10px 0px 10px;
  color:red;
}
*/

p.comment:before {
  content: "";
  display: inline-block;
  width: 17px; 
  height: 17px; 
  background: url(./bouzu.gif) no-repeat;
  margin: 4px 4px;
  position: relative;
  top: 7px;
}
p.caption {
  margin: 10px;
  font-size:80%;
  text-align:left;
  color:#eee;
  display:no-block;
}
p.back {
  font-size:90%;
  color:#202020;
}
p.back a:link{
  color:#303030;
  text-decoration: underline;
}
p.back a:visited{
  color:#404040;
}
p.back a:hover{
  color:#505050;
  font-weight: bold;
}
p.back:before {
  content: "";
  display: inline-block;
  width: 16px; 
  height: 16px; 
  background: url(./ninjakun.png) no-repeat;
  margin: 0px 2px;
  position: relative;
  top: 3px;
}



