* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	width: 800px;
	font-weight: normal;
	line-height: 1.5;
	font-family:"HGŠÛºÞ¼¯¸M-PRO";
}
.all {
	margin: 0 auto;
	width: 800px;
}
.header {
	margin: 0 auto;
	width: 800px;
}
.cont {
	margin: 0 auto;
	width: 800px;
	padding-top: 20px;
}
.navi {
	width: 150px;
	float: right;
}
.txt {
	width: 630px;
	float: left;
}
.footer {
	margin: 0 auto;
	width: 800px;
	height: 30px;
	line-height: 30px;
	clear: both;
	background: url(img/footerimg.gif) no-repeat;
	margin-top: 10px;
}

/**/

h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
h2 {
	font-size: 14px;
	width: 610px;
	height: 40px;
	line-height: 30px;
	background: url(img/h2img.gif) no-repeat;
	padding-left: 20px;
}
h3 {
	font-size: 14px;
	margin-top: 20px;
}
h3:first-letter {
	font-size: 18px;
	color: #00409f;
}
h4 {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

/**/

ul {
	margin: 0;
}
li {

	list-style: none;
}
li a {
	text-decoration: none;
	display: block;
	width: 146px;
	height: 30px;
	line-height: 30px;
	color: #000099;
	border: dotted #000099 2px;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
li a:hover {
	text-decoration: underline;
	color: #FF6666;
	border: dotted #FF6666 2px;
	font-weight: bold;
}


/**/

p {
	margin: 10px 0px 10px 0px;
}
table {
	margin-top: 20px;
}
.box {
	border: dotted #000099 2px;
	display: block;
	width: 146px;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
}
.txt01 {
	color: #FF6666;
	font-size: 16px;
}


#J-linkarea{
text-decoration: none;
color: #000099;
font-weight: bold;
}