/*仕事依頼のスタイル*/
h2 {
	text-align: center;
	padding-top: 10px;
}

/*文字を入力する枠　幅540px*/
.box {
	height: auto;
	width: 540px;
	border: thin solid #007200;
	padding: 30px 55px;
	background: #f2fff2;
	text-align: center;
	margin: 15px auto;
	line-height: 1.5em;
}

.box p {
	text-align: left;
}

.box li {
	font-size: medium;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: disc;
	text-align: left;
	line-height: 1.5em;
}
.box #sensyatai {
	font-size: large;
	margin-top: 25px;
}


.box #tyuui {
	margin: 15px;
}
.box .ooaka {
	font-size: 22px;
	color: #CC0000;
	text-align: center;
	margin: 15px auto;
}

.box .ookuro {
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin: 15px auto;
	font-weight: bold;
}
.pagetop {
	text-align: right;
	font-size: medium;
	padding: 20px 20px 0 0;
}


.aka {
	color: #FF3300;
	line-height: 1.4em;
}
.box img {
	text-align: center;
	margin: 15px auto;
}
