@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	font-size: 14px;
	background-image:url(../images/bg.jpg);
	background-repeat : repeat-x;

}
.zzzkakomi	{border: 1px solid #7F7F7F; padding:10px; background:#FFF;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 610px;
	height: 800x;
	margin: -280px 0px 0px -305px; /* 幅と高さの半分のネガティブマージン */
}
.border_top_dashed {
	border-top:1px dashed #7F7F7F;
}

.c_table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F7F7F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7F7F7F;
	border-collapse: collapse;
/*	font-size: 85%;*/
	width: 100%;
}
.c_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	padding-right: 20px;
	padding-left: 20px;
}
.c_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	background-color: #D6E3F8;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	white-space: nowrap;
}

.c_table .td_icon {
	margin-right: auto;
	margin-left: auto;
	width: 40px;
}