﻿@charset "utf-8";

/* ============================================================ contentArea */

#contentArea {
	width: 760px;
	margin: 0 auto 50px;
}

#attentionBox {
	padding: 0 0 20px;
}

table.formTable {
	width: 760px;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.formTable th {
	width: 200px;
	text-align: left;
	background: #EEEEEE;
}

table.formTable th.thNecessary {
	background: #EEEEEE url("../img/form_necessary.gif") no-repeat right 9px;
}

table.formTable th.thArbitrary {
	background: #EEEEEE url("../img/form_arbitrary.gif") no-repeat right 9px;
}

table.formTable th,
table.formTable td {
	padding: 8px 8px 8px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 1.5em;
	vertical-align: top;
}

table.formTable td.tdTitle {
	width: 10px;
	padding: 8px;
	background: #666666;
	color: #FFFFFF;
	vertical-align: middle;
}

.w30 {
	width: 30px;
}

.w60 {
	width: 60px;
}

.w120 {
	width: 120px;
}

.w250 {
	width: 250px;
}

.w300 {
	width: 300px;
}

.textSmallGray {
	font-size: 80%;
	color: #666666;
}

.exampleText {
	font-size: 90%;
	color: #666666;
}



.submit {
	margin: 20px 0;
	text-align: center;
}

.submit input {
	width: 200px;
	height: 40px;
}



#confirmBox {
	margin: 40px 0 50px;
	padding: 30px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.submit form {
	display: inline;
	margin: 20px 0px;
	text-align: center;
}



#thanksBox {
	margin: 0 0 50px;
	padding: 60px 0 100px;
	text-align: center;
	border: 1px solid #CCCCCC;
}



