@charset "Shift_JIS";

/*--h2--*/
/*-----------------------------------------------------------------------------*/
.bg-h2 {
	background-image: url(/images/h2-top.gif);/*コンテンツごとにチェンジ*/
}

/*--色文字--*/
/*-----------------------------------------------------------------------------*/
.color01 {
	color: #F65CA3;
}

/*--基本テーブル03（角丸）--*/
/*-----------------------------------------------------------------------------*/
table.base03 {
	margin-bottom: 20px;
}
table.base03 th p, table.base03 td p {
	padding: 4px 12px;
}
table.base03 th, table.base03 td {
	border-bottom: 1px #F65CA3 dashed;/*変更箇所*/
}
table.base03 th {
	white-space: nowrap;
	font-size: 85%;
	background-color: #FFFFCC;
	background-image: url(/images/base03_bgth.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #F65CA3;/*変更箇所*/
}
table.base03 td {
	background-image: url(/images/base03_bgtd.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
table.base03 td.bgtd01 {
	background-color: #FEEFF6;/*変更箇所*/
}

table.base03 th.b-solid, table.base03 td.b-solid {
	border-bottom-style: solid;
}
table.base03 th.b-none, table.base03 td.b-none {
	border-bottom: 0px;
}

/*--地図--*/
/*-----------------------------------------------------------------------------*/
table.tizu {
	margin: 20px auto;
}

