@charset "utf-8";

/* リセット */
html,body,div,p,h1,h2,h3,h4,h5,h6,blockquote,pre,address,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style-type: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7em;
	color: #444444;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: underline;
	color: #0000BB;
}

a:hover{
	text-decoration: none;
	color: #444444;
}
img {
	border: 0px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.float-c {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.count {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.r {
	color:#930000;
}
.s {
	font-size:11px;
}
.orange {
	color: #FF8A00;
}
.b {
	font-weight: bold;
	color: #4394D0;
}
.p {
	font-weight: bold;
	color: #FF99CC;
}

