/* 全体的なルール */
* {
	margin:0 auto;
	padding:0;
}

body {
	background:#F8F7F2;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
}

.p1 {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

.p2 {
	font-size:11px;
	color:#333333;
}

.p3 {
	font-size:15px;
	color:#FF0000;
	font-weight:bold;
}

.txt_caption {
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}

.txt_form {
	font-size:13px;
	color:#333333;
	line-height:130%;
}
