@charset "utf-8";
/* BODYの規定値 */
body {
	color: #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 840px;
}

html {
	overflow: hidden ;
}

/* ページ幅指定用 */
.body {
	width: 840px;
	overflow-y: hidden ;
}

/* テーブルの規定値 */
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	color: #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 普通のリンク */
a:link {
	color: #00cc99;
	text-decoration: none;
}
a:visited {
	color: #00cc99;
	text-decoration: none;
}
a:active {
	color: #00cc99;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00cc99;
}

/* PRリンク */
.pr a:link {
	font-size: 9pt;
	color: #57a8d5;
	text-decoration: none;
	line-height: 100%;
}
.pr a:visited {
	color: #57a8d5;
	text-decoration: none;
}
.pr a:active {
	color: #57a8d5;
	text-decoration: none;
}
.pr a:hover {
	color: #0000ff;
	text-decoration: none;
	background-color: transparent;
}

/* 画像 */
img {
	border: none;
	vertical-align: text-bottom;
}

/* 文字修飾 */
.count {
	font-size: 8pt;
}
/* 文字修飾 */
.ad {
	font-size: 9pt;
	color: #57a8d5;
	font-weight: bold;
	line-height: 100%;
	margin: 0em 0.5em 0em 0em;
}

