@charset "shift_jis";

img {
	border:0;
}

* {
	margin:0;
	padding:0;
	color:#000000;
	font-weight:normal;
	font-style:normal;
}

body {
	background-color:#ffffff;
	background-attachment:fixed;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
}


p {
	text-align:center;
}


p.texttitle {
	text-align:left;
	font-size:20px;
	font-weight:bold;
}

p.text {
	font-size:15px;
	text-align:left;
}

p.text a:link {
	color:#000000;
	text-decoration:none;
}

p.text a:visited{
	color:#000000;
	text-decoration:none;
}

p.text a:hover{
	color:#cc3333;
	text-decoration:underline;
}



table {
	width:600px;
}