@charset "utf-8";
/* CSS Document */

/**************************/
/* テーブルレイアウト設定 */
/**************************/
table {
	margin: 0px auto;
	width: 550px;
}

th {
	height: 20px;
	font: bold 15px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#th_1 {
	width: 35%;
}

#th_2 {
	width: 55%;
}

#th_3 {
	width: 10%;
}

td {
	height: 30px;
}

td p {
	width: 180px;
	height: 30px;
	overflow: hidden;
}

.limit {
	width: 300px;
	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;
}
