@charset "UTF-8";

*	{
	margin:0;
	padding:0;
	}
body {
	background-color:#cccdee;
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
div {
	font-size: 100%;
	margin:0 auto;
	}
div.main {
	border: double 5px #9697c4; padding: 10px; border-radius: 10px; -webkit-border-radius: 10px;
    -moz-border-radius: 10px; box-sizing: border-box;
	}
table	{
	font-size: 100%;
	margin:0 auto;
	}
td {
	vertical-align:top;
	}
td.space{
	height:0.5em;
	}
td.font{
    font-size: larger;
    }
td.bold{
    font-size: larger;
    font-weight:bold;
    }
p {
	font-size: 80%;
	color: #000066;
	line-height: 130%;
	margin-bottom:1em;
	}
h1  {
	font-size: 120%;
	color: #000066;
	margin-top: 2px;
	margin-bottom: 1em;
	text-align:center;
	}
h2 {
	font-size: 100%;
	margin-top:1.5em;
	margin-bottom:1em;
	}
p.footer {text-align:center; margin-bottom:0em; padding:5px 0; color: #cccdee;}
form.main {}
input.main {margin-bottom:1em; margin-left:0.5em; border:solid 1px #9697c4; padding:5px; border-radius:5px; -webkit-border-radius: 5px;
    -moz-border-radius: 5px; cursor:pointer; }
form {
	margin:0;
	}
li {
    margin-left:1.5em;
    }
input.submit {
	border-width:1px;
	cursor:pointer;
	}
a {font-size:80%;}
.red {
	color: #ff8080;
	}
.nowrap {
	white-space: nowrap;
	}