/* 基本　*/
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_contents {
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
.contents {
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}
td,li{
	font-size: 13px;
	line-height: 150%;
	color: #333333;
}
p{
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	font-size: 15px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}


/* フォント　*/
.gr13 {
	font-size: 13px;
	line-height: 150%;
	color: #666666;
}
.red15b {
	color: #cc1e2f;
	line-height: 150%;
	font-size: 15px;
	font-weight: bold;
}
.rd13{
	color: #CC1E2F;
}
.bk15b {
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}
.gr11 {
	font-size: 11px;
	line-height: 130%;
	color: #666666}
.bl13{
	color: #547BC1;
}
