﻿@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:1em;
	line-height:180%;
}
article {
	margin:auto;
	width:800px;
}

h1 {
	text-align:center;
	margin:20px auto;
	font-size:150%
}
h2 {
	margin-left:15px;
	font-size:110%
}
ul {
	margin-bottom:50px
}
.linkimg1 {
	display: inline-block;
	background:url('../img/linkimg1.png') right center no-repeat;
	padding-right:15px;
	background-color:orange
}
.login {
	margin:20px 50px 80px; padding:5px;
	width:110px;
	text-align:center;
	font-weight:bolder;
	background-color:navy;
	border:1px gray solid;
	border-radius:15px;
}
.login a {
	text-decoration:none;
	color:white
}

span.nowrap	{
	white-space:nowrap; 
}
