/* CSS Document */



*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}



.table_line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #04143B;
	border-left-color: #04143B;
	margin: 0px;
	padding: 0px;
}


#center{ position: relative; left:25%;}
.small {
	font-size: 12px;
	color: #666666;
}
.contents {
	font-size: 90%;
	line-height: 120%;
	letter-spacing: inherit;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin: 5px 0 5px 0;
}
h2{ margin-left:10px;}
h3{ margin:5px 0 5px 0;}

#mail{ margin:20px 0 0 20px;}