@charset "utf-8";
/* CSS Document */

table		{
	border-collapse:collapse;
}

td			{
	background-color: #FFFFFF;
	font-size:10pt;
	border-color: #000000;
}

hr			{
	border-top-style: solid;
	border-top-width: 1px;
}

a		{
	text-decoration: none;
	color:blue;
}

h2{
	font-size :12pt;
	text-align: left;
	border: solid #F0F0AA;
	border-width: 0 0 1px 3pt;
	padding: 0.4em 0.4em;
}

a:hover		{
	color:#002060;
	font-weight: bold;
}

body		{
	background-color:#F0F0AA;
	font-size :10pt;
	text-align :left;
	color: #101020;
}

textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

img {
	border-width: 0px
}

.bold-red {
	font-weight: bold;
	color: #F00;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

#main-box {
	background-color:#FFF;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	color: #101020;
	padding: 20px;
}