@charset "UTF-8";

#container .contents
{
	width: auto;
	height: 500px;
}

#container .contents .top
{
	width:750px;
	height: auto;
	margin-top: 15px;
	margin-left: 20px;
}

#container .contents .top table
{
	border: none;
}

#container .contents .top table td
{
	vertical-align: middle;
}

#container .contents .top table td p
{
	font-size: 1.1em;
	line-height: 150%;
}

#container .contents .info
{
	width: 600px;
	height: auto;
	margin: 15px auto 20px auto;
}

#container .contents .info table
{
	border: none;
}

#container .contents .info table th
{
	text-align: left;
	vertical-align: top;
	background-color: #f1f1f1;
	padding: 3px;
}

#container .contents .info table td
{
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

#container .contents .info table td p.text1
{
	margin-bottom: 10px;
}


