BODY	{
	background-attachment:fixed;
	background-repeat:no-repeat
}

/*リンク*/
a:link { /*リンク色*/
	color: #03FF62;
	text-decoration: none
}
a:visited { /*訪問済みリンク色*/
	color: #03FF62;
	text-decoration: none
}

/*▼入り口*/
/*ブロック*/
.enter_div {
	position: absolute;
	left: 20px;
	top: 700px
}
.enter {
	color: #03FF62;
	border: solid 1px #03FF62;
	line-height: 2;
	width: 350;
	padding: 1px;
	display: block;
	font-size: 13px;
	text-align: justify;
	text-justify: distribute-all-lines;
	layout-grid-char: auto
}

/*▼注意書き*/
/*ブロック*/
.cortion_div {
	position: absolute;
	left: 10px;
	top: 80px
}
/*文字*/
.cortion {
/* original	color: #A5DB93;*/
	color: #3eb370;
	/*border: solid 1px #A5DB93;*/
	width: 400;
	font-size: 13px
}

/*▼更新履歴*/
/*ブロック*/
.update_div {
	position: absolute;
	left: 20px;
	top: 450px
}
.update {
/*original	color: #F3F1AF;*/
/*original	border: solid 1px #F3F1AF;*/
/*	color: #e6b422;*/
/*	border: solid 1px #e6b422;*/
	color: #CC4424;
	border: solid 1px #CC4424;
	line-height: 1.5;
	width: 350;
	padding: 1px;
	font-size: 13px
}

/*▼コピーライト*/
/*ブロック*/
.copylight_div {
	position: absolute;
	left: 10px;
	top: 750px
}
/*文字*/
.copylight {
/*origianl	color: #F3F1AF;*/
/*	color: #e6b422;*/
	color: #CC4424;
	font-size: 11px
}