@charset "Shift_JIS";
p {
	width: 550px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 20px;
}
.style1 {
	color: #006633;
	text-decoration: underline;
}
.style3 {
	font-size: 10px;
	color: #333333;
}


/* ƒŠƒ“ƒN */
a:link{
	color:#006633;
	text-decoration:underline;
	font-size: 11px;
}
a:visited{
	color:#006633;
	text-decoration:underline;
}
a:hover{
	color:#669933;
	text-decoration:none;
}
a:active{color:#666666;text-decoration:none;}
#main {
	background-image: url(../img/bg.jpg);
	padding-top: 0px;
	background-position: center top;
	background-repeat: repeat-y;
	height: 1200px;
}

