@Charset "Shift_JIS";

a{ text-decoration: none;}

body{
	margin: 0px;
	color:black;
	background-color: white;
	font-family: "Times New Roman", serif;
}
h1{ font-family: "Times New Roman", serif; margin-left: 10px;}
address{ margin-bottom: 3em; text-align: left; margin-left: 10px;}
.cont{
	margin-left: 10px;;
}
.header{ 
	margin : 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border-bottom: 1px solid gray;
	position: fixed;
	bottom: 0px; left: 0px; right: 0px;
	background-color:#dddddd;

}

.copyright{
	margin-right: 5px;
	text-align: right;
	font-size: smaller;
}

.colred{
	color: red;
}
