@charset "utf-8";/*--------------------------------------	Style Name : Editorial Style Sheet	H1	Hypertext	wrapper	header	contents	submit	footer--------------------------------------*//*	H1--------------------------------------*/h1 {	color:#00abff;	text-align:center;	margin:10px;	font-size:12px;}/*	Hypertext--------------------------------------*/a {}a:link {}a:visited {}a:hover {}a:focus {}a:active {}/*	#wrapper--------------------------------------*/#wrapper {	width:760px;	background:white;	margin:10px auto 10px auto;	border:#CCCCCC thin solid;}/*	#header--------------------------------------*/#header {	width:655px;	margin:40px auto 30px auto;	background-color:#7be200;	border:#20ce00 3px solid;}#header p {	margin:20px;	font-size:40px;	color:white;	font-weight:bold;}/*	div.contents--------------------------------------*/#wrapper div.contents {	width:655px;	margin:0 auto 40px auto;}#wrapper div.contents h2 {	font-size:14px;	margin:0 0 15px;	color:#333333;}#wrapper div.contents p {	font-size:14px;	line-height:140%;}/*	div#submit--------------------------------------*/div#submit {	margin:40px auto 30px auto;	text-align:center;}div#submit p a{	font-size:18px;	margin-right:5px;}/*	div#footer--------------------------------------*/div#fotter {	width:655px;	text-align:center;	margin:15px auto 5px auto;}div#fotter a{	font-size:10px;	color:#000000;	text-decoration:none;}div#fotter address {	font-size:10px;	margin:10px 0;}