@charset "utf-8";
/* CSS Document */

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#006699;
	text-decoration: none;
}
a:visited {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#FF3300;
	text-decoration: underline;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	color: #4C4C4C;
	font-size: 12px;
	line-height: 1.5em;
}


h4 {
	font-size: 15px;
}
.font_red {color: #FF0000}
.font_orange {color: #FF3300}
.font_blue {color: #009999}
.font_white {color: #FFFFFF}
.font-size10 {font-size: 10px}
.font-size14 {font-size: 14px}
.font-size16 {font-size: 16px}
.font-size18 {font-size: 18px}
.font-size20 {font-size: 20px}
.news {
	font-size: 12px;
	line-height: 1.3em;
}

