@charset "Shift_JIS";
body {
   text-align: center;
   margin: 0;
   padding: 0;
}
h1, p {
    margin: 0;
	padding:1px;
}

p {
 text-indent: 1em;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
  width: 800px;
}

#content {
     width: 600px;
      float: right;
	 color: #000000;
	 background: transparent;
}

#sidebar {
     width: 200px;
	  float: left;
	 color: #ffffff;
	 background: transparent;
}

#maincontent {
     width: 590px;
      float: right;
	 color: #000000;
	 background: transparent;
}

#headcontent {
     width: 580px;
	  float: right;
	 color: #000000;
	 border-top-style: solid;
	 border-bottom-style: solid;
	 border-color: #6c0000 #6c0000;
	 border-width: 15px 15px;
	 line-height: 200%;
	 margin: 0;
	 padding: 3px 5px;
	 background: transparent;
}


#menu {
     width: 580px;
      float: right;
	  text-align: center;
	 color: #000000;
	 padding: 5px 5px;
	 background: transparent;
}

#main {
     width: 580px;
      float: right;
	 color: #000000;
	 padding: 15px 5px;
	 background: transparent;
}

#nextcontent {
     width: 580px;
      float: right;
	  text-align: right;
	 color: #000000;
	 margin-bottom:20px;
	 background: transparent;
}

#ps_content {
     width: 550px;
      float: right;
	  text-align: left;
	 color: #000000;
	 border-style: solid;
	 border-width: 2px;
	 margin: 10px;
	 padding: 5px 5px;
	 background: transparent;
}


#footer{
    width: 800px;         /* Internet Explorer̃oO΍ */
    clear: both;
	font-size:small;
	text-align: center;
    color: #ffffff;
	background: #6c0000;
}