/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
}

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;	
}
#container {

	width: 1000px;

	margin:0 auto;

	text-align:left;

	background-color: #ffffff;

	}

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
select {
	width: 145px;
}

img {
	border: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}
h2 {
	margin-top: 5px; 
 font-size: 14px;
 font-weight: normal; 
}
a.subnavi {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.subnavi:hover {
	color: #000000;
	text-decoration: underline;
}
a.helmlink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.helmlink:hover {
	color: #000000;
	text-decoration: underline;
}

a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}
