﻿@charset "UTF-8";
/* fixed-style.css - ブラウザ間の誤差調整のためのCSS */

body, form, fieldset {
	text-align: center;
	font-family:'Arial', 'Helvetica', sans-serif;
	margin:0;
	padding:0;
	}

fieldset {
	border:none;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul ol,dl,dd {
	margin:0;
	padding:0;
	}

blockquote, li, dt, dd {
	margin-left:1em;
	}

li {
	list-style:none;
	}

input, textaera {
	font-size: 1em;
	}

a:link {
	color:#00f;
	text-decoration:underline;
	}
a:visited {
	color:#800080;
	text-decoration:underline;
	}

em, strong {
	font-style:normal;
	font-weight:bold;
	}

address {
	display:block;
	font-style:normal;
	text-decoration:none;
	}

img {
	border:0;
	}