

.text .bd{
	background-image: url(../images/common_board_bg2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 25px 20px;
	padding: 10px 20px 30px;
	border: 1px #f0f0f0 solid;
}
.text h2{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin:10px 0px 0px;
}
.mtb{
	margin: 15px auto;
	border-width:1px ;
	border-color:#f8f8f8 #ddd #ddd #f8f8f8;
	border-style:solid;
	background-image: url(../images/common_board_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.mtb td{
	text-align: center;
	width:300px;
	padding:20px 0px;
}
#movie{
	width:600px;
	text-align:center;
	padding:20px 0px 0px;
}
.text h3{
	margin:20px 0px 10px;
	text-align:center;
}
.task{
	width:830px;
	border-top:1px #888 dashed;
	border-bottom:1px #888 dashed;
	margin: 10px 0px;
}
.task th{
	width:400px;
	text-align:center;
	padding:20px 0px;
}
.task td{
	vertical-align: top;
	width: 430px;
}
.task td p{
	margin:25px 20px 25px 0px;
	padding:15px;
	font-size:16px;
	line-height: 25px;
	border-width:1px ;
	border-color:#f0f0f0 #ccc #ccc #f0f0f0;
	border-style:solid;
	background-image: url(../images/common_board_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.text .back{
	text-align:right;
	font-size:13px;
}
.back a:link , .back a:visited{
	color:#12f;
}
.back a:hover{
	color:#f32;
}
