td {

font-family: "ＭＳ Ｐゴシック", "Osaka";
font-size: 12px;line-height: 18px;

 }

.small{ font-size: 10px; line-height: 15px;　letter-spacing : 1px ; }
.medium{ font-size: 12px; line-height: 19px; }
.big{ font-size: 14px; line-height: 19px; }


ol#topicPath {
	margin: 20px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}
ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(img/>.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

body {
background-image:url(img/bg00.png); 
background-repeat:repeat-x; 
background-attachment:fixed;
background-position:center;
margin-top: 0px;
margin-bottom: 0px;
}
body,td,th {
	font-family: ＭＳ ゴシック, MS Gothic, Osaka−等幅, Osaka-mono, monospace;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD7F59;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* ▼ ページトップへ戻るボタン ▼ */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;             /* ボタン表示位置（下の余白） */
	right: 55px;              /* ボタン表示位置（右の余白） */
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f8b551;    /* 背景色 */
	border-radius: 50px;
	text-align: center;
	color: #fff;               /* 文字色 */
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
}

/* ▲ ページトップへ戻るボタン ▲ */