@import url("../../main.css");

body{
  color: #eeeeee;
  background-color:#000000;
	margin-top:5px;
  background-image: none;
	}
a:link { 
	color: #cc0000;
	text-decoration: underline;
	}
a:visited { 
	color: #cc0000;
	text-decoration: underline;
	}
a:active {
	color: #f10000;
    text-decoration:underline;
	}
a:hover { 
	color: #f10000;
	text-decoration: underline;
	}

img{
	border-width:0px;
  width:224px;
  height:106px;
  margin-top:11px;
  margin-bottom:11px;
}

/* ヘッダ */
#header{
  margin: 1.2em 5%;
  text-align: center;
}
#header p{
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0.1em 10% 0.1em 0.1em;
  padding:1px 10px;
  margin: 0 0 0 1.25em;
  background-color:transparent;
}
h1{
  text-align: left;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.3em 10% 0.3em 0.1em;
  padding: 0.1em 0.5em;
  border-bottom: 1px solid #aa0000;
}
h2{
  text-align: right;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.3em 0.1em 0.3em 10%;
  padding: 0.1em 0.5em;
  border-bottom: 1px solid #aa0000;
}

/* main */
div.main{
  margin: 1.5em 9%;
  padding: 0;
  text-align: left;
  border: 1px solid #333333;
  background-color:transparent;
}
p{
  margin: 0 2px;
  padding: 0 0.2em;
  text-indent: 1.2em;
  line-height: 1.3em;
}
h3{
  text-align: left;
  color: #bbbbbb;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.3em 10% 0.3em 0.3em;
  padding: 0.1em 0.1em 0.1em 1.5em;
  border-top: 0px;
  border-bottom: 1px solid #770000;
}
h4{
  text-align: right;
  color: #aaaaaa;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0.3em 0.3em 0.3em 40%;
  padding: 0.1em 2.3em 0.1em 0.1em;
  border-bottom: 1px solid #770000;
}
p.brank{
  margin-top: 1.1em;
}
p.credit{
  text-align:right;
  padding-right:50px;
  margin:4px;
}
p.next{
  margin: 0.9em 0 0 0;
  background-color: #333333;
  padding: 1px 2.4em 1px 0.2em;
  text-align:right;
}

/* メニュー */
table.main{
  margin: 1.2em auto;
  border-style:solid;
  border-width:1px;
  border-color:#660000;
  background-color:#220000;
}
td.title{
  width: 200px;
  text-align:left;
  padding-left:0.2em;
  border-color:#660000;
  background-color:#111111;
  border-width:1px;
  border-style:solid;
}
td.text{
  width: 420px;
  text-align:left;
  padding-left:0.85em;
  border-color:#660000;
  background-color:#050505;
  border-width:1px;
  border-style:solid;
}


