@charset "UTF-8";

body {
	background-color: #e6e6e6;
	margin: 0 auto;
	width : 480px;
	margin-bottom: 0px;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#contents {
	float : left;
	width : 480px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

h1 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
}

.present {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

table {
	margin-bottom: 45px;
}

hr{
	border: none;
	border-top: dashed 1px #000000;
	height: 1px;
	color: #FFFFFF;
	width: 380px;
	margin-top: 18px;
	margin-bottom: 18px;
}
/*リンクカラー*/
a:link {
	color: #333333;
	text-decoration: none;
}
 
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #333333;
}
