@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/bg.gif);
	color:#333;
	font: 80%/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

table{
	border: 3px dotted #F29FC5;
	background-color: #FFF;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
table td, table th {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #F5BCD6;
}
table th {
	color: #C82B72;
	white-space: nowrap;
	padding-right: 4px;
	padding-left: 4px;
}


.txtright {
	text-align: right;
}

.center {
	text-align: center;
}

#container {
	margin: auto;
	width: 590px;
	text-align: left;
	padding-top: 20px;
}

