@charset "Shift_JIS";
/* formatting style
------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 1.5;
	font-family: sans-serif;
	font-weight:500;
}
/* basic layout
------------------------------ */
#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
#main {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
/* main styles
------------------------------ */
#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1px;
}
#main hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
#main h3 {
	font-size: 130%;
	margin-bottom: 15px;
	color: #a50082;
	line-height: 1.5;
}
#main h4 {
	font-size: 110%;
	margin-bottom: 15px;
	color: #0066FF;
	line-height: 1.5;
}
#main h5 {
	font-size: 100%;
	color: #006699;
	line-height: 1.5;
}
#read {
	font-weight: bold;
	font-size: 120%;
	color: #393f4c; 
	line-height: 5.0;
}
#text {
	font-size: 100%;
	line-height: 2.5;
}
#italic {
	font-style: italic;
}
#question {
	font-weight: bold;
	font-size: 100%;
	color: #065ca8;
	line-height: 2.5;
}
#subcatch {
	font-weight: bold;
	font-size: 110%;
	color: #ed6c00; 
	line-height: 2.5;
}
#kanai {
	font-weight: bold;
	font-size: 100%;
	color: #0068b7;
	line-height: 2.5;	
}
#pec {
	font-weight: bold;
	font-size: 100%;
	color: #a47e3c;
	line-height: 2.5;	
}
#margintext {
	font-size: 100%;
	line-height: 2.5;
	margin-left: 10.5em;
}
#credit {
	font-size: 100%;
	line-height: 2;
	text-align: right;
}
#profilename {
	font-size: 100%;
	line-height: 2.5;
	font-weight:700;
}
#note {
	font-size: 100%;
	line-height: 2.5;
}
#profile {
	font-size: 90%;
	line-height: 1.5;
}
img.right {
	margin: 0px 0px 5px 15px;
	float: right;
}
img.left {
	margin: 0px 15px 5px 0px;
	float: left;
}
img.rightd {
	margin: 5px 0px 5px 15px;
	float: right;
}
img.leftd {
	margin: 5px 15px 5px 0px;
	float: left;
}
img.border {
	margin: 0px 15px 5px 0px;
	float: left;
	border: 1px #878788 solid;
}
/* pagenavi
------------------------------ */
ul.pager {
	  font: 90% Arial, Helvetica, sans-serif;
	  list-style:none;
}
ul.pager li {
      float: left;
      margin-right: 3px;
      border: 1px #b5b5b5 solid;        	
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 1px 5px;
      color: #000000;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 1px 5px;
      background: #8e8e8e;
      color: #FFFFFF;
}
#back {
	  font: 90%;
	  border: 1px #b5b5b5 solid;   
	  padding: 0px 10px;
	  float:right;
}
#back2 {
	  font: 90%;
	  border: 1px #b5b5b5 solid;
	  text-align: center;
	  margin-left: 240px;
	  margin-right: 240px;
}