body {
	background-image: url("../image/bg.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #F0F0F0;
}
input[type="text"] {
	height: 20px;
}
div#main {
	width: 550px;
    margin: 0 auto;
}
.button {
	cursor: pointer;
}
.error_msg {
    font-weight: bold;
    font-size: 90%;
    color: #ff0000;
}
.title {
	margin-top:30px;
	margin-bottom: 30px;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
	width: 550px;
    margin: 0 auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #C1FFC1;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
