/* ページの基本デザイン */
body {
	margin: 0; 
	padding: 0; 
	background: #FFFFFF url(/facility/img/bg_facility02.gif) repeat-x top left;
	font-family: "sans-serif";
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}
a:link { color: #3366cc; }
a:visited { color: #3366cc; }
a:hover { color: #3366cc; }
a:active { color: #3366cc; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* リスト */
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px; 
	padding-left: 8px; 
}
li {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px; 
	padding-left: 0px; 
}
.txt_b_bold_1f {
	font-family: "sans-serif";
	font-size: 14px;
	color: #339900;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
/* テキスト */
.txt_b_bold_2f {
	font-family: "sans-serif";
	font-size: 14px;
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
.txt_b_bold_3f {
	font-family: "sans-serif";
	font-size: 14px;
	color: #7B8CDA;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
.txt_b_bold_4f {
	font-family: "sans-serif";
	font-size: 14px;
	color: #CC3366;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}