@charset "Shift_JIS";

body{
	text-align: center;
	width: 100%;
	color: black;
	background-color: rgb(233, 233, 233);
	background-image: url(site_img/bg3.png);
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 14px;
	line-height: 1.6em;
	margin-left: 30px;
	position: absolute;
}

#body2{
	background-color: rgba(255, 255, 255, 0.45);
}

#outline{
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
}

#header{
	width: 700px;
}

#main{
	padding-bottom: 80px;
	width: 750px;
	background-image: url(site_img/bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer{
	width: 800px;
}

p{
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right: 100px;
}

h1{
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

h2{
	font-size: 16px;
	color: rgb(204, 0, 0);
	background-color: transparent;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	margin-left: 15px;
}

h3{
	font-size: 14px;
	color: maroon;
	background-color: transparent;
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

h4{
	font-size: 14px;
	color: green;
	background-color: transparent;
	margin-left: 25px;
}

a:link{
	color: blue;
	text-decoration: none;
}

a:visited{
	color: purple;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}

a:active{
	color: red;
	text-decoration: none;
}

img {
	border: 0;
}

.pagetop{
	text-align: center;
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.6em;
}
