/* @charset "Shift_JIS"; */
/* layer declarations */
/* tag modifications */
a {
	color:blue;
	text-decoration: none;
/*	font-weight: bold; */
}
a:visited {
	color:blue;
	text-decoration: none;
/*	font-weight: bold; */
}
a:hover {
	color: red;
	text-decoration: none;
/*	font-weight: bold; */
}
body {
	margin:0;
/*	font-size: 100%; */
	font-size: 10pt;
	background-color: #eeeeee;
/*	background-image: url(bg.gif); */
	font-family: "ＭＳ Ｐゴシック, Verdana";
/*	font-family: "ＳＨ Ｇ30-P"; */
}
img {
	border: none;
	margin: 0;
}
table {
	margin: 0;
	border: none;
	padding: 0px;
	border-collapse: collapse;
	font-size: 10pt;
}
td { font-size: 10pt; }
/* classes */
.navi { background-color: white; vertical-align: top; }
.navi a { display: block; color: #333333; text-decoration: none; font-size: 10pt; }
.navi a:visited { color: #333333; text-decoration: none; }
.navi a:active { color: #333333; text-decoration: none; }
.navi a:hover { /* color: red; */
	color: #333333;
	background-color: #cccccc; text-decoration: none; }

.body { padding: 5px 10px 5px 25px; }
.body table { }
.headm { font-weight: bold; font-size: 12pt; color: #333333;
	width: 560px;
/*	background: url(img/bg_head_m.gif) #eeeeff no-repeat; */
	background: url(img/bg_head_m_bluebox.gif) #eeeeff no-repeat;
	padding-left: 50px; }
.headfoot { font-size: 9pt; background-color:#ccccff; color: black; letter-spacing: 1px; padding: 2px; }

