@charset "utf-8";
/* CSS Document */

/**************************/
/* boxレイアウト設定 */
/**************************/
#contents #box {
	width: 200px;
	margin: 0px auto;
	text-align: center;
}

#contents #box p {
	margin: 10px 0px;
	font: 12px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/**************************/
/* テーブルレイアウト設定 */
/**************************/
table {
	margin: 0px auto;
	width: 500px;
}

th {
	width: 25%;
	height: 20px;
	font: bold 15px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

td {
	padding-left: 5px;
	width: 75%;
	height: 30px;
	overflow: hidden;
}

.limit {
	width: 350px;
	overflow: hidden;
}

#box p {
	margin: 0 auto;
	height: 30px;
	overflow: hidden;
}

textarea {
	width: 100%;
	height: 30px;
	font: 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.b_center {
	text-align: center;
}

a {
	text-decoration: none;
}
