* {
	padding: 0;
	margin: 0;
}

body {
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	line-height: 160%;
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	color: #253B62;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
a:visited {
	color: #253B62;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
.table th,td {
	border: 0px #FFFFFF none; 
	padding: 10px;
}

img {
	border-width: 0px;
}
.logo {
}
.logo a {
	text-decoration: none;
	border-bottom: none;
}.small-font {
	font-size: small;
}
.blue-font {
	color: #000099;
}
.gray-undefine {
	color: #CCCCCC;
}
.left-navi {
	line-height: 200%;
}
.gray-dark {
	color: #505050;
}
