@charset "Shift_JIS";

table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
}
table th	{

	background: url(images/th.jpg) repeat-x bottom;
	border: 1px solid #dddddd;
	color: #333333;
	width: 25%;
}
th, td	{
	vertical-align:top;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	color: #333333;
}

td .textbox	{
	width:250px;
}

td .textbox-l	{
	width:600px;
}

td textarea	{
	width:600px;
	height:200px;
}

#error-message {
	color: #ff0000;
}

.button {
	color: #000000;
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 10px;
	width: 200px;
}

div#Column h2.subtitle{
	background: url(images/subtitle_bg.png) no-repeat right top;
}

.privacy {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}