﻿@charset 'UTF-8';
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold
}
th {
	font-weight: bold;
	text-align: center;
}
/* id設定 */
#kohyama-header {
	width: 100%;
}
#kohyama-header-img {
	margin-bottom: 10px;
}
#kohyama-header-link {
	margin-bottom: 10px;
}
#kohyama-header-title {
	margin-bottom: 10px;
}
#pledge {
	width: 630px;
}
#pledge-title {
	width: 100%;
	text-align: center;
	font-family: HG正楷書体-PRO, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: xx-large;
}
#pledge-now-file {
	position: relative;
	width: 200px;
	margin: 10px auto 10px auto;
}
#pledge-pdf {
	font-size: x-small;
	border-collapse: collapse;
	border-spacing: 0px;
}
/* class設定 */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: x-small;
}
.img-style {
	border-width: 0px;
}
.float-clear {
	padding: 0;
	margin: 0;
	clear: both;
}
.pledge-sub-title {
	width: 100%;
	position: relative;
	background-color: #CCFF99;
	border: 1px solid #003300;
}
.pledge-sub-title-img {
	float: left;
	width: 50px;
	margin: 0px;
	padding: 0px;
}
.pledge-sub-title-content {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 570px;
}
.pledge-sub-title-copy {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
.pledge-sub-title-text {
	
}
.pledge-now-file-detail {
	float: left;
	text-align: center;
	font-size: small;
}
.pledge-result-year {
	background-color: #FFFFCC;
}

