@charset "utf-8";
/* 共通 */
body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p,div,ul,ol {padding:0px;margin:0px;}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.pankuzu{
	font-size: 10px;
	text-indent: 25px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #F39700;
	text-decoration: underline;
}

/* information用 */
.news {
	color: #006BB5;
	font-size: 11px;
	line-height: 150%;
	text-indent: 10px;
	text-align: left;
	letter-spacing: 0.2em;
}
.news_img {
	margin-top: 3px;
}

/* font用 */
.f12 {
	font-size: 12px;
	line-height: 160%;
}
.f10 {
	font-size: 10px;
	line-height: 150%;
}
.f12_ore {
	font-size: 12px;
	line-height: 160%;
	color: #F39700;
}
.f_wh {
	color: #FFFFFF;
}

/* table用 */
.jisseki td {
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
	font-size: 12px;
	line-height: 160%;
	background-color: #FFFFFF;
}
.table_news {
	font-size: 12px;
	line-height: 160%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F39700;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* popup用 */
#popup {
	margin: 0px;
	padding: 0px;
}
