@charset ”UTF-8”;

* {
margin: 0;
padding: 0;
}

div:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div{
  min-height: 1px;
}

* html div{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	color: #000000;
	background: #E0E0E0 repeat-y top left;
}

#pageContainer {
	position: relative;
	width: 800px;
	margin: 0px auto;
	clear: both;
	background: #fff;
}

#head {
	background: url(../img/head.gif) no-repeat top left;
	left: 0;
	top: 0;
	width: 800px;
	height: 55px;
}

#home {
	position: absolute;
	top: 15px;
	left: 747px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 5px;
}

#main {
	width: 600px;
	left: 0px;
	top: 0px;
	position: relative;
	padding-bottom: 30px;
}

#top {
	width: 760px;
	height: 575px;
	background-image: url(../img/topimage.gif)

}


#sub {
  width: 200px;
  left: 600px;
  top: 60px;
  position: absolute;
}

h1 {
	display: none;
}

h2 {
	margin: 1em 15px 0.5em 15px;
	background: url(../img/h2_artfile.gif) no-repeat;
	height: 18px;
	font: bold 11pt 'ＭＳ Ｐゴシック';
}

h2 span,h3 span {
	display: none;
}

h3 {
	background: url(../img/h3_artfile.gif);
	font: bold 12pt 'ＭＳ Ｐゴシック';
	padding-left: 25px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

p {
	font: 10pt/1.4 'ＭＳ Ｐゴシック';
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0.5em;
}

#artfile {
	width: 560px;
	margin: 0px 20px;
	background: url(../img/bg_artfile.gif);
}

#download {

	text-align: right;
	vertical-align: middle;
	font: 10pt 'ＭＳ Ｐゴシック';
	padding: 2px;
	margin: 5px 20px 20px 20px;
}

#download img {
	vertical-align: middle;
	margin-left:10px;
}

#profile {
	margin: 0px 20px;
	padding: 10px 5px;
	clear: both;
	background: url(../img/bg_artfile.gif);
}

#profile dl {
	display: block;
	font: 10pt/1.4 'ＭＳ Ｐゴシック';
	margin-left: 90px;
}

#profile dt {
	font: bold 10pt/1.4 'ＭＳ Ｐゴシック';
}

#profile dd {
	font: 10pt/1.4 'ＭＳ Ｐゴシック';
}

#profile img {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}


.continue {
	text-align: center;
}

#page {
	clear: both;
	width:580px;
	margin: 10px 10px 20px 10px;
}

#page #prev {
	position; absolute;
	top: 0;
	left: 0;
	float: left;
	width: 75px;
	border: solid 0px red;
}

#page #number {
	font: 10pt/2 'ＭＳ Ｐゴシック';
	float: left;
	border: solid 0px red;
	width: 410px;
	text-align: center;
	margin: auto;
	
}

#page #next {
	position; absolute;
	top: 0;
	right: 0;
	float: right;
	width: 75px;
	border: solid 0px red;
}

#page #index {
	position; absolute;
	top: 0;
	left: 0;
	float: left;
	width: 410px;
	text-align: center;
	margin: auto;
}


/* ------------------------------
   id:sub 部分
------------------------------ */

#sub h3 {
  background: #02004a;
  color: #fff;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  margin-top: 15px;
  padding-top: 3px;
  line-height: 25px;
}

#sub ul {
  margin: 0px;
  list-style-type: none;
  font: 10pt/1.4 'ＭＳ Ｐゴシック';
}

#sub li {
  border-bottom: 1px solid #e0e0e0;
}

#sub li a {
  display: block;
  padding: 8px 5px;
  text-decoration: none;
}

#sub li a:hover {
  background: #eee;
}

#sub .navi {
  margin-top: 10px;
  margin-left: 10px;
}