@charset "utf-8";

/* CSS Document */


/* Firefoxのスクロールバーの有無でセンタリング位置がズレる件を解消用 */
html {
	overflow-y:scroll;
}

body {
	margin:0;
	padding:5px 10px;
	border:0;
	text-decoration:none;
	background-color: #FFFFFF;
	font-size: small;
	line-height: 150%;
	font-style:normal;
	font-weight:normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}

th {
	font-weight:normal;
	}

address {
	font-style:normal;
}

hr	{	display: none; }

a					{	text-decoration: underline; color: #2D50A0;}
a:visited	{	text-decoration: underline; color: #CC0000;}
a:hover 	{	text-decoration: underline; color: #CC0000;}
a:active 	{	text-decoration: underline; color: #CC0000;}

a img		{	border: none;}

label { cursor: pointer; }

.clear { clear: both; }

input { margin: 0; padding: 0; }

td{
	font-size:small;
}