BODY,TABLE,TR,TD,DIV {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	font-size: 12px;
	line-height: 120%;
}
LI {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;

}
UL {
	margin: 2px;
	padding: 2px;



}
h1 {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	color: #191919;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*リンク設定*/
A:link{ color: #004CCC; text-decoration: none;}
A:visited{ color: #004CCC; text-decoration: none;}
A:hover{ color: #FFFFFF; background-color: #000066; text-decoration: none;}
A:active{ color: #FFFFFF; background-color: #000066; text-decoration: none;}


/*文字サイズ設定*/
.s11px {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	font-size: 11px;
	line-height: 120%;
	margin: 3px;
	padding: 3px;
}
.s10px {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	font-size: 10px;
	line-height: 110%;
}
.mini {
	font-family: "Osaka", "MS UI Gothic", "Verdana", "sans-serif";
	font-size: 10px;
	line-height: 110%;
	color: #191919;

}
.mini a{
	color: #004CCC;
	font-weight:bold;
	text-decoration: none;
}
.mini a:link{
	color: #004CCC;
}
.mini a:hover{
	color: #FFFFFF;
	background-color: #004CCC;
}
.jikan {
	letter-spacing: 1px;
}
.yohaku {
	margin: 5px 0px 0px 5px;
	padding: 5px 0px 0px 5px;
}
.linedot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
