@charset "shift_jis";

body
{
	background-color: #f2f2f2;
}

div#main
{
	background-color: #fff;
	width: 600px;
	padding: 1em;
}

input#back
{
	width: 60px;
}

h1
{
	border-bottom: 1px #f00 solid;
	color: #666;
}

h2
{
	color: #666;
}

div.sec
{
	border: 1px #666 solid;
	width: 400px;
	margin-bottom: 1em;
	padding: 1em 1em 1em 1em;
}

ul
{
	line-height: 150%;
}

p
{
	line-height: 150%;
}

.indent
{
	margin-left: 30px;
}