@charset "utf-8";
/* CSS Document */

/* form
-----------------------------------------------------------*/
.form {	margin-top: 15px;}

/* comment */
.text{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4;
}

/* table */
table {
	background-color: #CCCCCC;
}
th {
	width: 150px;
	background-color: #FFFFCC;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
td {
	background-color: #FFFFFF;
	padding: 5px;
}
.caution {	color: #FF0000;}
.center {	text-align: center;}


/* form-item */
input[type="text"] {
	padding: 3px;
}

select {
	margin-bottom: 5px;
}

.partner-form input[type="submit"] {
	width: 230px;
	padding: 3px;
}
.partner-form input[type="reset"] {
	width: 100px;
	margin-right: 10px;
	padding: 3px;
}

textarea.comment {
	width: 90%;
}


