@charset "shift_jis";
/*--------------------------------------
	global
--------------------------------------*/

html, body
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

a, a:visited
{
	color: #631;
	text-decoration: none;
}

a:hover
{
	color: #863;
}

*
{
	margin: 0;
	padding: 0;
}

/*--------------------------------------
	main
--------------------------------------*/
div#container
{
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background: #fff url("logo.gif") no-repeat right top;
	border: 2px solid #007598;
	padding-top: 100px;
	padding-bottom: 10px;
}

div#content
{
	margin: 32px;
}

h1
{
	text-align: center;
	font-size: 28px;
	margin-bottom: 6px;
}

h2
{
	text-align: center;
	font-size: 20px;
	color: #007598;
	margin-bottom: 24px;
}

div.question
{
	width: 100%;
	margin-top: 24px;
	display: inline-table;
}

div.question p
{
	font-weight: bold;
}

div.question ul
{
	margin: 10px 0px 10px 48px;
	list-style-type: none;
}

div.question li
{
	float: left;
}

div.question textarea, div.question input
{
	margin: 10px 0px 10px 48px;
	font-size: 18px;
}

.square
{
	color: #007598;
}

div#submit
{
	width: 100%;
	text-align: center;
	margin: 32px 0px 24px 0px;
	font-size: 18px;
}

div#submit input
{
	font-weight: bold;
	font-size: 18px;
}

div.box
{
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 24px;
	border: 2px #aaa solid;
}