/* CSS Document */


/*センターボックス*/
#center {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#center p{
	font-size: 12px;
	text-align: left;
	padding: 7px;
	line-height: 20px;
}

/*ページタイトル*/
#center #page_title {
	width: 810px;
	margin-bottom: 20px;
}

#center table th {
	text-align:right;
	font-size: 12px;
	background-color: #E1F0FF;
	padding: 7px;
	font-weight: normal;
	width: 120px;
	line-height: 17px;
	}

#center02{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#center02 p{
	font-size: 12px;
	text-align: left;
	padding: 7px;
	line-height: 20px;
}

#center02 table th {
	text-align:right;
	font-size: 12px;
	background-color: #FFF0D0;
	padding: 7px;
	font-weight: normal;
	width: 120px;
	line-height: 17px;
	}


.title {
	font-size: 12px;
	text-align: right;
	padding: 7px;
	line-height: 20px;
}

.must {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
}
