/*ブラウザのＣＳＳのリセット*/

*{margin:0;padding:0}
h1,h2,h3,h4,h5,h6,p {font-size:100%;font-weight:normal;
margin:0px;padding:0px;
      }
img {border-style:none;text-decoration:none;}

/*ここまで*/

body {
       background-color:#7b9688;
       background-image:url();
       background-repeat:no-repeat;
       background-attachment:fixed;
       background-position:100% 0%;


}

/*リンク色指定*/

a {text-decoration:none;

   
}

 a:link  {color:#495c3e;}

 a:active{color:#990000;}
 a:visited{color:#495c3e;}
 a:hover {color:#990000;}

 a.link01{color:#2a7762;}


/*リンク色指定ここまで*/
  hr{
    color:#56534a;
    background-color:#56534a;
    border-style:none;
    height:1px;
    padding:0px;
    margin:0px;
    width:100%;
  }

#main {width:600px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;

}

    h1 { 
    	font-size: 120%; 
    	font-weight: normal; 
    	text-align: center; 
    	letter-spacing: 0.2em;
    	padding-bottom: 0.3em;
    	border-bottom: double 3px;
    }

    h2 { 
    	color: #ffffff; 
    	font-size: 100% ; 
    	font-weight: normal;
    	text-align : right; 
    }

    h3 { 
    	font-size: 100%; 
    	font-weight: normal; 
    	text-align: center; 
    	margin: 3px;  
    }

    h4 { 
    	font-size: 90%; 
    	font-weight: normal; 
    	text-align: left;  
    }
    span.title { 
    	padding: 3px 10px; 
    	border-bottom: double 3px;
    }

    div.document { 
       background-color:#ffffff;
       background-image:url();
       background-repeat:no-repeat;
       
       background-position:100% 0%;

    	padding: 50px;
    	border: 1px solid #005500; 
    	margin: 5px 0px 5px 0px;
    }

    div.link1 {
	background-color:#ffffff; 
    	color: #005500; 

    	font-size: 90%; 
    	padding: 2px 10px; 
    	border: solid 1px #005500;
         text-align:left;

    }

    div.link2 { 
	background-color:#ffffff;
    	color: #005500; 
    	font-size: 90%; 
    	text-align: right; 
    	padding: 2px 10px; 
    	border: solid 1px #005500;
    }

    div.info {
    	font-size: 90%;
    	line-height: 130%;
    	margin: 1em;
    	padding: 1em;
	text-align:left;
    }

    div.cinfo {	margin-bottom:3px;
		padding:0px;
		font-size:80%;
		line-height:130%;
		font-weight:normal;
       		font-family:'Osaka','MS P Gothic',sans-selif;
       		text-align:left;
           	color:#343434;
}

div.novel {margin-top:30px;
}

div.nlist {margin-top:10px;
}
		address {
			font-size: 90%; 
			font-weight: normal; 
			font-style: normal; 
			text-align: center; 
			margin-top: 30px; 
		} 

p {font-size:80%;
       line-height:130%;
       font-weight:normal;
       font-family:'Osaka','MS P Gothic',sans-selif;
       text-align:left;
           color:#343434;
}

