@charset "UTF-8";

section {
	position:absolute;
	top:350px;
	left:80px;
	width:300px;
	height:80px;
	background-color:#003;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;}

section P {
	padding:20px;
	color:#fff;
	font-size:14px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align:center;}
	

section a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	line-height:2.5em;}
