@charset "utf-8";
/* CSS Document */

body {
	background: #B8AC84;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000;
	width: 400px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 21px;
}

.bodytext{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 21px;
}

.footer{
	color:#FFF;
	font-size: 10px;
	line-height: 25px;
}
.outline{
	border: 3px solid #000;	
}
.navi_outline{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
.navi_outline_bottom{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;	
}

.image{
	border: 3px solid #000000;
}
html 
      {

     overflow-y: scroll;
      }
